heliosdynamodb

package module
v1.18.1 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceAPIVersion = origin_dynamodb.ServiceAPIVersion

Variables

This section is empty.

Functions

func NewDefaultEndpointResolver

func NewDefaultEndpointResolver() interface{}

func WithAPIOptions

func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)

func WithEndpointResolver

func WithEndpointResolver(v EndpointResolver) func(*Options)

Types

type BatchGetItemInput

type BatchGetItemInput = origin_dynamodb.BatchGetItemInput

type BatchGetItemOutput

type BatchGetItemOutput = origin_dynamodb.BatchGetItemOutput

type BatchWriteItemInput

type BatchWriteItemInput = origin_dynamodb.BatchWriteItemInput

type BatchWriteItemOutput

type BatchWriteItemOutput = origin_dynamodb.BatchWriteItemOutput

type Client

type Client = origin_dynamodb.Client

func New

func New(options Options, optFns ...func(*Options)) *Client

func NewFromConfig

func NewFromConfig(cfg aws.Config, optFns ...func(*Options)) *Client

type CreateBackupInput

type CreateBackupInput = origin_dynamodb.CreateBackupInput

type CreateBackupOutput

type CreateBackupOutput = origin_dynamodb.CreateBackupOutput

type CreateTableInput

type CreateTableInput = origin_dynamodb.CreateTableInput

type CreateTableOutput

type CreateTableOutput = origin_dynamodb.CreateTableOutput

type DeleteBackupInput

type DeleteBackupInput = origin_dynamodb.DeleteBackupInput

type DeleteBackupOutput

type DeleteBackupOutput = origin_dynamodb.DeleteBackupOutput

type DeleteItemInput

type DeleteItemInput = origin_dynamodb.DeleteItemInput

type DeleteItemOutput

type DeleteItemOutput = origin_dynamodb.DeleteItemOutput

type DeleteTableInput

type DeleteTableInput = origin_dynamodb.DeleteTableInput

type DeleteTableOutput

type DeleteTableOutput = origin_dynamodb.DeleteTableOutput

type DescribeBackupInput

type DescribeBackupInput = origin_dynamodb.DescribeBackupInput

type DescribeBackupOutput

type DescribeBackupOutput = origin_dynamodb.DescribeBackupOutput

type DescribeExportInput

type DescribeExportInput = origin_dynamodb.DescribeExportInput

type DescribeExportOutput

type DescribeExportOutput = origin_dynamodb.DescribeExportOutput

type DescribeImportInput

type DescribeImportInput = origin_dynamodb.DescribeImportInput

type DescribeImportOutput

type DescribeImportOutput = origin_dynamodb.DescribeImportOutput

type DescribeLimitsInput

type DescribeLimitsInput = origin_dynamodb.DescribeLimitsInput

type DescribeLimitsOutput

type DescribeLimitsOutput = origin_dynamodb.DescribeLimitsOutput

type DescribeTableInput

type DescribeTableInput = origin_dynamodb.DescribeTableInput

type DescribeTableOutput

type DescribeTableOutput = origin_dynamodb.DescribeTableOutput

type EndpointResolver

type EndpointResolver = origin_dynamodb.EndpointResolver

func EndpointResolverFromURL

func EndpointResolverFromURL(url string, optFns ...func(*aws.Endpoint)) EndpointResolver

type EndpointResolverFunc

type EndpointResolverFunc = origin_dynamodb.EndpointResolverFunc

type GetItemInput

type GetItemInput = origin_dynamodb.GetItemInput

type GetItemOutput

type GetItemOutput = origin_dynamodb.GetItemOutput

type HTTPClient

type HTTPClient = origin_dynamodb.HTTPClient

type HTTPSignerV4

type HTTPSignerV4 = origin_dynamodb.HTTPSignerV4

type ImportTableInput

type ImportTableInput = origin_dynamodb.ImportTableInput

type ImportTableOutput

type ImportTableOutput = origin_dynamodb.ImportTableOutput

type ListBackupsInput

type ListBackupsInput = origin_dynamodb.ListBackupsInput

type ListBackupsOutput

type ListBackupsOutput = origin_dynamodb.ListBackupsOutput

type ListExportsAPIClient

type ListExportsAPIClient = origin_dynamodb.ListExportsAPIClient

type ListExportsInput

type ListExportsInput = origin_dynamodb.ListExportsInput

type ListExportsOutput

type ListExportsOutput = origin_dynamodb.ListExportsOutput

