Documentation
¶
Overview ¶
Package restoredawsdynamodbtables contains methods related to RestoredAwsDynamodbTables
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestoredAwsDynamodbTablesV1 ¶
type RestoredAwsDynamodbTablesV1 struct {
// contains filtered or unexported fields
}
RestoredAwsDynamodbTablesV1 represents a custom type struct
func (*RestoredAwsDynamodbTablesV1) RestoreAwsDynamodbTable ¶
func (r *RestoredAwsDynamodbTablesV1) RestoreAwsDynamodbTable( embed *string, body models.RestoreAwsDynamodbTableV1Request) ( *models.RestoreDynamoDBTableResponse, *apiutils.APIError)
RestoreAwsDynamodbTable Restores the specified DynamoDB table backup to the specified target destination.
type RestoredAwsDynamodbTablesV1Client ¶
type RestoredAwsDynamodbTablesV1Client interface { // RestoreAwsDynamodbTable Restores the specified DynamoDB table backup to the specified target destination. RestoreAwsDynamodbTable( embed *string, body models.RestoreAwsDynamodbTableV1Request) ( *models.RestoreDynamoDBTableResponse, *apiutils.APIError) }
RestoredAwsDynamodbTablesV1Client represents a custom type interface
func NewRestoredAwsDynamodbTablesV1 ¶
func NewRestoredAwsDynamodbTablesV1(config config.Config) RestoredAwsDynamodbTablesV1Client
NewRestoredAwsDynamodbTablesV1 returns RestoredAwsDynamodbTablesV1Client
Click to show internal directories.
Click to hide internal directories.