Documentation
¶
Overview ¶
Package awsdynamodbtables contains methods related to AwsDynamodbTables
Index ¶
- type AwsDynamodbTablesV1
- func (a *AwsDynamodbTablesV1) ListAwsDynamodbTables(limit *int64, start *string, filter *string, embed *string, ...) (*models.ListDynamoDBTableResponse, *apiutils.APIError)
- func (a *AwsDynamodbTablesV1) ReadAwsDynamodbTable(tableId string, lookbackDays *int64, embed *string) (*models.ReadDynamoDBTableResponse, *apiutils.APIError)
- type AwsDynamodbTablesV1Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsDynamodbTablesV1 ¶
type AwsDynamodbTablesV1 struct {
// contains filtered or unexported fields
}
AwsDynamodbTablesV1 represents a custom type struct
func (*AwsDynamodbTablesV1) ListAwsDynamodbTables ¶
func (a *AwsDynamodbTablesV1) ListAwsDynamodbTables( limit *int64, start *string, filter *string, embed *string, lookbackDays *int64) ( *models.ListDynamoDBTableResponse, *apiutils.APIError)
ListAwsDynamodbTables Retrieve a list of DynamoDB tables.
func (*AwsDynamodbTablesV1) ReadAwsDynamodbTable ¶
func (a *AwsDynamodbTablesV1) ReadAwsDynamodbTable( tableId string, lookbackDays *int64, embed *string) ( *models.ReadDynamoDBTableResponse, *apiutils.APIError)
ReadAwsDynamodbTable Returns a representation of specified DynamoDB table.
type AwsDynamodbTablesV1Client ¶
type AwsDynamodbTablesV1Client interface { // ListAwsDynamodbTables Retrieve a list of DynamoDB tables. ListAwsDynamodbTables( limit *int64, start *string, filter *string, embed *string, lookbackDays *int64) ( *models.ListDynamoDBTableResponse, *apiutils.APIError) // ReadAwsDynamodbTable Returns a representation of specified DynamoDB table. ReadAwsDynamodbTable( tableId string, lookbackDays *int64, embed *string) ( *models.ReadDynamoDBTableResponse, *apiutils.APIError) }
AwsDynamodbTablesV1Client represents a custom type interface
func NewAwsDynamodbTablesV1 ¶
func NewAwsDynamodbTablesV1(config config.Config) AwsDynamodbTablesV1Client
NewAwsDynamodbTablesV1 returns AwsDynamodbTablesV1Client
Click to show internal directories.
Click to hide internal directories.