type ListExportsPaginator

type ListExportsPaginator = origin_dynamodb.ListExportsPaginator

func NewListExportsPaginator

func NewListExportsPaginator(client ListExportsAPIClient, params *ListExportsInput, optFns ...func(*ListExportsPaginatorOptions)) *ListExportsPaginator

type ListImportsAPIClient

type ListImportsAPIClient = origin_dynamodb.ListImportsAPIClient

type ListImportsInput

type ListImportsInput = origin_dynamodb.ListImportsInput

type ListImportsOutput

type ListImportsOutput = origin_dynamodb.ListImportsOutput

type ListImportsPaginator

type ListImportsPaginator = origin_dynamodb.ListImportsPaginator

func NewListImportsPaginator

func NewListImportsPaginator(client ListImportsAPIClient, params *ListImportsInput, optFns ...func(*ListImportsPaginatorOptions)) *ListImportsPaginator

type ListTablesAPIClient

type ListTablesAPIClient = origin_dynamodb.ListTablesAPIClient

type ListTablesInput

type ListTablesInput = origin_dynamodb.ListTablesInput

type ListTablesOutput

type ListTablesOutput = origin_dynamodb.ListTablesOutput

type ListTablesPaginator

type ListTablesPaginator = origin_dynamodb.ListTablesPaginator

func NewListTablesPaginator

func NewListTablesPaginator(client ListTablesAPIClient, params *ListTablesInput, optFns ...func(*ListTablesPaginatorOptions)) *ListTablesPaginator

type Options

type Options = origin_dynamodb.Options

type PutItemInput

type PutItemInput = origin_dynamodb.PutItemInput

type PutItemOutput

type PutItemOutput = origin_dynamodb.PutItemOutput

type QueryAPIClient

type QueryAPIClient = origin_dynamodb.QueryAPIClient

type QueryInput

type QueryInput = origin_dynamodb.QueryInput

type QueryOutput

type QueryOutput = origin_dynamodb.QueryOutput

type QueryPaginator

type QueryPaginator = origin_dynamodb.QueryPaginator

func NewQueryPaginator

func NewQueryPaginator(client QueryAPIClient, params *QueryInput, optFns ...func(*QueryPaginatorOptions)) *QueryPaginator

type ResolveEndpoint

type ResolveEndpoint = origin_dynamodb.ResolveEndpoint

type ScanAPIClient

type ScanAPIClient = origin_dynamodb.ScanAPIClient

type ScanInput

type ScanInput = origin_dynamodb.ScanInput

type ScanOutput

type ScanOutput = origin_dynamodb.ScanOutput

type ScanPaginator

type ScanPaginator = origin_dynamodb.ScanPaginator

func NewScanPaginator

func NewScanPaginator(client ScanAPIClient, params *ScanInput, optFns ...func(*ScanPaginatorOptions)) *ScanPaginator

type ScanPaginatorOptions

type ScanPaginatorOptions = origin_dynamodb.ScanPaginatorOptions

type TableExistsWaiter

type TableExistsWaiter = origin_dynamodb.TableExistsWaiter

func NewTableExistsWaiter

func NewTableExistsWaiter(client DescribeTableAPIClient, optFns ...func(*TableExistsWaiterOptions)) *TableExistsWaiter

type TableNotExistsWaiter

type TableNotExistsWaiter = origin_dynamodb.TableNotExistsWaiter

func NewTableNotExistsWaiter

func NewTableNotExistsWaiter(client DescribeTableAPIClient, optFns ...func(*TableNotExistsWaiterOptions)) *TableNotExistsWaiter

type TagResourceInput

type TagResourceInput = origin_dynamodb.TagResourceInput

type TagResourceOutput

type TagResourceOutput = origin_dynamodb.TagResourceOutput

type UntagResourceInput

type UntagResourceInput = origin_dynamodb.UntagResourceInput

type UntagResourceOutput

type UntagResourceOutput = origin_dynamodb.UntagResourceOutput

type UpdateItemInput

type UpdateItemInput = origin_dynamodb.UpdateItemInput

type UpdateItemOutput

type UpdateItemOutput = origin_dynamodb.UpdateItemOutput

type UpdateTableInput

type UpdateTableInput = origin_dynamodb.UpdateTableInput

type UpdateTableOutput

type UpdateTableOutput = origin_dynamodb.UpdateTableOutput

Jump to

Keyboard shortcuts

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