proxy.golang.org : github.com/aws/aws-sdk-go/service/dynamodb/expression
Package expression provides types and functions to create Amazon DynamoDB Expression strings, ExpressionAttributeNames maps, and ExpressionAttributeValues maps. The package represents the various DynamoDB Expressions as structs named accordingly. For example, ConditionBuilder represents a DynamoDB Condition Expression, an UpdateBuilder represents a DynamoDB Update Expression, and so on. The following example shows a sample ConditionExpression and how to build an equilvalent ConditionBuilder In order to retrieve the formatted DynamoDB Expression strings, call the getter methods on the Expression struct. To create the Expression struct, call the Build() method on the Builder struct. Because some input structs, such as QueryInput, can have multiple DynamoDB Expressions, multiple structs representing various DynamoDB Expressions can be added to the Builder struct. The following example shows a generic usage of the whole package. The ExpressionAttributeNames and ExpressionAttributeValues member of the input struct must always be assigned when using the Expression struct because all item attribute names and values are aliased. That means that if the ExpressionAttributeNames and ExpressionAttributeValues member is not assigned with the corresponding Names() and Values() methods, the DynamoDB operation will run into a logic error.
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/aws/aws-sdk-go/service/dynamodb/expression
Keywords:
aws
, aws-sdk
, go
License: Apache-2.0
Latest release: 5 months ago
Namespace: github.com/aws/aws-sdk-go/service/dynamodb
Stars: 8,705 on GitHub
Forks: 2,067 on GitHub
Total Commits: 4615
Committers: 316
Average commits per author: 14.604
Development Distribution Score (DDS): 0.753
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 5 months ago
github.com/aws/aws-sdk-go/internal/sync/singleflight
Package singleflight provides a duplicate function call suppression mechanism.Latest release: 1 day ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/private/protocol/restjson
Package restjson provides RESTful JSON serialization of AWS requests and responses.Latest release: 1 day ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute
Package dynamodbattribute provides marshaling and unmarshaling utilities to convert between Go ty...Latest release: 2 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/internal/shareddefaults
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...Latest release: 4 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/service/dynamodb
Package dynamodb provides the client and types for making API requests to Amazon DynamoDB. Amazo...Latest release: 5 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/credentials/processcreds
Package processcreds is a credential Provider to retrieve `credential_process` credentials. WARN...Latest release: 6 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...Latest release: 9 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/awsutil
Deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2. See https://aws.amazon.com/blogs/develop...Latest release: 10 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws
Package aws provides the core SDK's utilities and shared types. Use this package's utilities to s...Latest release: 16 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/private/protocol/json/jsonutil
Package jsonutil provides JSON serialization of AWS requests and responses.Latest release: 18 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/service/sts/stsiface
Package stsiface provides an interface to enable mocking the AWS Security Token Service service c...Latest release: 20 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/crr
Deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2. See https://aws.amazon.com/blogs/develop...Latest release: 20 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/credentials/ssocreds
Package ssocreds provides a credential provider for retrieving temporary AWS credentials using an...Latest release: 22 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/auth/bearer
Deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2. See https://aws.amazon.com/blogs/develop...Latest release: 25 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
Package xmlutil provides XML serialization of AWS requests and responses.Latest release: 25 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/csm
Package csm provides the Client Side Monitoring (CSM) client which enables sending metrics via UD...Latest release: 26 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/service/sts
Package sts provides the client and types for making API requests to AWS Security Token Service. ...Latest release: 26 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/service/sso
Package sso provides the client and types for making API requests to AWS Single Sign-On. AWS IAM...Latest release: 29 days ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/internal/strings
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...Latest release: about 1 month ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/private/protocol/jsonrpc
Package jsonrpc provides JSON RPC utilities for serialization of AWS requests and responses.Latest release: about 1 month ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/private/protocol/query/queryutil
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...Latest release: about 1 month ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/private/protocol/eventstream
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...Latest release: about 1 month ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/client/metadata
Deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2. See https://aws.amazon.com/blogs/develop...Latest release: about 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/internal/ini
Package ini is an LL(1) parser for configuration files. Below is the BNF that describes this parserLatest release: about 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/awserr
Package awserr represents API error interface accessors for the SDK. Deprecated: aws-sdk-go is d...Latest release: about 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/internal/sdkuri
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...Latest release: about 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/credentials/stscreds
Package stscreds are credential Providers to retrieve STS AWS credentials. STS provides multiple...Latest release: about 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/credentials/endpointcreds
Package endpointcreds provides support for retrieving credentials from an arbitrary HTTP endpoint...Latest release: about 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/service/sfn
Package sfn provides the client and types for making API requests to AWS Step Functions. Step Fu...Latest release: about 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/private/protocol/rest
Package rest provides RESTful serialization of AWS requests and responses.Latest release: about 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/service/sso/ssoiface
Package ssoiface provides an interface to enable mocking the AWS Single Sign-On service client fo...Latest release: about 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/signer/v4
Package v4 implements signing for AWS V4 signer Provides request signing for request that need t...Latest release: about 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/private/protocol
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...Latest release: about 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/request
Deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2. See https://aws.amazon.com/blogs/develop...Latest release: about 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/service/lambda
Package lambda provides the client and types for making API requests to AWS Lambda. Lambda is a ...Latest release: 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/internal/sdkrand
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...Latest release: 2 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/defaults
Package defaults is a collection of helpers to retrieve the SDK's default configuration and handl...Latest release: 3 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/service/xray
Package xray provides the client and types for making API requests to AWS X-Ray. Amazon Web Serv...Latest release: 3 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/service/secretsmanager
Package secretsmanager provides the client and types for making API requests to AWS Secrets Manag...Latest release: 3 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/client
Deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2. See https://aws.amazon.com/blogs/develop...Latest release: 3 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/corehandlers
DO NOT EDIT Deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2. See https://aws.amazon.com/...Latest release: 3 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/private/protocol/query
Package query provides serialization of AWS query requests, and responses.Latest release: 3 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...Latest release: 3 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/service/eks
Package eks provides the client and types for making API requests to Amazon Elastic Kubernetes Se...Latest release: 3 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/internal/sdkio
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...Latest release: 3 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/internal/sdkmath
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...Latest release: 3 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/service/ssooidc
Package ssooidc provides the client and types for making API requests to AWS SSO OIDC. IAM Ident...Latest release: 3 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/credentials
Package credentials provides credential retrieval and management The Credentials is the primary ...Latest release: 3 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/session
Package session provides configuration for the SDK's service clients. Sessions can be shared acro...Latest release: 3 months ago - 8,705 stars on GitHub
github.com/AWS/aws-sdk-go v1.55.8
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...1,865 versions - Latest release: 4 months ago - 8,705 stars on GitHub
github.com/aws/aws-SDK-go v1.55.8
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...1,865 versions - Latest release: 4 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go v1.55.8
Package sdk is the official AWS SDK for the Go programming language. The AWS SDK for Go provides...1,837 versions - Latest release: 4 months ago - 30,272 dependent packages - 69,623 dependent repositories - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/ec2metadata
Package ec2metadata provides the client for making API calls to the EC2 Metadata service. This p...Latest release: 5 months ago - 8,705 stars on GitHub
github.com/aws/aws-sdk-go/aws/endpoints
Package endpoints provides the types and functionality for defining regions and endpoints, as wel...Latest release: 5 months ago - 8,705 stars on GitHub
github.com/Aws/Aws-sdk-go v1.55.5
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...1,862 versions - Latest release: over 1 year ago - 8,705 stars on GitHub
github.com/Aws/aws-sdk-go v1.55.5
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...1,862 versions - Latest release: over 1 year ago - 8,705 stars on GitHub
github.com/aws/Aws-sdk-go v1.55.5
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...1,862 versions - Latest release: over 1 year ago - 8,705 stars on GitHub
github.com/aws/aws-Sdk-go v1.55.5
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/...1,862 versions - Latest release: over 1 year ago - 8,705 stars on GitHub