Documentation ¶
Index ¶
- type BatchExecuteStatementFuture
- type BatchGetItemFuture
- type BatchWriteItemFuture
- type Client
- type CreateBackupFuture
- type CreateGlobalTableFuture
- type CreateTableFuture
- type DeleteBackupFuture
- type DeleteItemFuture
- type DeleteTableFuture
- type DescribeBackupFuture
- type DescribeContinuousBackupsFuture
- type DescribeContributorInsightsFuture
- type DescribeEndpointsFuture
- type DescribeExportFuture
- type DescribeGlobalTableFuture
- type DescribeGlobalTableSettingsFuture
- type DescribeKinesisStreamingDestinationFuture
- type DescribeLimitsFuture
- type DescribeTableFuture
- type DescribeTableReplicaAutoScalingFuture
- type DescribeTimeToLiveFuture
- type DisableKinesisStreamingDestinationFuture
- type EnableKinesisStreamingDestinationFuture
- type ExecuteStatementFuture
- type ExecuteTransactionFuture
- type ExportTableToPointInTimeFuture
- type GetItemFuture
- type ListBackupsFuture
- type ListContributorInsightsFuture
- type ListExportsFuture
- type ListGlobalTablesFuture
- type ListTablesFuture
- type ListTagsOfResourceFuture
- type PutItemFuture
- type QueryFuture
- type RestoreTableFromBackupFuture
- type RestoreTableToPointInTimeFuture
- type ScanFuture
- type TagResourceFuture
- type TransactGetItemsFuture
- type TransactWriteItemsFuture
- type UntagResourceFuture
- type UpdateContinuousBackupsFuture
- type UpdateContributorInsightsFuture
- type UpdateGlobalTableFuture
- type UpdateGlobalTableSettingsFuture
- type UpdateItemFuture
- type UpdateTableFuture
- type UpdateTableReplicaAutoScalingFuture
- type UpdateTimeToLiveFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchExecuteStatementFuture ¶
type BatchExecuteStatementFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchExecuteStatementFuture) Get ¶
func (r *BatchExecuteStatementFuture) Get(ctx workflow.Context) (*dynamodb.BatchExecuteStatementOutput, error)
type BatchGetItemFuture ¶
func (*BatchGetItemFuture) Get ¶
func (r *BatchGetItemFuture) Get(ctx workflow.Context) (*dynamodb.BatchGetItemOutput, error)
type BatchWriteItemFuture ¶
func (*BatchWriteItemFuture) Get ¶
func (r *BatchWriteItemFuture) Get(ctx workflow.Context) (*dynamodb.BatchWriteItemOutput, error)
type Client ¶
type Client interface { BatchExecuteStatement(ctx workflow.Context, input *dynamodb.BatchExecuteStatementInput) (*dynamodb.BatchExecuteStatementOutput, error) BatchExecuteStatementAsync(ctx workflow.Context, input *dynamodb.BatchExecuteStatementInput) *BatchExecuteStatementFuture BatchGetItem(ctx workflow.Context, input *dynamodb.BatchGetItemInput) (*dynamodb.BatchGetItemOutput, error) BatchGetItemAsync(ctx workflow.Context, input *dynamodb.BatchGetItemInput) *BatchGetItemFuture BatchWriteItem(ctx workflow.Context, input *dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error) BatchWriteItemAsync(ctx workflow.Context, input *dynamodb.BatchWriteItemInput) *BatchWriteItemFuture CreateBackup(ctx workflow.Context, input *dynamodb.CreateBackupInput) (*dynamodb.CreateBackupOutput, error) CreateBackupAsync(ctx workflow.Context, input *dynamodb.CreateBackupInput) *CreateBackupFuture CreateGlobalTable(ctx workflow.Context, input *dynamodb.CreateGlobalTableInput) (*dynamodb.CreateGlobalTableOutput, error) CreateGlobalTableAsync(ctx workflow.Context, input *dynamodb.CreateGlobalTableInput) *CreateGlobalTableFuture CreateTable(ctx workflow.Context, input *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error) CreateTableAsync(ctx workflow.Context, input *dynamodb.CreateTableInput) *CreateTableFuture DeleteBackup(ctx workflow.Context, input *dynamodb.DeleteBackupInput) (*dynamodb.DeleteBackupOutput, error) DeleteBackupAsync(ctx workflow.Context, input *dynamodb.DeleteBackupInput) *DeleteBackupFuture DeleteItem(ctx workflow.Context, input *dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error) DeleteItemAsync(ctx workflow.Context, input *dynamodb.DeleteItemInput) *DeleteItemFuture DeleteTable(ctx workflow.Context, input *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error) DeleteTableAsync(ctx workflow.Context, input *dynamodb.DeleteTableInput) *DeleteTableFuture DescribeBackup(ctx workflow.Context, input *dynamodb.DescribeBackupInput) (*dynamodb.DescribeBackupOutput, error) DescribeBackupAsync(ctx workflow.Context, input *dynamodb.DescribeBackupInput) *DescribeBackupFuture DescribeContinuousBackups(ctx workflow.Context, input *dynamodb.DescribeContinuousBackupsInput) (*dynamodb.DescribeContinuousBackupsOutput, error) DescribeContinuousBackupsAsync(ctx workflow.Context, input *dynamodb.DescribeContinuousBackupsInput) *DescribeContinuousBackupsFuture DescribeContributorInsights(ctx workflow.Context, input *dynamodb.DescribeContributorInsightsInput) (*dynamodb.DescribeContributorInsightsOutput, error) DescribeContributorInsightsAsync(ctx workflow.Context, input *dynamodb.DescribeContributorInsightsInput) *DescribeContributorInsightsFuture DescribeEndpoints(ctx workflow.Context, input *dynamodb.DescribeEndpointsInput) (*dynamodb.DescribeEndpointsOutput, error) DescribeEndpointsAsync(ctx workflow.Context, input *dynamodb.DescribeEndpointsInput) *DescribeEndpointsFuture DescribeExport(ctx workflow.Context, input *dynamodb.DescribeExportInput) (*dynamodb.DescribeExportOutput, error) DescribeExportAsync(ctx workflow.Context, input *dynamodb.DescribeExportInput) *DescribeExportFuture DescribeGlobalTable(ctx workflow.Context, input *dynamodb.DescribeGlobalTableInput) (*dynamodb.DescribeGlobalTableOutput, error) DescribeGlobalTableAsync(ctx workflow.Context, input *dynamodb.DescribeGlobalTableInput) *DescribeGlobalTableFuture DescribeGlobalTableSettings(ctx workflow.Context, input *dynamodb.DescribeGlobalTableSettingsInput) (*dynamodb.DescribeGlobalTableSettingsOutput, error) DescribeGlobalTableSettingsAsync(ctx workflow.Context, input *dynamodb.DescribeGlobalTableSettingsInput) *DescribeGlobalTableSettingsFuture DescribeKinesisStreamingDestination(ctx workflow.Context, input *dynamodb.DescribeKinesisStreamingDestinationInput) (*dynamodb.DescribeKinesisStreamingDestinationOutput, error) DescribeKinesisStreamingDestinationAsync(ctx workflow.Context, input *dynamodb.DescribeKinesisStreamingDestinationInput) *DescribeKinesisStreamingDestinationFuture DescribeLimits(ctx workflow.Context, input *dynamodb.DescribeLimitsInput) (*dynamodb.DescribeLimitsOutput, error) DescribeLimitsAsync(ctx workflow.Context, input *dynamodb.DescribeLimitsInput) *DescribeLimitsFuture DescribeTable(ctx workflow.Context, input *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error) DescribeTableAsync(ctx workflow.Context, input *dynamodb.DescribeTableInput) *DescribeTableFuture DescribeTableReplicaAutoScaling(ctx workflow.Context, input *dynamodb.DescribeTableReplicaAutoScalingInput) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error) DescribeTableReplicaAutoScalingAsync(ctx workflow.Context, input *dynamodb.DescribeTableReplicaAutoScalingInput) *DescribeTableReplicaAutoScalingFuture DescribeTimeToLive(ctx workflow.Context, input *dynamodb.DescribeTimeToLiveInput) (*dynamodb.DescribeTimeToLiveOutput, error) DescribeTimeToLiveAsync(ctx workflow.Context, input *dynamodb.DescribeTimeToLiveInput) *DescribeTimeToLiveFuture DisableKinesisStreamingDestination(ctx workflow.Context, input *dynamodb.DisableKinesisStreamingDestinationInput) (*dynamodb.DisableKinesisStreamingDestinationOutput, error) DisableKinesisStreamingDestinationAsync(ctx workflow.Context, input *dynamodb.DisableKinesisStreamingDestinationInput) *DisableKinesisStreamingDestinationFuture EnableKinesisStreamingDestination(ctx workflow.Context, input *dynamodb.EnableKinesisStreamingDestinationInput) (*dynamodb.EnableKinesisStreamingDestinationOutput, error) EnableKinesisStreamingDestinationAsync(ctx workflow.Context, input *dynamodb.EnableKinesisStreamingDestinationInput) *EnableKinesisStreamingDestinationFuture ExecuteStatement(ctx workflow.Context, input *dynamodb.ExecuteStatementInput) (*dynamodb.ExecuteStatementOutput, error) ExecuteStatementAsync(ctx workflow.Context, input *dynamodb.ExecuteStatementInput) *ExecuteStatementFuture ExecuteTransaction(ctx workflow.Context, input *dynamodb.ExecuteTransactionInput) (*dynamodb.ExecuteTransactionOutput, error) ExecuteTransactionAsync(ctx workflow.Context, input *dynamodb.ExecuteTransactionInput) *ExecuteTransactionFuture ExportTableToPointInTime(ctx workflow.Context, input *dynamodb.ExportTableToPointInTimeInput) (*dynamodb.ExportTableToPointInTimeOutput, error) ExportTableToPointInTimeAsync(ctx workflow.Context, input *dynamodb.ExportTableToPointInTimeInput) *ExportTableToPointInTimeFuture GetItem(ctx workflow.Context, input *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error) GetItemAsync(ctx workflow.Context, input *dynamodb.GetItemInput) *GetItemFuture ListBackups(ctx workflow.Context, input *dynamodb.ListBackupsInput) (*dynamodb.ListBackupsOutput, error) ListBackupsAsync(ctx workflow.Context, input *dynamodb.ListBackupsInput) *ListBackupsFuture ListContributorInsights(ctx workflow.Context, input *dynamodb.ListContributorInsightsInput) (*dynamodb.ListContributorInsightsOutput, error) ListContributorInsightsAsync(ctx workflow.Context, input *dynamodb.ListContributorInsightsInput) *ListContributorInsightsFuture ListExports(ctx workflow.Context, input *dynamodb.ListExportsInput) (*dynamodb.ListExportsOutput, error) ListExportsAsync(ctx workflow.Context, input *dynamodb.ListExportsInput) *ListExportsFuture ListGlobalTables(ctx workflow.Context, input *dynamodb.ListGlobalTablesInput) (*dynamodb.ListGlobalTablesOutput, error) ListGlobalTablesAsync(ctx workflow.Context, input *dynamodb.ListGlobalTablesInput) *ListGlobalTablesFuture ListTables(ctx workflow.Context, input *dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error) ListTablesAsync(ctx workflow.Context, input *dynamodb.ListTablesInput) *ListTablesFuture ListTagsOfResource(ctx workflow.Context, input *dynamodb.ListTagsOfResourceInput) (*dynamodb.ListTagsOfResourceOutput, error) ListTagsOfResourceAsync(ctx workflow.Context, input *dynamodb.ListTagsOfResourceInput) *ListTagsOfResourceFuture PutItem(ctx workflow.Context, input *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error) PutItemAsync(ctx workflow.Context, input *dynamodb.PutItemInput) *PutItemFuture Query(ctx workflow.Context, input *dynamodb.QueryInput) (*dynamodb.QueryOutput, error) QueryAsync(ctx workflow.Context, input *dynamodb.QueryInput) *QueryFuture RestoreTableFromBackup(ctx workflow.Context, input *dynamodb.RestoreTableFromBackupInput) (*dynamodb.RestoreTableFromBackupOutput, error) RestoreTableFromBackupAsync(ctx workflow.Context, input *dynamodb.RestoreTableFromBackupInput) *RestoreTableFromBackupFuture RestoreTableToPointInTime(ctx workflow.Context, input *dynamodb.RestoreTableToPointInTimeInput) (*dynamodb.RestoreTableToPointInTimeOutput, error) RestoreTableToPointInTimeAsync(ctx workflow.Context, input *dynamodb.RestoreTableToPointInTimeInput) *RestoreTableToPointInTimeFuture Scan(ctx workflow.Context, input *dynamodb.ScanInput) (*dynamodb.ScanOutput, error) ScanAsync(ctx workflow.Context, input *dynamodb.ScanInput) *ScanFuture TagResource(ctx workflow.Context, input *dynamodb.TagResourceInput) (*dynamodb.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *dynamodb.TagResourceInput) *TagResourceFuture TransactGetItems(ctx workflow.Context, input *dynamodb.TransactGetItemsInput) (*dynamodb.TransactGetItemsOutput, error) TransactGetItemsAsync(ctx workflow.Context, input *dynamodb.TransactGetItemsInput) *TransactGetItemsFuture TransactWriteItems(ctx workflow.Context, input *dynamodb.TransactWriteItemsInput) (*dynamodb.TransactWriteItemsOutput, error) TransactWriteItemsAsync(ctx workflow.Context, input *dynamodb.TransactWriteItemsInput) *TransactWriteItemsFuture UntagResource(ctx workflow.Context, input *dynamodb.UntagResourceInput) (*dynamodb.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *dynamodb.UntagResourceInput) *UntagResourceFuture UpdateContinuousBackups(ctx workflow.Context, input *dynamodb.UpdateContinuousBackupsInput) (*dynamodb.UpdateContinuousBackupsOutput, error) UpdateContinuousBackupsAsync(ctx workflow.Context, input *dynamodb.UpdateContinuousBackupsInput) *UpdateContinuousBackupsFuture UpdateContributorInsights(ctx workflow.Context, input *dynamodb.UpdateContributorInsightsInput) (*dynamodb.UpdateContributorInsightsOutput, error) UpdateContributorInsightsAsync(ctx workflow.Context, input *dynamodb.UpdateContributorInsightsInput) *UpdateContributorInsightsFuture UpdateGlobalTable(ctx workflow.Context, input *dynamodb.UpdateGlobalTableInput) (*dynamodb.UpdateGlobalTableOutput, error) UpdateGlobalTableAsync(ctx workflow.Context, input *dynamodb.UpdateGlobalTableInput) *UpdateGlobalTableFuture UpdateGlobalTableSettings(ctx workflow.Context, input *dynamodb.UpdateGlobalTableSettingsInput) (*dynamodb.UpdateGlobalTableSettingsOutput, error) UpdateGlobalTableSettingsAsync(ctx workflow.Context, input *dynamodb.UpdateGlobalTableSettingsInput) *UpdateGlobalTableSettingsFuture UpdateItem(ctx workflow.Context, input *dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error) UpdateItemAsync(ctx workflow.Context, input *dynamodb.UpdateItemInput) *UpdateItemFuture UpdateTable(ctx workflow.Context, input *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error) UpdateTableAsync(ctx workflow.Context, input *dynamodb.UpdateTableInput) *UpdateTableFuture UpdateTableReplicaAutoScaling(ctx workflow.Context, input *dynamodb.UpdateTableReplicaAutoScalingInput) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error) UpdateTableReplicaAutoScalingAsync(ctx workflow.Context, input *dynamodb.UpdateTableReplicaAutoScalingInput) *UpdateTableReplicaAutoScalingFuture UpdateTimeToLive(ctx workflow.Context, input *dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error) UpdateTimeToLiveAsync(ctx workflow.Context, input *dynamodb.UpdateTimeToLiveInput) *UpdateTimeToLiveFuture WaitUntilTableExists(ctx workflow.Context, input *dynamodb.DescribeTableInput) error WaitUntilTableExistsAsync(ctx workflow.Context, input *dynamodb.DescribeTableInput) *clients.VoidFuture WaitUntilTableNotExists(ctx workflow.Context, input *dynamodb.DescribeTableInput) error WaitUntilTableNotExistsAsync(ctx workflow.Context, input *dynamodb.DescribeTableInput) *clients.VoidFuture }
type CreateBackupFuture ¶
func (*CreateBackupFuture) Get ¶
func (r *CreateBackupFuture) Get(ctx workflow.Context) (*dynamodb.CreateBackupOutput, error)
type CreateGlobalTableFuture ¶
type CreateGlobalTableFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateGlobalTableFuture) Get ¶
func (r *CreateGlobalTableFuture) Get(ctx workflow.Context) (*dynamodb.CreateGlobalTableOutput, error)
type CreateTableFuture ¶
func (*CreateTableFuture) Get ¶
func (r *CreateTableFuture) Get(ctx workflow.Context) (*dynamodb.CreateTableOutput, error)
type DeleteBackupFuture ¶
func (*DeleteBackupFuture) Get ¶
func (r *DeleteBackupFuture) Get(ctx workflow.Context) (*dynamodb.DeleteBackupOutput, error)
type DeleteItemFuture ¶
func (*DeleteItemFuture) Get ¶
func (r *DeleteItemFuture) Get(ctx workflow.Context) (*dynamodb.DeleteItemOutput, error)
type DeleteTableFuture ¶
func (*DeleteTableFuture) Get ¶
func (r *DeleteTableFuture) Get(ctx workflow.Context) (*dynamodb.DeleteTableOutput, error)
type DescribeBackupFuture ¶
func (*DescribeBackupFuture) Get ¶
func (r *DescribeBackupFuture) Get(ctx workflow.Context) (*dynamodb.DescribeBackupOutput, error)
type DescribeContinuousBackupsFuture ¶
type DescribeContinuousBackupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeContinuousBackupsFuture) Get ¶
func (r *DescribeContinuousBackupsFuture) Get(ctx workflow.Context) (*dynamodb.DescribeContinuousBackupsOutput, error)
type DescribeContributorInsightsFuture ¶
type DescribeContributorInsightsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeContributorInsightsFuture) Get ¶
func (r *DescribeContributorInsightsFuture) Get(ctx workflow.Context) (*dynamodb.DescribeContributorInsightsOutput, error)
type DescribeEndpointsFuture ¶
type DescribeEndpointsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEndpointsFuture) Get ¶
func (r *DescribeEndpointsFuture) Get(ctx workflow.Context) (*dynamodb.DescribeEndpointsOutput, error)
type DescribeExportFuture ¶
func (*DescribeExportFuture) Get ¶
func (r *DescribeExportFuture) Get(ctx workflow.Context) (*dynamodb.DescribeExportOutput, error)
type DescribeGlobalTableFuture ¶
type DescribeGlobalTableFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeGlobalTableFuture) Get ¶
func (r *DescribeGlobalTableFuture) Get(ctx workflow.Context) (*dynamodb.DescribeGlobalTableOutput, error)
type DescribeGlobalTableSettingsFuture ¶
type DescribeGlobalTableSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeGlobalTableSettingsFuture) Get ¶
func (r *DescribeGlobalTableSettingsFuture) Get(ctx workflow.Context) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
type DescribeKinesisStreamingDestinationFuture ¶
type DescribeKinesisStreamingDestinationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeKinesisStreamingDestinationFuture) Get ¶
func (r *DescribeKinesisStreamingDestinationFuture) Get(ctx workflow.Context) (*dynamodb.DescribeKinesisStreamingDestinationOutput, error)
type DescribeLimitsFuture ¶
func (*DescribeLimitsFuture) Get ¶
func (r *DescribeLimitsFuture) Get(ctx workflow.Context) (*dynamodb.DescribeLimitsOutput, error)
type DescribeTableFuture ¶
func (*DescribeTableFuture) Get ¶
func (r *DescribeTableFuture) Get(ctx workflow.Context) (*dynamodb.DescribeTableOutput, error)
type DescribeTableReplicaAutoScalingFuture ¶
type DescribeTableReplicaAutoScalingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTableReplicaAutoScalingFuture) Get ¶
func (r *DescribeTableReplicaAutoScalingFuture) Get(ctx workflow.Context) (*dynamodb.DescribeTableReplicaAutoScalingOutput, error)
type DescribeTimeToLiveFuture ¶
type DescribeTimeToLiveFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTimeToLiveFuture) Get ¶
func (r *DescribeTimeToLiveFuture) Get(ctx workflow.Context) (*dynamodb.DescribeTimeToLiveOutput, error)
type DisableKinesisStreamingDestinationFuture ¶
type DisableKinesisStreamingDestinationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisableKinesisStreamingDestinationFuture) Get ¶
func (r *DisableKinesisStreamingDestinationFuture) Get(ctx workflow.Context) (*dynamodb.DisableKinesisStreamingDestinationOutput, error)
type EnableKinesisStreamingDestinationFuture ¶
type EnableKinesisStreamingDestinationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*EnableKinesisStreamingDestinationFuture) Get ¶
func (r *EnableKinesisStreamingDestinationFuture) Get(ctx workflow.Context) (*dynamodb.EnableKinesisStreamingDestinationOutput, error)
type ExecuteStatementFuture ¶
type ExecuteStatementFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ExecuteStatementFuture) Get ¶
func (r *ExecuteStatementFuture) Get(ctx workflow.Context) (*dynamodb.ExecuteStatementOutput, error)
type ExecuteTransactionFuture ¶
type ExecuteTransactionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ExecuteTransactionFuture) Get ¶
func (r *ExecuteTransactionFuture) Get(ctx workflow.Context) (*dynamodb.ExecuteTransactionOutput, error)
type ExportTableToPointInTimeFuture ¶
type ExportTableToPointInTimeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ExportTableToPointInTimeFuture) Get ¶
func (r *ExportTableToPointInTimeFuture) Get(ctx workflow.Context) (*dynamodb.ExportTableToPointInTimeOutput, error)
type GetItemFuture ¶
func (*GetItemFuture) Get ¶
func (r *GetItemFuture) Get(ctx workflow.Context) (*dynamodb.GetItemOutput, error)
type ListBackupsFuture ¶
func (*ListBackupsFuture) Get ¶
func (r *ListBackupsFuture) Get(ctx workflow.Context) (*dynamodb.ListBackupsOutput, error)
type ListContributorInsightsFuture ¶
type ListContributorInsightsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListContributorInsightsFuture) Get ¶
func (r *ListContributorInsightsFuture) Get(ctx workflow.Context) (*dynamodb.ListContributorInsightsOutput, error)
type ListExportsFuture ¶
func (*ListExportsFuture) Get ¶
func (r *ListExportsFuture) Get(ctx workflow.Context) (*dynamodb.ListExportsOutput, error)
type ListGlobalTablesFuture ¶
type ListGlobalTablesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListGlobalTablesFuture) Get ¶
func (r *ListGlobalTablesFuture) Get(ctx workflow.Context) (*dynamodb.ListGlobalTablesOutput, error)
type ListTablesFuture ¶
func (*ListTablesFuture) Get ¶
func (r *ListTablesFuture) Get(ctx workflow.Context) (*dynamodb.ListTablesOutput, error)
type ListTagsOfResourceFuture ¶
type ListTagsOfResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsOfResourceFuture) Get ¶
func (r *ListTagsOfResourceFuture) Get(ctx workflow.Context) (*dynamodb.ListTagsOfResourceOutput, error)
type PutItemFuture ¶
func (*PutItemFuture) Get ¶
func (r *PutItemFuture) Get(ctx workflow.Context) (*dynamodb.PutItemOutput, error)
type QueryFuture ¶
func (*QueryFuture) Get ¶
func (r *QueryFuture) Get(ctx workflow.Context) (*dynamodb.QueryOutput, error)
type RestoreTableFromBackupFuture ¶
type RestoreTableFromBackupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RestoreTableFromBackupFuture) Get ¶
func (r *RestoreTableFromBackupFuture) Get(ctx workflow.Context) (*dynamodb.RestoreTableFromBackupOutput, error)
type RestoreTableToPointInTimeFuture ¶
type RestoreTableToPointInTimeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RestoreTableToPointInTimeFuture) Get ¶
func (r *RestoreTableToPointInTimeFuture) Get(ctx workflow.Context) (*dynamodb.RestoreTableToPointInTimeOutput, error)
type ScanFuture ¶
func (*ScanFuture) Get ¶
func (r *ScanFuture) Get(ctx workflow.Context) (*dynamodb.ScanOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*dynamodb.TagResourceOutput, error)
type TransactGetItemsFuture ¶
type TransactGetItemsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*TransactGetItemsFuture) Get ¶
func (r *TransactGetItemsFuture) Get(ctx workflow.Context) (*dynamodb.TransactGetItemsOutput, error)
type TransactWriteItemsFuture ¶
type TransactWriteItemsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*TransactWriteItemsFuture) Get ¶
func (r *TransactWriteItemsFuture) Get(ctx workflow.Context) (*dynamodb.TransactWriteItemsOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*dynamodb.UntagResourceOutput, error)
type UpdateContinuousBackupsFuture ¶
type UpdateContinuousBackupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateContinuousBackupsFuture) Get ¶
func (r *UpdateContinuousBackupsFuture) Get(ctx workflow.Context) (*dynamodb.UpdateContinuousBackupsOutput, error)
type UpdateContributorInsightsFuture ¶
type UpdateContributorInsightsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateContributorInsightsFuture) Get ¶
func (r *UpdateContributorInsightsFuture) Get(ctx workflow.Context) (*dynamodb.UpdateContributorInsightsOutput, error)
type UpdateGlobalTableFuture ¶
type UpdateGlobalTableFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateGlobalTableFuture) Get ¶
func (r *UpdateGlobalTableFuture) Get(ctx workflow.Context) (*dynamodb.UpdateGlobalTableOutput, error)
type UpdateGlobalTableSettingsFuture ¶
type UpdateGlobalTableSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateGlobalTableSettingsFuture) Get ¶
func (r *UpdateGlobalTableSettingsFuture) Get(ctx workflow.Context) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
type UpdateItemFuture ¶
func (*UpdateItemFuture) Get ¶
func (r *UpdateItemFuture) Get(ctx workflow.Context) (*dynamodb.UpdateItemOutput, error)
type UpdateTableFuture ¶
func (*UpdateTableFuture) Get ¶
func (r *UpdateTableFuture) Get(ctx workflow.Context) (*dynamodb.UpdateTableOutput, error)
type UpdateTableReplicaAutoScalingFuture ¶
type UpdateTableReplicaAutoScalingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateTableReplicaAutoScalingFuture) Get ¶
func (r *UpdateTableReplicaAutoScalingFuture) Get(ctx workflow.Context) (*dynamodb.UpdateTableReplicaAutoScalingOutput, error)
type UpdateTimeToLiveFuture ¶
type UpdateTimeToLiveFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateTimeToLiveFuture) Get ¶
func (r *UpdateTimeToLiveFuture) Get(ctx workflow.Context) (*dynamodb.UpdateTimeToLiveOutput, error)
Click to show internal directories.
Click to hide internal directories.