Documentation ¶
Index ¶
- type AddRoleToDBClusterFuture
- type AddSourceIdentifierToSubscriptionFuture
- type AddTagsToResourceFuture
- type ApplyPendingMaintenanceActionFuture
- type Client
- type CopyDBClusterParameterGroupFuture
- type CopyDBClusterSnapshotFuture
- type CopyDBParameterGroupFuture
- type CreateDBClusterEndpointFuture
- type CreateDBClusterFuture
- type CreateDBClusterParameterGroupFuture
- type CreateDBClusterSnapshotFuture
- type CreateDBInstanceFuture
- type CreateDBParameterGroupFuture
- type CreateDBSubnetGroupFuture
- type CreateEventSubscriptionFuture
- type DeleteDBClusterEndpointFuture
- type DeleteDBClusterFuture
- type DeleteDBClusterParameterGroupFuture
- type DeleteDBClusterSnapshotFuture
- type DeleteDBInstanceFuture
- type DeleteDBParameterGroupFuture
- type DeleteDBSubnetGroupFuture
- type DeleteEventSubscriptionFuture
- type DescribeDBClusterEndpointsFuture
- type DescribeDBClusterParameterGroupsFuture
- type DescribeDBClusterParametersFuture
- type DescribeDBClusterSnapshotAttributesFuture
- type DescribeDBClusterSnapshotsFuture
- type DescribeDBClustersFuture
- type DescribeDBEngineVersionsFuture
- type DescribeDBInstancesFuture
- type DescribeDBParameterGroupsFuture
- type DescribeDBParametersFuture
- type DescribeDBSubnetGroupsFuture
- type DescribeEngineDefaultClusterParametersFuture
- type DescribeEngineDefaultParametersFuture
- type DescribeEventCategoriesFuture
- type DescribeEventSubscriptionsFuture
- type DescribeEventsFuture
- type DescribeOrderableDBInstanceOptionsFuture
- type DescribePendingMaintenanceActionsFuture
- type DescribeValidDBInstanceModificationsFuture
- type FailoverDBClusterFuture
- type ListTagsForResourceFuture
- type ModifyDBClusterEndpointFuture
- type ModifyDBClusterFuture
- type ModifyDBClusterParameterGroupFuture
- type ModifyDBClusterSnapshotAttributeFuture
- type ModifyDBInstanceFuture
- type ModifyDBParameterGroupFuture
- type ModifyDBSubnetGroupFuture
- type ModifyEventSubscriptionFuture
- type PromoteReadReplicaDBClusterFuture
- type RebootDBInstanceFuture
- type RemoveRoleFromDBClusterFuture
- type RemoveSourceIdentifierFromSubscriptionFuture
- type RemoveTagsFromResourceFuture
- type ResetDBClusterParameterGroupFuture
- type ResetDBParameterGroupFuture
- type RestoreDBClusterFromSnapshotFuture
- type RestoreDBClusterToPointInTimeFuture
- type StartDBClusterFuture
- type StopDBClusterFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddRoleToDBClusterFuture ¶
type AddRoleToDBClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddRoleToDBClusterFuture) Get ¶
func (r *AddRoleToDBClusterFuture) Get(ctx workflow.Context) (*neptune.AddRoleToDBClusterOutput, error)
type AddSourceIdentifierToSubscriptionFuture ¶
type AddSourceIdentifierToSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddSourceIdentifierToSubscriptionFuture) Get ¶
func (r *AddSourceIdentifierToSubscriptionFuture) Get(ctx workflow.Context) (*neptune.AddSourceIdentifierToSubscriptionOutput, error)
type AddTagsToResourceFuture ¶
type AddTagsToResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddTagsToResourceFuture) Get ¶
func (r *AddTagsToResourceFuture) Get(ctx workflow.Context) (*neptune.AddTagsToResourceOutput, error)
type ApplyPendingMaintenanceActionFuture ¶
type ApplyPendingMaintenanceActionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ApplyPendingMaintenanceActionFuture) Get ¶
func (r *ApplyPendingMaintenanceActionFuture) Get(ctx workflow.Context) (*neptune.ApplyPendingMaintenanceActionOutput, error)
type Client ¶
type Client interface { AddRoleToDBCluster(ctx workflow.Context, input *neptune.AddRoleToDBClusterInput) (*neptune.AddRoleToDBClusterOutput, error) AddRoleToDBClusterAsync(ctx workflow.Context, input *neptune.AddRoleToDBClusterInput) *AddRoleToDBClusterFuture AddSourceIdentifierToSubscription(ctx workflow.Context, input *neptune.AddSourceIdentifierToSubscriptionInput) (*neptune.AddSourceIdentifierToSubscriptionOutput, error) AddSourceIdentifierToSubscriptionAsync(ctx workflow.Context, input *neptune.AddSourceIdentifierToSubscriptionInput) *AddSourceIdentifierToSubscriptionFuture AddTagsToResource(ctx workflow.Context, input *neptune.AddTagsToResourceInput) (*neptune.AddTagsToResourceOutput, error) AddTagsToResourceAsync(ctx workflow.Context, input *neptune.AddTagsToResourceInput) *AddTagsToResourceFuture ApplyPendingMaintenanceAction(ctx workflow.Context, input *neptune.ApplyPendingMaintenanceActionInput) (*neptune.ApplyPendingMaintenanceActionOutput, error) ApplyPendingMaintenanceActionAsync(ctx workflow.Context, input *neptune.ApplyPendingMaintenanceActionInput) *ApplyPendingMaintenanceActionFuture CopyDBClusterParameterGroup(ctx workflow.Context, input *neptune.CopyDBClusterParameterGroupInput) (*neptune.CopyDBClusterParameterGroupOutput, error) CopyDBClusterParameterGroupAsync(ctx workflow.Context, input *neptune.CopyDBClusterParameterGroupInput) *CopyDBClusterParameterGroupFuture CopyDBClusterSnapshot(ctx workflow.Context, input *neptune.CopyDBClusterSnapshotInput) (*neptune.CopyDBClusterSnapshotOutput, error) CopyDBClusterSnapshotAsync(ctx workflow.Context, input *neptune.CopyDBClusterSnapshotInput) *CopyDBClusterSnapshotFuture CopyDBParameterGroup(ctx workflow.Context, input *neptune.CopyDBParameterGroupInput) (*neptune.CopyDBParameterGroupOutput, error) CopyDBParameterGroupAsync(ctx workflow.Context, input *neptune.CopyDBParameterGroupInput) *CopyDBParameterGroupFuture CreateDBCluster(ctx workflow.Context, input *neptune.CreateDBClusterInput) (*neptune.CreateDBClusterOutput, error) CreateDBClusterAsync(ctx workflow.Context, input *neptune.CreateDBClusterInput) *CreateDBClusterFuture CreateDBClusterEndpoint(ctx workflow.Context, input *neptune.CreateDBClusterEndpointInput) (*neptune.CreateDBClusterEndpointOutput, error) CreateDBClusterEndpointAsync(ctx workflow.Context, input *neptune.CreateDBClusterEndpointInput) *CreateDBClusterEndpointFuture CreateDBClusterParameterGroup(ctx workflow.Context, input *neptune.CreateDBClusterParameterGroupInput) (*neptune.CreateDBClusterParameterGroupOutput, error) CreateDBClusterParameterGroupAsync(ctx workflow.Context, input *neptune.CreateDBClusterParameterGroupInput) *CreateDBClusterParameterGroupFuture CreateDBClusterSnapshot(ctx workflow.Context, input *neptune.CreateDBClusterSnapshotInput) (*neptune.CreateDBClusterSnapshotOutput, error) CreateDBClusterSnapshotAsync(ctx workflow.Context, input *neptune.CreateDBClusterSnapshotInput) *CreateDBClusterSnapshotFuture CreateDBInstance(ctx workflow.Context, input *neptune.CreateDBInstanceInput) (*neptune.CreateDBInstanceOutput, error) CreateDBInstanceAsync(ctx workflow.Context, input *neptune.CreateDBInstanceInput) *CreateDBInstanceFuture CreateDBParameterGroup(ctx workflow.Context, input *neptune.CreateDBParameterGroupInput) (*neptune.CreateDBParameterGroupOutput, error) CreateDBParameterGroupAsync(ctx workflow.Context, input *neptune.CreateDBParameterGroupInput) *CreateDBParameterGroupFuture CreateDBSubnetGroup(ctx workflow.Context, input *neptune.CreateDBSubnetGroupInput) (*neptune.CreateDBSubnetGroupOutput, error) CreateDBSubnetGroupAsync(ctx workflow.Context, input *neptune.CreateDBSubnetGroupInput) *CreateDBSubnetGroupFuture CreateEventSubscription(ctx workflow.Context, input *neptune.CreateEventSubscriptionInput) (*neptune.CreateEventSubscriptionOutput, error) CreateEventSubscriptionAsync(ctx workflow.Context, input *neptune.CreateEventSubscriptionInput) *CreateEventSubscriptionFuture DeleteDBCluster(ctx workflow.Context, input *neptune.DeleteDBClusterInput) (*neptune.DeleteDBClusterOutput, error) DeleteDBClusterAsync(ctx workflow.Context, input *neptune.DeleteDBClusterInput) *DeleteDBClusterFuture DeleteDBClusterEndpoint(ctx workflow.Context, input *neptune.DeleteDBClusterEndpointInput) (*neptune.DeleteDBClusterEndpointOutput, error) DeleteDBClusterEndpointAsync(ctx workflow.Context, input *neptune.DeleteDBClusterEndpointInput) *DeleteDBClusterEndpointFuture DeleteDBClusterParameterGroup(ctx workflow.Context, input *neptune.DeleteDBClusterParameterGroupInput) (*neptune.DeleteDBClusterParameterGroupOutput, error) DeleteDBClusterParameterGroupAsync(ctx workflow.Context, input *neptune.DeleteDBClusterParameterGroupInput) *DeleteDBClusterParameterGroupFuture DeleteDBClusterSnapshot(ctx workflow.Context, input *neptune.DeleteDBClusterSnapshotInput) (*neptune.DeleteDBClusterSnapshotOutput, error) DeleteDBClusterSnapshotAsync(ctx workflow.Context, input *neptune.DeleteDBClusterSnapshotInput) *DeleteDBClusterSnapshotFuture DeleteDBInstance(ctx workflow.Context, input *neptune.DeleteDBInstanceInput) (*neptune.DeleteDBInstanceOutput, error) DeleteDBInstanceAsync(ctx workflow.Context, input *neptune.DeleteDBInstanceInput) *DeleteDBInstanceFuture DeleteDBParameterGroup(ctx workflow.Context, input *neptune.DeleteDBParameterGroupInput) (*neptune.DeleteDBParameterGroupOutput, error) DeleteDBParameterGroupAsync(ctx workflow.Context, input *neptune.DeleteDBParameterGroupInput) *DeleteDBParameterGroupFuture DeleteDBSubnetGroup(ctx workflow.Context, input *neptune.DeleteDBSubnetGroupInput) (*neptune.DeleteDBSubnetGroupOutput, error) DeleteDBSubnetGroupAsync(ctx workflow.Context, input *neptune.DeleteDBSubnetGroupInput) *DeleteDBSubnetGroupFuture DeleteEventSubscription(ctx workflow.Context, input *neptune.DeleteEventSubscriptionInput) (*neptune.DeleteEventSubscriptionOutput, error) DeleteEventSubscriptionAsync(ctx workflow.Context, input *neptune.DeleteEventSubscriptionInput) *DeleteEventSubscriptionFuture DescribeDBClusterEndpoints(ctx workflow.Context, input *neptune.DescribeDBClusterEndpointsInput) (*neptune.DescribeDBClusterEndpointsOutput, error) DescribeDBClusterEndpointsAsync(ctx workflow.Context, input *neptune.DescribeDBClusterEndpointsInput) *DescribeDBClusterEndpointsFuture DescribeDBClusterParameterGroups(ctx workflow.Context, input *neptune.DescribeDBClusterParameterGroupsInput) (*neptune.DescribeDBClusterParameterGroupsOutput, error) DescribeDBClusterParameterGroupsAsync(ctx workflow.Context, input *neptune.DescribeDBClusterParameterGroupsInput) *DescribeDBClusterParameterGroupsFuture DescribeDBClusterParameters(ctx workflow.Context, input *neptune.DescribeDBClusterParametersInput) (*neptune.DescribeDBClusterParametersOutput, error) DescribeDBClusterParametersAsync(ctx workflow.Context, input *neptune.DescribeDBClusterParametersInput) *DescribeDBClusterParametersFuture DescribeDBClusterSnapshotAttributes(ctx workflow.Context, input *neptune.DescribeDBClusterSnapshotAttributesInput) (*neptune.DescribeDBClusterSnapshotAttributesOutput, error) DescribeDBClusterSnapshotAttributesAsync(ctx workflow.Context, input *neptune.DescribeDBClusterSnapshotAttributesInput) *DescribeDBClusterSnapshotAttributesFuture DescribeDBClusterSnapshots(ctx workflow.Context, input *neptune.DescribeDBClusterSnapshotsInput) (*neptune.DescribeDBClusterSnapshotsOutput, error) DescribeDBClusterSnapshotsAsync(ctx workflow.Context, input *neptune.DescribeDBClusterSnapshotsInput) *DescribeDBClusterSnapshotsFuture DescribeDBClusters(ctx workflow.Context, input *neptune.DescribeDBClustersInput) (*neptune.DescribeDBClustersOutput, error) DescribeDBClustersAsync(ctx workflow.Context, input *neptune.DescribeDBClustersInput) *DescribeDBClustersFuture DescribeDBEngineVersions(ctx workflow.Context, input *neptune.DescribeDBEngineVersionsInput) (*neptune.DescribeDBEngineVersionsOutput, error) DescribeDBEngineVersionsAsync(ctx workflow.Context, input *neptune.DescribeDBEngineVersionsInput) *DescribeDBEngineVersionsFuture DescribeDBInstances(ctx workflow.Context, input *neptune.DescribeDBInstancesInput) (*neptune.DescribeDBInstancesOutput, error) DescribeDBInstancesAsync(ctx workflow.Context, input *neptune.DescribeDBInstancesInput) *DescribeDBInstancesFuture DescribeDBParameterGroups(ctx workflow.Context, input *neptune.DescribeDBParameterGroupsInput) (*neptune.DescribeDBParameterGroupsOutput, error) DescribeDBParameterGroupsAsync(ctx workflow.Context, input *neptune.DescribeDBParameterGroupsInput) *DescribeDBParameterGroupsFuture DescribeDBParameters(ctx workflow.Context, input *neptune.DescribeDBParametersInput) (*neptune.DescribeDBParametersOutput, error) DescribeDBParametersAsync(ctx workflow.Context, input *neptune.DescribeDBParametersInput) *DescribeDBParametersFuture DescribeDBSubnetGroups(ctx workflow.Context, input *neptune.DescribeDBSubnetGroupsInput) (*neptune.DescribeDBSubnetGroupsOutput, error) DescribeDBSubnetGroupsAsync(ctx workflow.Context, input *neptune.DescribeDBSubnetGroupsInput) *DescribeDBSubnetGroupsFuture DescribeEngineDefaultClusterParameters(ctx workflow.Context, input *neptune.DescribeEngineDefaultClusterParametersInput) (*neptune.DescribeEngineDefaultClusterParametersOutput, error) DescribeEngineDefaultClusterParametersAsync(ctx workflow.Context, input *neptune.DescribeEngineDefaultClusterParametersInput) *DescribeEngineDefaultClusterParametersFuture DescribeEngineDefaultParameters(ctx workflow.Context, input *neptune.DescribeEngineDefaultParametersInput) (*neptune.DescribeEngineDefaultParametersOutput, error) DescribeEngineDefaultParametersAsync(ctx workflow.Context, input *neptune.DescribeEngineDefaultParametersInput) *DescribeEngineDefaultParametersFuture DescribeEventCategories(ctx workflow.Context, input *neptune.DescribeEventCategoriesInput) (*neptune.DescribeEventCategoriesOutput, error) DescribeEventCategoriesAsync(ctx workflow.Context, input *neptune.DescribeEventCategoriesInput) *DescribeEventCategoriesFuture DescribeEventSubscriptions(ctx workflow.Context, input *neptune.DescribeEventSubscriptionsInput) (*neptune.DescribeEventSubscriptionsOutput, error) DescribeEventSubscriptionsAsync(ctx workflow.Context, input *neptune.DescribeEventSubscriptionsInput) *DescribeEventSubscriptionsFuture DescribeEvents(ctx workflow.Context, input *neptune.DescribeEventsInput) (*neptune.DescribeEventsOutput, error) DescribeEventsAsync(ctx workflow.Context, input *neptune.DescribeEventsInput) *DescribeEventsFuture DescribeOrderableDBInstanceOptions(ctx workflow.Context, input *neptune.DescribeOrderableDBInstanceOptionsInput) (*neptune.DescribeOrderableDBInstanceOptionsOutput, error) DescribeOrderableDBInstanceOptionsAsync(ctx workflow.Context, input *neptune.DescribeOrderableDBInstanceOptionsInput) *DescribeOrderableDBInstanceOptionsFuture DescribePendingMaintenanceActions(ctx workflow.Context, input *neptune.DescribePendingMaintenanceActionsInput) (*neptune.DescribePendingMaintenanceActionsOutput, error) DescribePendingMaintenanceActionsAsync(ctx workflow.Context, input *neptune.DescribePendingMaintenanceActionsInput) *DescribePendingMaintenanceActionsFuture DescribeValidDBInstanceModifications(ctx workflow.Context, input *neptune.DescribeValidDBInstanceModificationsInput) (*neptune.DescribeValidDBInstanceModificationsOutput, error) DescribeValidDBInstanceModificationsAsync(ctx workflow.Context, input *neptune.DescribeValidDBInstanceModificationsInput) *DescribeValidDBInstanceModificationsFuture FailoverDBCluster(ctx workflow.Context, input *neptune.FailoverDBClusterInput) (*neptune.FailoverDBClusterOutput, error) FailoverDBClusterAsync(ctx workflow.Context, input *neptune.FailoverDBClusterInput) *FailoverDBClusterFuture ListTagsForResource(ctx workflow.Context, input *neptune.ListTagsForResourceInput) (*neptune.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *neptune.ListTagsForResourceInput) *ListTagsForResourceFuture ModifyDBCluster(ctx workflow.Context, input *neptune.ModifyDBClusterInput) (*neptune.ModifyDBClusterOutput, error) ModifyDBClusterAsync(ctx workflow.Context, input *neptune.ModifyDBClusterInput) *ModifyDBClusterFuture ModifyDBClusterEndpoint(ctx workflow.Context, input *neptune.ModifyDBClusterEndpointInput) (*neptune.ModifyDBClusterEndpointOutput, error) ModifyDBClusterEndpointAsync(ctx workflow.Context, input *neptune.ModifyDBClusterEndpointInput) *ModifyDBClusterEndpointFuture ModifyDBClusterParameterGroup(ctx workflow.Context, input *neptune.ModifyDBClusterParameterGroupInput) (*neptune.ResetDBClusterParameterGroupOutput, error) ModifyDBClusterParameterGroupAsync(ctx workflow.Context, input *neptune.ModifyDBClusterParameterGroupInput) *ModifyDBClusterParameterGroupFuture ModifyDBClusterSnapshotAttribute(ctx workflow.Context, input *neptune.ModifyDBClusterSnapshotAttributeInput) (*neptune.ModifyDBClusterSnapshotAttributeOutput, error) ModifyDBClusterSnapshotAttributeAsync(ctx workflow.Context, input *neptune.ModifyDBClusterSnapshotAttributeInput) *ModifyDBClusterSnapshotAttributeFuture ModifyDBInstance(ctx workflow.Context, input *neptune.ModifyDBInstanceInput) (*neptune.ModifyDBInstanceOutput, error) ModifyDBInstanceAsync(ctx workflow.Context, input *neptune.ModifyDBInstanceInput) *ModifyDBInstanceFuture ModifyDBParameterGroup(ctx workflow.Context, input *neptune.ModifyDBParameterGroupInput) (*neptune.ResetDBParameterGroupOutput, error) ModifyDBParameterGroupAsync(ctx workflow.Context, input *neptune.ModifyDBParameterGroupInput) *ModifyDBParameterGroupFuture ModifyDBSubnetGroup(ctx workflow.Context, input *neptune.ModifyDBSubnetGroupInput) (*neptune.ModifyDBSubnetGroupOutput, error) ModifyDBSubnetGroupAsync(ctx workflow.Context, input *neptune.ModifyDBSubnetGroupInput) *ModifyDBSubnetGroupFuture ModifyEventSubscription(ctx workflow.Context, input *neptune.ModifyEventSubscriptionInput) (*neptune.ModifyEventSubscriptionOutput, error) ModifyEventSubscriptionAsync(ctx workflow.Context, input *neptune.ModifyEventSubscriptionInput) *ModifyEventSubscriptionFuture PromoteReadReplicaDBCluster(ctx workflow.Context, input *neptune.PromoteReadReplicaDBClusterInput) (*neptune.PromoteReadReplicaDBClusterOutput, error) PromoteReadReplicaDBClusterAsync(ctx workflow.Context, input *neptune.PromoteReadReplicaDBClusterInput) *PromoteReadReplicaDBClusterFuture RebootDBInstance(ctx workflow.Context, input *neptune.RebootDBInstanceInput) (*neptune.RebootDBInstanceOutput, error) RebootDBInstanceAsync(ctx workflow.Context, input *neptune.RebootDBInstanceInput) *RebootDBInstanceFuture RemoveRoleFromDBCluster(ctx workflow.Context, input *neptune.RemoveRoleFromDBClusterInput) (*neptune.RemoveRoleFromDBClusterOutput, error) RemoveRoleFromDBClusterAsync(ctx workflow.Context, input *neptune.RemoveRoleFromDBClusterInput) *RemoveRoleFromDBClusterFuture RemoveSourceIdentifierFromSubscription(ctx workflow.Context, input *neptune.RemoveSourceIdentifierFromSubscriptionInput) (*neptune.RemoveSourceIdentifierFromSubscriptionOutput, error) RemoveSourceIdentifierFromSubscriptionAsync(ctx workflow.Context, input *neptune.RemoveSourceIdentifierFromSubscriptionInput) *RemoveSourceIdentifierFromSubscriptionFuture RemoveTagsFromResource(ctx workflow.Context, input *neptune.RemoveTagsFromResourceInput) (*neptune.RemoveTagsFromResourceOutput, error) RemoveTagsFromResourceAsync(ctx workflow.Context, input *neptune.RemoveTagsFromResourceInput) *RemoveTagsFromResourceFuture ResetDBClusterParameterGroup(ctx workflow.Context, input *neptune.ResetDBClusterParameterGroupInput) (*neptune.ResetDBClusterParameterGroupOutput, error) ResetDBClusterParameterGroupAsync(ctx workflow.Context, input *neptune.ResetDBClusterParameterGroupInput) *ResetDBClusterParameterGroupFuture ResetDBParameterGroup(ctx workflow.Context, input *neptune.ResetDBParameterGroupInput) (*neptune.ResetDBParameterGroupOutput, error) ResetDBParameterGroupAsync(ctx workflow.Context, input *neptune.ResetDBParameterGroupInput) *ResetDBParameterGroupFuture RestoreDBClusterFromSnapshot(ctx workflow.Context, input *neptune.RestoreDBClusterFromSnapshotInput) (*neptune.RestoreDBClusterFromSnapshotOutput, error) RestoreDBClusterFromSnapshotAsync(ctx workflow.Context, input *neptune.RestoreDBClusterFromSnapshotInput) *RestoreDBClusterFromSnapshotFuture RestoreDBClusterToPointInTime(ctx workflow.Context, input *neptune.RestoreDBClusterToPointInTimeInput) (*neptune.RestoreDBClusterToPointInTimeOutput, error) RestoreDBClusterToPointInTimeAsync(ctx workflow.Context, input *neptune.RestoreDBClusterToPointInTimeInput) *RestoreDBClusterToPointInTimeFuture StartDBCluster(ctx workflow.Context, input *neptune.StartDBClusterInput) (*neptune.StartDBClusterOutput, error) StartDBClusterAsync(ctx workflow.Context, input *neptune.StartDBClusterInput) *StartDBClusterFuture StopDBCluster(ctx workflow.Context, input *neptune.StopDBClusterInput) (*neptune.StopDBClusterOutput, error) StopDBClusterAsync(ctx workflow.Context, input *neptune.StopDBClusterInput) *StopDBClusterFuture WaitUntilDBInstanceAvailable(ctx workflow.Context, input *neptune.DescribeDBInstancesInput) error WaitUntilDBInstanceAvailableAsync(ctx workflow.Context, input *neptune.DescribeDBInstancesInput) *clients.VoidFuture WaitUntilDBInstanceDeleted(ctx workflow.Context, input *neptune.DescribeDBInstancesInput) error WaitUntilDBInstanceDeletedAsync(ctx workflow.Context, input *neptune.DescribeDBInstancesInput) *clients.VoidFuture }
type CopyDBClusterParameterGroupFuture ¶
type CopyDBClusterParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CopyDBClusterParameterGroupFuture) Get ¶
func (r *CopyDBClusterParameterGroupFuture) Get(ctx workflow.Context) (*neptune.CopyDBClusterParameterGroupOutput, error)
type CopyDBClusterSnapshotFuture ¶
type CopyDBClusterSnapshotFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CopyDBClusterSnapshotFuture) Get ¶
func (r *CopyDBClusterSnapshotFuture) Get(ctx workflow.Context) (*neptune.CopyDBClusterSnapshotOutput, error)
type CopyDBParameterGroupFuture ¶
type CopyDBParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CopyDBParameterGroupFuture) Get ¶
func (r *CopyDBParameterGroupFuture) Get(ctx workflow.Context) (*neptune.CopyDBParameterGroupOutput, error)
type CreateDBClusterEndpointFuture ¶
type CreateDBClusterEndpointFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDBClusterEndpointFuture) Get ¶
func (r *CreateDBClusterEndpointFuture) Get(ctx workflow.Context) (*neptune.CreateDBClusterEndpointOutput, error)
type CreateDBClusterFuture ¶
type CreateDBClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDBClusterFuture) Get ¶
func (r *CreateDBClusterFuture) Get(ctx workflow.Context) (*neptune.CreateDBClusterOutput, error)
type CreateDBClusterParameterGroupFuture ¶
type CreateDBClusterParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDBClusterParameterGroupFuture) Get ¶
func (r *CreateDBClusterParameterGroupFuture) Get(ctx workflow.Context) (*neptune.CreateDBClusterParameterGroupOutput, error)
type CreateDBClusterSnapshotFuture ¶
type CreateDBClusterSnapshotFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDBClusterSnapshotFuture) Get ¶
func (r *CreateDBClusterSnapshotFuture) Get(ctx workflow.Context) (*neptune.CreateDBClusterSnapshotOutput, error)
type CreateDBInstanceFuture ¶
type CreateDBInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDBInstanceFuture) Get ¶
func (r *CreateDBInstanceFuture) Get(ctx workflow.Context) (*neptune.CreateDBInstanceOutput, error)
type CreateDBParameterGroupFuture ¶
type CreateDBParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDBParameterGroupFuture) Get ¶
func (r *CreateDBParameterGroupFuture) Get(ctx workflow.Context) (*neptune.CreateDBParameterGroupOutput, error)
type CreateDBSubnetGroupFuture ¶
type CreateDBSubnetGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDBSubnetGroupFuture) Get ¶
func (r *CreateDBSubnetGroupFuture) Get(ctx workflow.Context) (*neptune.CreateDBSubnetGroupOutput, error)
type CreateEventSubscriptionFuture ¶
type CreateEventSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateEventSubscriptionFuture) Get ¶
func (r *CreateEventSubscriptionFuture) Get(ctx workflow.Context) (*neptune.CreateEventSubscriptionOutput, error)
type DeleteDBClusterEndpointFuture ¶
type DeleteDBClusterEndpointFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDBClusterEndpointFuture) Get ¶
func (r *DeleteDBClusterEndpointFuture) Get(ctx workflow.Context) (*neptune.DeleteDBClusterEndpointOutput, error)
type DeleteDBClusterFuture ¶
type DeleteDBClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDBClusterFuture) Get ¶
func (r *DeleteDBClusterFuture) Get(ctx workflow.Context) (*neptune.DeleteDBClusterOutput, error)
type DeleteDBClusterParameterGroupFuture ¶
type DeleteDBClusterParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDBClusterParameterGroupFuture) Get ¶
func (r *DeleteDBClusterParameterGroupFuture) Get(ctx workflow.Context) (*neptune.DeleteDBClusterParameterGroupOutput, error)
type DeleteDBClusterSnapshotFuture ¶
type DeleteDBClusterSnapshotFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDBClusterSnapshotFuture) Get ¶
func (r *DeleteDBClusterSnapshotFuture) Get(ctx workflow.Context) (*neptune.DeleteDBClusterSnapshotOutput, error)
type DeleteDBInstanceFuture ¶
type DeleteDBInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDBInstanceFuture) Get ¶
func (r *DeleteDBInstanceFuture) Get(ctx workflow.Context) (*neptune.DeleteDBInstanceOutput, error)
type DeleteDBParameterGroupFuture ¶
type DeleteDBParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDBParameterGroupFuture) Get ¶
func (r *DeleteDBParameterGroupFuture) Get(ctx workflow.Context) (*neptune.DeleteDBParameterGroupOutput, error)
type DeleteDBSubnetGroupFuture ¶
type DeleteDBSubnetGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDBSubnetGroupFuture) Get ¶
func (r *DeleteDBSubnetGroupFuture) Get(ctx workflow.Context) (*neptune.DeleteDBSubnetGroupOutput, error)
type DeleteEventSubscriptionFuture ¶
type DeleteEventSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteEventSubscriptionFuture) Get ¶
func (r *DeleteEventSubscriptionFuture) Get(ctx workflow.Context) (*neptune.DeleteEventSubscriptionOutput, error)
type DescribeDBClusterEndpointsFuture ¶
type DescribeDBClusterEndpointsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDBClusterEndpointsFuture) Get ¶
func (r *DescribeDBClusterEndpointsFuture) Get(ctx workflow.Context) (*neptune.DescribeDBClusterEndpointsOutput, error)
type DescribeDBClusterParameterGroupsFuture ¶
type DescribeDBClusterParameterGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDBClusterParameterGroupsFuture) Get ¶
func (r *DescribeDBClusterParameterGroupsFuture) Get(ctx workflow.Context) (*neptune.DescribeDBClusterParameterGroupsOutput, error)
type DescribeDBClusterParametersFuture ¶
type DescribeDBClusterParametersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDBClusterParametersFuture) Get ¶
func (r *DescribeDBClusterParametersFuture) Get(ctx workflow.Context) (*neptune.DescribeDBClusterParametersOutput, error)
type DescribeDBClusterSnapshotAttributesFuture ¶
type DescribeDBClusterSnapshotAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDBClusterSnapshotAttributesFuture) Get ¶
func (r *DescribeDBClusterSnapshotAttributesFuture) Get(ctx workflow.Context) (*neptune.DescribeDBClusterSnapshotAttributesOutput, error)
type DescribeDBClusterSnapshotsFuture ¶
type DescribeDBClusterSnapshotsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDBClusterSnapshotsFuture) Get ¶
func (r *DescribeDBClusterSnapshotsFuture) Get(ctx workflow.Context) (*neptune.DescribeDBClusterSnapshotsOutput, error)
type DescribeDBClustersFuture ¶
type DescribeDBClustersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDBClustersFuture) Get ¶
func (r *DescribeDBClustersFuture) Get(ctx workflow.Context) (*neptune.DescribeDBClustersOutput, error)
type DescribeDBEngineVersionsFuture ¶
type DescribeDBEngineVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDBEngineVersionsFuture) Get ¶
func (r *DescribeDBEngineVersionsFuture) Get(ctx workflow.Context) (*neptune.DescribeDBEngineVersionsOutput, error)
type DescribeDBInstancesFuture ¶
type DescribeDBInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDBInstancesFuture) Get ¶
func (r *DescribeDBInstancesFuture) Get(ctx workflow.Context) (*neptune.DescribeDBInstancesOutput, error)
type DescribeDBParameterGroupsFuture ¶
type DescribeDBParameterGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDBParameterGroupsFuture) Get ¶
func (r *DescribeDBParameterGroupsFuture) Get(ctx workflow.Context) (*neptune.DescribeDBParameterGroupsOutput, error)
type DescribeDBParametersFuture ¶
type DescribeDBParametersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDBParametersFuture) Get ¶
func (r *DescribeDBParametersFuture) Get(ctx workflow.Context) (*neptune.DescribeDBParametersOutput, error)
type DescribeDBSubnetGroupsFuture ¶
type DescribeDBSubnetGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDBSubnetGroupsFuture) Get ¶
func (r *DescribeDBSubnetGroupsFuture) Get(ctx workflow.Context) (*neptune.DescribeDBSubnetGroupsOutput, error)
type DescribeEngineDefaultClusterParametersFuture ¶
type DescribeEngineDefaultClusterParametersFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeEngineDefaultParametersFuture ¶
type DescribeEngineDefaultParametersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEngineDefaultParametersFuture) Get ¶
func (r *DescribeEngineDefaultParametersFuture) Get(ctx workflow.Context) (*neptune.DescribeEngineDefaultParametersOutput, error)
type DescribeEventCategoriesFuture ¶
type DescribeEventCategoriesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEventCategoriesFuture) Get ¶
func (r *DescribeEventCategoriesFuture) Get(ctx workflow.Context) (*neptune.DescribeEventCategoriesOutput, error)
type DescribeEventSubscriptionsFuture ¶
type DescribeEventSubscriptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEventSubscriptionsFuture) Get ¶
func (r *DescribeEventSubscriptionsFuture) Get(ctx workflow.Context) (*neptune.DescribeEventSubscriptionsOutput, error)
type DescribeEventsFuture ¶
func (*DescribeEventsFuture) Get ¶
func (r *DescribeEventsFuture) Get(ctx workflow.Context) (*neptune.DescribeEventsOutput, error)
type DescribeOrderableDBInstanceOptionsFuture ¶
type DescribeOrderableDBInstanceOptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeOrderableDBInstanceOptionsFuture) Get ¶
func (r *DescribeOrderableDBInstanceOptionsFuture) Get(ctx workflow.Context) (*neptune.DescribeOrderableDBInstanceOptionsOutput, error)
type DescribePendingMaintenanceActionsFuture ¶
type DescribePendingMaintenanceActionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribePendingMaintenanceActionsFuture) Get ¶
func (r *DescribePendingMaintenanceActionsFuture) Get(ctx workflow.Context) (*neptune.DescribePendingMaintenanceActionsOutput, error)
type DescribeValidDBInstanceModificationsFuture ¶
type DescribeValidDBInstanceModificationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeValidDBInstanceModificationsFuture) Get ¶
func (r *DescribeValidDBInstanceModificationsFuture) Get(ctx workflow.Context) (*neptune.DescribeValidDBInstanceModificationsOutput, error)
type FailoverDBClusterFuture ¶
type FailoverDBClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*FailoverDBClusterFuture) Get ¶
func (r *FailoverDBClusterFuture) Get(ctx workflow.Context) (*neptune.FailoverDBClusterOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*neptune.ListTagsForResourceOutput, error)
type ModifyDBClusterEndpointFuture ¶
type ModifyDBClusterEndpointFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyDBClusterEndpointFuture) Get ¶
func (r *ModifyDBClusterEndpointFuture) Get(ctx workflow.Context) (*neptune.ModifyDBClusterEndpointOutput, error)
type ModifyDBClusterFuture ¶
type ModifyDBClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyDBClusterFuture) Get ¶
func (r *ModifyDBClusterFuture) Get(ctx workflow.Context) (*neptune.ModifyDBClusterOutput, error)
type ModifyDBClusterParameterGroupFuture ¶
type ModifyDBClusterParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyDBClusterParameterGroupFuture) Get ¶
func (r *ModifyDBClusterParameterGroupFuture) Get(ctx workflow.Context) (*neptune.ResetDBClusterParameterGroupOutput, error)
type ModifyDBClusterSnapshotAttributeFuture ¶
type ModifyDBClusterSnapshotAttributeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyDBClusterSnapshotAttributeFuture) Get ¶
func (r *ModifyDBClusterSnapshotAttributeFuture) Get(ctx workflow.Context) (*neptune.ModifyDBClusterSnapshotAttributeOutput, error)
type ModifyDBInstanceFuture ¶
type ModifyDBInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyDBInstanceFuture) Get ¶
func (r *ModifyDBInstanceFuture) Get(ctx workflow.Context) (*neptune.ModifyDBInstanceOutput, error)
type ModifyDBParameterGroupFuture ¶
type ModifyDBParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyDBParameterGroupFuture) Get ¶
func (r *ModifyDBParameterGroupFuture) Get(ctx workflow.Context) (*neptune.ResetDBParameterGroupOutput, error)
type ModifyDBSubnetGroupFuture ¶
type ModifyDBSubnetGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyDBSubnetGroupFuture) Get ¶
func (r *ModifyDBSubnetGroupFuture) Get(ctx workflow.Context) (*neptune.ModifyDBSubnetGroupOutput, error)
type ModifyEventSubscriptionFuture ¶
type ModifyEventSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyEventSubscriptionFuture) Get ¶
func (r *ModifyEventSubscriptionFuture) Get(ctx workflow.Context) (*neptune.ModifyEventSubscriptionOutput, error)
type PromoteReadReplicaDBClusterFuture ¶
type PromoteReadReplicaDBClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PromoteReadReplicaDBClusterFuture) Get ¶
func (r *PromoteReadReplicaDBClusterFuture) Get(ctx workflow.Context) (*neptune.PromoteReadReplicaDBClusterOutput, error)
type RebootDBInstanceFuture ¶
type RebootDBInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RebootDBInstanceFuture) Get ¶
func (r *RebootDBInstanceFuture) Get(ctx workflow.Context) (*neptune.RebootDBInstanceOutput, error)
type RemoveRoleFromDBClusterFuture ¶
type RemoveRoleFromDBClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemoveRoleFromDBClusterFuture) Get ¶
func (r *RemoveRoleFromDBClusterFuture) Get(ctx workflow.Context) (*neptune.RemoveRoleFromDBClusterOutput, error)
type RemoveSourceIdentifierFromSubscriptionFuture ¶
type RemoveSourceIdentifierFromSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
type RemoveTagsFromResourceFuture ¶
type RemoveTagsFromResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemoveTagsFromResourceFuture) Get ¶
func (r *RemoveTagsFromResourceFuture) Get(ctx workflow.Context) (*neptune.RemoveTagsFromResourceOutput, error)
type ResetDBClusterParameterGroupFuture ¶
type ResetDBClusterParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ResetDBClusterParameterGroupFuture) Get ¶
func (r *ResetDBClusterParameterGroupFuture) Get(ctx workflow.Context) (*neptune.ResetDBClusterParameterGroupOutput, error)
type ResetDBParameterGroupFuture ¶
type ResetDBParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ResetDBParameterGroupFuture) Get ¶
func (r *ResetDBParameterGroupFuture) Get(ctx workflow.Context) (*neptune.ResetDBParameterGroupOutput, error)
type RestoreDBClusterFromSnapshotFuture ¶
type RestoreDBClusterFromSnapshotFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RestoreDBClusterFromSnapshotFuture) Get ¶
func (r *RestoreDBClusterFromSnapshotFuture) Get(ctx workflow.Context) (*neptune.RestoreDBClusterFromSnapshotOutput, error)
type RestoreDBClusterToPointInTimeFuture ¶
type RestoreDBClusterToPointInTimeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RestoreDBClusterToPointInTimeFuture) Get ¶
func (r *RestoreDBClusterToPointInTimeFuture) Get(ctx workflow.Context) (*neptune.RestoreDBClusterToPointInTimeOutput, error)
type StartDBClusterFuture ¶
func (*StartDBClusterFuture) Get ¶
func (r *StartDBClusterFuture) Get(ctx workflow.Context) (*neptune.StartDBClusterOutput, error)
type StopDBClusterFuture ¶
func (*StopDBClusterFuture) Get ¶
func (r *StopDBClusterFuture) Get(ctx workflow.Context) (*neptune.StopDBClusterOutput, error)
Click to show internal directories.
Click to hide internal directories.