awsdynamodbtables

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2023 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Overview

Package awsdynamodbtables contains methods related to AwsDynamodbTables

Index

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) (
	*models.ListDynamoDBTableResponse, *apiutils.APIError)

ListAwsDynamodbTables Retrieve a list of DynamoDB tables.

func (*AwsDynamodbTablesV1) ReadAwsDynamodbTable

func (a *AwsDynamodbTablesV1) ReadAwsDynamodbTable(
	tableId string,
	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) (
		*models.ListDynamoDBTableResponse, *apiutils.APIError)

	// ReadAwsDynamodbTable Returns a representation of specified DynamoDB table.
	ReadAwsDynamodbTable(
		tableId string,
		embed *string) (
		*models.ReadDynamoDBTableResponse, *apiutils.APIError)
}

AwsDynamodbTablesV1Client represents a custom type interface

func NewAwsDynamodbTablesV1

func NewAwsDynamodbTablesV1(config config.Config) AwsDynamodbTablesV1Client

NewAwsDynamodbTablesV1 returns AwsDynamodbTablesV1Client

Jump to

Keyboard shortcuts

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