kinesis-consumer/vendor/github.com/aws/aws-sdk-go-v2/service/dynamodb/doc.go
dependabot[bot] 41539557e7
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) from 1.13.14 to 1.13.19.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/mq/v1.13.14...credentials/v1.13.19)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-28 08:08:34 +00:00

26 lines
1.4 KiB
Go

// Code generated by smithy-go-codegen DO NOT EDIT.
// Package dynamodb provides the API client, operations, and parameter types for
// Amazon DynamoDB.
//
// # Amazon DynamoDB
//
// Amazon DynamoDB is a fully managed NoSQL database service that provides fast
// and predictable performance with seamless scalability. DynamoDB lets you offload
// the administrative burdens of operating and scaling a distributed database, so
// that you don't have to worry about hardware provisioning, setup and
// configuration, replication, software patching, or cluster scaling.
//
// With DynamoDB, you can create database tables that can store and retrieve any
// amount of data, and serve any level of request traffic. You can scale up or
// scale down your tables' throughput capacity without downtime or performance
// degradation, and use the Amazon Web Services Management Console to monitor
// resource utilization and performance metrics.
//
// DynamoDB automatically spreads the data and traffic for your tables over a
// sufficient number of servers to handle your throughput and storage requirements,
// while maintaining consistent and fast performance. All of your data is stored on
// solid state disks (SSDs) and automatically replicated across multiple
// Availability Zones in an Amazon Web Services Region, providing built-in high
// availability and data durability.
package dynamodb