Documentation
¶
Overview ¶
Package dynamodb provides the client and types for making API requests to 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.
See https://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10 for more information on this service.
See dynamodb package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/dynamodb/
Using the Client ¶
To contact Amazon DynamoDB with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon DynamoDB client DynamoDB for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/dynamodb/#New
AttributeValue Marshaling and Unmarshaling Helpers ¶
Utility helpers to marshal and unmarshal AttributeValue to and from Go types can be found in the dynamodbattribute sub package. This package provides specialized functions for the common ways of working with AttributeValues. Such as map[string]*AttributeValue, []*AttributeValue, and directly with *AttributeValue. This is helpful for marshaling Go types for API operations such as PutItem, and unmarshaling Query and Scan APIs' responses.
See the dynamodbattribute package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/dynamodb/dynamodbattribute/
Expression Builders ¶
The expression package provides utility types and functions to build DynamoDB expression for type safe construction of API ExpressionAttributeNames, and ExpressionAttribute Values.
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.
See the expression package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/dynamodb/expression/
Index ¶
- Constants
- func AttributeAction_Values() []string
- func BackupStatus_Values() []string
- func BackupTypeFilter_Values() []string
- func BackupType_Values() []string
- func BatchStatementErrorCodeEnum_Values() []string
- func BillingMode_Values() []string
- func ComparisonOperator_Values() []string
- func ConditionalOperator_Values() []string
- func ContinuousBackupsStatus_Values() []string
- func ContributorInsightsAction_Values() []string
- func ContributorInsightsStatus_Values() []string
- func DestinationStatus_Values() []string
- func ExportFormat_Values() []string
- func ExportStatus_Values() []string
- func ExportType_Values() []string
- func ExportViewType_Values() []string
- func GlobalTableStatus_Values() []string
- func ImportStatus_Values() []string
- func IndexStatus_Values() []string
- func InputCompressionType_Values() []string
- func InputFormat_Values() []string
- func KeyType_Values() []string
- func PointInTimeRecoveryStatus_Values() []string
- func ProjectionType_Values() []string
- func ReplicaStatus_Values() []string
- func ReturnConsumedCapacity_Values() []string
- func ReturnItemCollectionMetrics_Values() []string
- func ReturnValue_Values() []string
- func ReturnValuesOnConditionCheckFailure_Values() []string
- func S3SseAlgorithm_Values() []string
- func SSEStatus_Values() []string
- func SSEType_Values() []string
- func ScalarAttributeType_Values() []string
- func Select_Values() []string
- func StreamViewType_Values() []string
- func TableClass_Values() []string
- func TableStatus_Values() []string
- func TimeToLiveStatus_Values() []string
- type ArchivalSummary
- func (s ArchivalSummary) GoString() string
- func (s *ArchivalSummary) SetArchivalBackupArn(v string) *ArchivalSummary
- func (s *ArchivalSummary) SetArchivalDateTime(v time.Time) *ArchivalSummary
- func (s *ArchivalSummary) SetArchivalReason(v string) *ArchivalSummary
- func (s ArchivalSummary) String() string
- type AttributeDefinition
- type AttributeValue
- func (s AttributeValue) GoString() string
- func (s *AttributeValue) SetB(v []byte) *AttributeValue
- func (s *AttributeValue) SetBOOL(v bool) *AttributeValue
- func (s *AttributeValue) SetBS(v [][]byte) *AttributeValue
- func (s *AttributeValue) SetL(v []*AttributeValue) *AttributeValue
- func (s *AttributeValue) SetM(v map[string]*AttributeValue) *AttributeValue
- func (s *AttributeValue) SetN(v string) *AttributeValue
- func (s *AttributeValue) SetNS(v []*string) *AttributeValue
- func (s *AttributeValue) SetNULL(v bool) *AttributeValue
- func (s *AttributeValue) SetS(v string) *AttributeValue
- func (s *AttributeValue) SetSS(v []*string) *AttributeValue
- func (s AttributeValue) String() string
- type AttributeValueUpdate
- type AutoScalingPolicyDescription
- func (s AutoScalingPolicyDescription) GoString() string
- func (s *AutoScalingPolicyDescription) SetPolicyName(v string) *AutoScalingPolicyDescription
- func (s *AutoScalingPolicyDescription) SetTargetTrackingScalingPolicyConfiguration(v *AutoScalingTargetTrackingScalingPolicyConfigurationDescription) *AutoScalingPolicyDescription
- func (s AutoScalingPolicyDescription) String() string
- type AutoScalingPolicyUpdate
- func (s AutoScalingPolicyUpdate) GoString() string
- func (s *AutoScalingPolicyUpdate) SetPolicyName(v string) *AutoScalingPolicyUpdate
- func (s *AutoScalingPolicyUpdate) SetTargetTrackingScalingPolicyConfiguration(v *AutoScalingTargetTrackingScalingPolicyConfigurationUpdate) *AutoScalingPolicyUpdate
- func (s AutoScalingPolicyUpdate) String() string
- func (s *AutoScalingPolicyUpdate) Validate() error
- type AutoScalingSettingsDescription
- func (s AutoScalingSettingsDescription) GoString() string
- func (s *AutoScalingSettingsDescription) SetAutoScalingDisabled(v bool) *AutoScalingSettingsDescription
- func (s *AutoScalingSettingsDescription) SetAutoScalingRoleArn(v string) *AutoScalingSettingsDescription
- func (s *AutoScalingSettingsDescription) SetMaximumUnits(v int64) *AutoScalingSettingsDescription
- func (s *AutoScalingSettingsDescription) SetMinimumUnits(v int64) *AutoScalingSettingsDescription
- func (s *AutoScalingSettingsDescription) SetScalingPolicies(v []*AutoScalingPolicyDescription) *AutoScalingSettingsDescription
- func (s AutoScalingSettingsDescription) String() string
- type AutoScalingSettingsUpdate
- func (s AutoScalingSettingsUpdate) GoString() string
- func (s *AutoScalingSettingsUpdate) SetAutoScalingDisabled(v bool) *AutoScalingSettingsUpdate
- func (s *AutoScalingSettingsUpdate) SetAutoScalingRoleArn(v string) *AutoScalingSettingsUpdate
- func (s *AutoScalingSettingsUpdate) SetMaximumUnits(v int64) *AutoScalingSettingsUpdate
- func (s *AutoScalingSettingsUpdate) SetMinimumUnits(v int64) *AutoScalingSettingsUpdate
- func (s *AutoScalingSettingsUpdate) SetScalingPolicyUpdate(v *AutoScalingPolicyUpdate) *AutoScalingSettingsUpdate
- func (s AutoScalingSettingsUpdate) String() string
- func (s *AutoScalingSettingsUpdate) Validate() error
- type AutoScalingTargetTrackingScalingPolicyConfigurationDescription
- func (s AutoScalingTargetTrackingScalingPolicyConfigurationDescription) GoString() string
- func (s *AutoScalingTargetTrackingScalingPolicyConfigurationDescription) SetDisableScaleIn(v bool) *AutoScalingTargetTrackingScalingPolicyConfigurationDescription
- func (s *AutoScalingTargetTrackingScalingPolicyConfigurationDescription) SetScaleInCooldown(v int64) *AutoScalingTargetTrackingScalingPolicyConfigurationDescription
- func (s *AutoScalingTargetTrackingScalingPolicyConfigurationDescription) SetScaleOutCooldown(v int64) *AutoScalingTargetTrackingScalingPolicyConfigurationDescription
- func (s *AutoScalingTargetTrackingScalingPolicyConfigurationDescription) SetTargetValue(v float64) *AutoScalingTargetTrackingScalingPolicyConfigurationDescription
- func (s AutoScalingTargetTrackingScalingPolicyConfigurationDescription) String() string
- type AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
- func (s AutoScalingTargetTrackingScalingPolicyConfigurationUpdate) GoString() string
- func (s *AutoScalingTargetTrackingScalingPolicyConfigurationUpdate) SetDisableScaleIn(v bool) *AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
- func (s *AutoScalingTargetTrackingScalingPolicyConfigurationUpdate) SetScaleInCooldown(v int64) *AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
- func (s *AutoScalingTargetTrackingScalingPolicyConfigurationUpdate) SetScaleOutCooldown(v int64) *AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
- func (s *AutoScalingTargetTrackingScalingPolicyConfigurationUpdate) SetTargetValue(v float64) *AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
- func (s AutoScalingTargetTrackingScalingPolicyConfigurationUpdate) String() string
- func (s *AutoScalingTargetTrackingScalingPolicyConfigurationUpdate) Validate() error
- type BackupDescription
- func (s BackupDescription) GoString() string
- func (s *BackupDescription) SetBackupDetails(v *BackupDetails) *BackupDescription
- func (s *BackupDescription) SetSourceTableDetails(v *SourceTableDetails) *BackupDescription
- func (s *BackupDescription) SetSourceTableFeatureDetails(v *SourceTableFeatureDetails) *BackupDescription
- func (s BackupDescription) String() string
- type BackupDetails
- func (s BackupDetails) GoString() string
- func (s *BackupDetails) SetBackupArn(v string) *BackupDetails
- func (s *BackupDetails) SetBackupCreationDateTime(v time.Time) *BackupDetails
- func (s *BackupDetails) SetBackupExpiryDateTime(v time.Time) *BackupDetails
- func (s *BackupDetails) SetBackupName(v string) *BackupDetails
- func (s *BackupDetails) SetBackupSizeBytes(v int64) *BackupDetails
- func (s *BackupDetails) SetBackupStatus(v string) *BackupDetails
- func (s *BackupDetails) SetBackupType(v string) *BackupDetails
- func (s BackupDetails) String() string
- type BackupInUseException
- func (s *BackupInUseException) Code() string
- func (s *BackupInUseException) Error() string
- func (s BackupInUseException) GoString() string
- func (s *BackupInUseException) Message() string
- func (s *BackupInUseException) OrigErr() error
- func (s *BackupInUseException) RequestID() string
- func (s *BackupInUseException) StatusCode() int
- func (s BackupInUseException) String() string
- type BackupNotFoundException
- func (s *BackupNotFoundException) Code() string
- func (s *BackupNotFoundException) Error() string
- func (s BackupNotFoundException) GoString() string
- func (s *BackupNotFoundException) Message() string
- func (s *BackupNotFoundException) OrigErr() error
- func (s *BackupNotFoundException) RequestID() string
- func (s *BackupNotFoundException) StatusCode() int
- func (s BackupNotFoundException) String() string
- type BackupSummary
- func (s BackupSummary) GoString() string
- func (s *BackupSummary) SetBackupArn(v string) *BackupSummary
- func (s *BackupSummary) SetBackupCreationDateTime(v time.Time) *BackupSummary
- func (s *BackupSummary) SetBackupExpiryDateTime(v time.Time) *BackupSummary
- func (s *BackupSummary) SetBackupName(v string) *BackupSummary
- func (s *BackupSummary) SetBackupSizeBytes(v int64) *BackupSummary
- func (s *BackupSummary) SetBackupStatus(v string) *BackupSummary
- func (s *BackupSummary) SetBackupType(v string) *BackupSummary
- func (s *BackupSummary) SetTableArn(v string) *BackupSummary
- func (s *BackupSummary) SetTableId(v string) *BackupSummary
- func (s *BackupSummary) SetTableName(v string) *BackupSummary
- func (s BackupSummary) String() string
- type BatchExecuteStatementInput
- func (s BatchExecuteStatementInput) GoString() string
- func (s *BatchExecuteStatementInput) SetReturnConsumedCapacity(v string) *BatchExecuteStatementInput
- func (s *BatchExecuteStatementInput) SetStatements(v []*BatchStatementRequest) *BatchExecuteStatementInput
- func (s BatchExecuteStatementInput) String() string
- func (s *BatchExecuteStatementInput) Validate() error
- type BatchExecuteStatementOutput
- func (s BatchExecuteStatementOutput) GoString() string
- func (s *BatchExecuteStatementOutput) SetConsumedCapacity(v []*ConsumedCapacity) *BatchExecuteStatementOutput
- func (s *BatchExecuteStatementOutput) SetResponses(v []*BatchStatementResponse) *BatchExecuteStatementOutput
- func (s BatchExecuteStatementOutput) String() string
- type BatchGetItemInput
- func (s BatchGetItemInput) GoString() string
- func (s *BatchGetItemInput) SetRequestItems(v map[string]*KeysAndAttributes) *BatchGetItemInput
- func (s *BatchGetItemInput) SetReturnConsumedCapacity(v string) *BatchGetItemInput
- func (s BatchGetItemInput) String() string
- func (s *BatchGetItemInput) Validate() error
- type BatchGetItemOutput
- func (s BatchGetItemOutput) GoString() string
- func (s *BatchGetItemOutput) SetConsumedCapacity(v []*ConsumedCapacity) *BatchGetItemOutput
- func (s *BatchGetItemOutput) SetResponses(v map[string][]map[string]*AttributeValue) *BatchGetItemOutput
- func (s *BatchGetItemOutput) SetUnprocessedKeys(v map[string]*KeysAndAttributes) *BatchGetItemOutput
- func (s BatchGetItemOutput) String() string
- type BatchStatementError
- func (s BatchStatementError) GoString() string
- func (s *BatchStatementError) SetCode(v string) *BatchStatementError
- func (s *BatchStatementError) SetItem(v map[string]*AttributeValue) *BatchStatementError
- func (s *BatchStatementError) SetMessage(v string) *BatchStatementError
- func (s BatchStatementError) String() string
- type BatchStatementRequest
- func (s BatchStatementRequest) GoString() string
- func (s *BatchStatementRequest) SetConsistentRead(v bool) *BatchStatementRequest
- func (s *BatchStatementRequest) SetParameters(v []*AttributeValue) *BatchStatementRequest
- func (s *BatchStatementRequest) SetReturnValuesOnConditionCheckFailure(v string) *BatchStatementRequest
- func (s *BatchStatementRequest) SetStatement(v string) *BatchStatementRequest
- func (s BatchStatementRequest) String() string
- func (s *BatchStatementRequest) Validate() error
- type BatchStatementResponse
- func (s BatchStatementResponse) GoString() string
- func (s *BatchStatementResponse) SetError(v *BatchStatementError) *BatchStatementResponse
- func (s *BatchStatementResponse) SetItem(v map[string]*AttributeValue) *BatchStatementResponse
- func (s *BatchStatementResponse) SetTableName(v string) *BatchStatementResponse
- func (s BatchStatementResponse) String() string
- type BatchWriteItemInput
- func (s BatchWriteItemInput) GoString() string
- func (s *BatchWriteItemInput) SetRequestItems(v map[string][]*WriteRequest) *BatchWriteItemInput
- func (s *BatchWriteItemInput) SetReturnConsumedCapacity(v string) *BatchWriteItemInput
- func (s *BatchWriteItemInput) SetReturnItemCollectionMetrics(v string) *BatchWriteItemInput
- func (s BatchWriteItemInput) String() string
- func (s *BatchWriteItemInput) Validate() error
- type BatchWriteItemOutput
- func (s BatchWriteItemOutput) GoString() string
- func (s *BatchWriteItemOutput) SetConsumedCapacity(v []*ConsumedCapacity) *BatchWriteItemOutput
- func (s *BatchWriteItemOutput) SetItemCollectionMetrics(v map[string][]*ItemCollectionMetrics) *BatchWriteItemOutput
- func (s *BatchWriteItemOutput) SetUnprocessedItems(v map[string][]*WriteRequest) *BatchWriteItemOutput
- func (s BatchWriteItemOutput) String() string
- type BillingModeSummary
- type CancellationReason
- func (s CancellationReason) GoString() string
- func (s *CancellationReason) SetCode(v string) *CancellationReason
- func (s *CancellationReason) SetItem(v map[string]*AttributeValue) *CancellationReason
- func (s *CancellationReason) SetMessage(v string) *CancellationReason
- func (s CancellationReason) String() string
- type Capacity
- type Condition
- type ConditionCheck
- func (s ConditionCheck) GoString() string
- func (s *ConditionCheck) SetConditionExpression(v string) *ConditionCheck
- func (s *ConditionCheck) SetExpressionAttributeNames(v map[string]*string) *ConditionCheck
- func (s *ConditionCheck) SetExpressionAttributeValues(v map[string]*AttributeValue) *ConditionCheck
- func (s *ConditionCheck) SetKey(v map[string]*AttributeValue) *ConditionCheck
- func (s *ConditionCheck) SetReturnValuesOnConditionCheckFailure(v string) *ConditionCheck
- func (s *ConditionCheck) SetTableName(v string) *ConditionCheck
- func (s ConditionCheck) String() string
- func (s *ConditionCheck) Validate() error
- type ConditionalCheckFailedException
- func (s *ConditionalCheckFailedException) Code() string
- func (s *ConditionalCheckFailedException) Error() string
- func (s ConditionalCheckFailedException) GoString() string
- func (s *ConditionalCheckFailedException) Message() string
- func (s *ConditionalCheckFailedException) OrigErr() error
- func (s *ConditionalCheckFailedException) RequestID() string
- func (s *ConditionalCheckFailedException) StatusCode() int
- func (s ConditionalCheckFailedException) String() string
- type ConsumedCapacity
- func (s ConsumedCapacity) GoString() string
- func (s *ConsumedCapacity) SetCapacityUnits(v float64) *ConsumedCapacity
- func (s *ConsumedCapacity) SetGlobalSecondaryIndexes(v map[string]*Capacity) *ConsumedCapacity
- func (s *ConsumedCapacity) SetLocalSecondaryIndexes(v map[string]*Capacity) *ConsumedCapacity
- func (s *ConsumedCapacity) SetReadCapacityUnits(v float64) *ConsumedCapacity
- func (s *ConsumedCapacity) SetTable(v *Capacity) *ConsumedCapacity
- func (s *ConsumedCapacity) SetTableName(v string) *ConsumedCapacity
- func (s *ConsumedCapacity) SetWriteCapacityUnits(v float64) *ConsumedCapacity
- func (s ConsumedCapacity) String() string
- type ContinuousBackupsDescription
- func (s ContinuousBackupsDescription) GoString() string
- func (s *ContinuousBackupsDescription) SetContinuousBackupsStatus(v string) *ContinuousBackupsDescription
- func (s *ContinuousBackupsDescription) SetPointInTimeRecoveryDescription(v *PointInTimeRecoveryDescription) *ContinuousBackupsDescription
- func (s ContinuousBackupsDescription) String() string
- type ContinuousBackupsUnavailableException
- func (s *ContinuousBackupsUnavailableException) Code() string
- func (s *ContinuousBackupsUnavailableException) Error() string
- func (s ContinuousBackupsUnavailableException) GoString() string
- func (s *ContinuousBackupsUnavailableException) Message() string
- func (s *ContinuousBackupsUnavailableException) OrigErr() error
- func (s *ContinuousBackupsUnavailableException) RequestID() string
- func (s *ContinuousBackupsUnavailableException) StatusCode() int
- func (s ContinuousBackupsUnavailableException) String() string
- type ContributorInsightsSummary
- func (s ContributorInsightsSummary) GoString() string
- func (s *ContributorInsightsSummary) SetContributorInsightsStatus(v string) *ContributorInsightsSummary
- func (s *ContributorInsightsSummary) SetIndexName(v string) *ContributorInsightsSummary
- func (s *ContributorInsightsSummary) SetTableName(v string) *ContributorInsightsSummary
- func (s ContributorInsightsSummary) String() string
- type CreateBackupInput
- type CreateBackupOutput
- type CreateGlobalSecondaryIndexAction
- func (s CreateGlobalSecondaryIndexAction) GoString() string
- func (s *CreateGlobalSecondaryIndexAction) SetIndexName(v string) *CreateGlobalSecondaryIndexAction
- func (s *CreateGlobalSecondaryIndexAction) SetKeySchema(v []*KeySchemaElement) *CreateGlobalSecondaryIndexAction
- func (s *CreateGlobalSecondaryIndexAction) SetProjection(v *Projection) *CreateGlobalSecondaryIndexAction
- func (s *CreateGlobalSecondaryIndexAction) SetProvisionedThroughput(v *ProvisionedThroughput) *CreateGlobalSecondaryIndexAction
- func (s CreateGlobalSecondaryIndexAction) String() string
- func (s *CreateGlobalSecondaryIndexAction) Validate() error
- type CreateGlobalTableInput
- func (s CreateGlobalTableInput) GoString() string
- func (s *CreateGlobalTableInput) SetGlobalTableName(v string) *CreateGlobalTableInput
- func (s *CreateGlobalTableInput) SetReplicationGroup(v []*Replica) *CreateGlobalTableInput
- func (s CreateGlobalTableInput) String() string
- func (s *CreateGlobalTableInput) Validate() error
- type CreateGlobalTableOutput
- type CreateReplicaAction
- type CreateReplicationGroupMemberAction
- func (s CreateReplicationGroupMemberAction) GoString() string
- func (s *CreateReplicationGroupMemberAction) SetGlobalSecondaryIndexes(v []*ReplicaGlobalSecondaryIndex) *CreateReplicationGroupMemberAction
- func (s *CreateReplicationGroupMemberAction) SetKMSMasterKeyId(v string) *CreateReplicationGroupMemberAction
- func (s *CreateReplicationGroupMemberAction) SetProvisionedThroughputOverride(v *ProvisionedThroughputOverride) *CreateReplicationGroupMemberAction
- func (s *CreateReplicationGroupMemberAction) SetRegionName(v string) *CreateReplicationGroupMemberAction
- func (s *CreateReplicationGroupMemberAction) SetTableClassOverride(v string) *CreateReplicationGroupMemberAction
- func (s CreateReplicationGroupMemberAction) String() string
- func (s *CreateReplicationGroupMemberAction) Validate() error
- type CreateTableInput
- func (s CreateTableInput) GoString() string
- func (s *CreateTableInput) SetAttributeDefinitions(v []*AttributeDefinition) *CreateTableInput
- func (s *CreateTableInput) SetBillingMode(v string) *CreateTableInput
- func (s *CreateTableInput) SetDeletionProtectionEnabled(v bool) *CreateTableInput
- func (s *CreateTableInput) SetGlobalSecondaryIndexes(v []*GlobalSecondaryIndex) *CreateTableInput
- func (s *CreateTableInput) SetKeySchema(v []*KeySchemaElement) *CreateTableInput
- func (s *CreateTableInput) SetLocalSecondaryIndexes(v []*LocalSecondaryIndex) *CreateTableInput
- func (s *CreateTableInput) SetProvisionedThroughput(v *ProvisionedThroughput) *CreateTableInput
- func (s *CreateTableInput) SetSSESpecification(v *SSESpecification) *CreateTableInput
- func (s *CreateTableInput) SetStreamSpecification(v *StreamSpecification) *CreateTableInput
- func (s *CreateTableInput) SetTableClass(v string) *CreateTableInput
- func (s *CreateTableInput) SetTableName(v string) *CreateTableInput
- func (s *CreateTableInput) SetTags(v []*Tag) *CreateTableInput
- func (s CreateTableInput) String() string
- func (s *CreateTableInput) Validate() error
- type CreateTableOutput
- type CsvOptions
- type Delete
- func (s Delete) GoString() string
- func (s *Delete) SetConditionExpression(v string) *Delete
- func (s *Delete) SetExpressionAttributeNames(v map[string]*string) *Delete
- func (s *Delete) SetExpressionAttributeValues(v map[string]*AttributeValue) *Delete
- func (s *Delete) SetKey(v map[string]*AttributeValue) *Delete
- func (s *Delete) SetReturnValuesOnConditionCheckFailure(v string) *Delete
- func (s *Delete) SetTableName(v string) *Delete
- func (s Delete) String() string
- func (s *Delete) Validate() error
- type DeleteBackupInput
- type DeleteBackupOutput
- type DeleteGlobalSecondaryIndexAction
- type DeleteItemInput
- func (s DeleteItemInput) GoString() string
- func (s *DeleteItemInput) SetConditionExpression(v string) *DeleteItemInput
- func (s *DeleteItemInput) SetConditionalOperator(v string) *DeleteItemInput
- func (s *DeleteItemInput) SetExpected(v map[string]*ExpectedAttributeValue) *DeleteItemInput
- func (s *DeleteItemInput) SetExpressionAttributeNames(v map[string]*string) *DeleteItemInput
- func (s *DeleteItemInput) SetExpressionAttributeValues(v map[string]*AttributeValue) *DeleteItemInput
- func (s *DeleteItemInput) SetKey(v map[string]*AttributeValue) *DeleteItemInput
- func (s *DeleteItemInput) SetReturnConsumedCapacity(v string) *DeleteItemInput
- func (s *DeleteItemInput) SetReturnItemCollectionMetrics(v string) *DeleteItemInput
- func (s *DeleteItemInput) SetReturnValues(v string) *DeleteItemInput
- func (s *DeleteItemInput) SetReturnValuesOnConditionCheckFailure(v string) *DeleteItemInput
- func (s *DeleteItemInput) SetTableName(v string) *DeleteItemInput
- func (s DeleteItemInput) String() string
- func (s *DeleteItemInput) Validate() error
- type DeleteItemOutput
- func (s DeleteItemOutput) GoString() string
- func (s *DeleteItemOutput) SetAttributes(v map[string]*AttributeValue) *DeleteItemOutput
- func (s *DeleteItemOutput) SetConsumedCapacity(v *ConsumedCapacity) *DeleteItemOutput
- func (s *DeleteItemOutput) SetItemCollectionMetrics(v *ItemCollectionMetrics) *DeleteItemOutput
- func (s DeleteItemOutput) String() string
- type DeleteReplicaAction
- type DeleteReplicationGroupMemberAction
- type DeleteRequest
- type DeleteTableInput
- type DeleteTableOutput
- type DescribeBackupInput
- type DescribeBackupOutput
- type DescribeContinuousBackupsInput
- type DescribeContinuousBackupsOutput
- type DescribeContributorInsightsInput
- func (s DescribeContributorInsightsInput) GoString() string
- func (s *DescribeContributorInsightsInput) SetIndexName(v string) *DescribeContributorInsightsInput
- func (s *DescribeContributorInsightsInput) SetTableName(v string) *DescribeContributorInsightsInput
- func (s DescribeContributorInsightsInput) String() string
- func (s *DescribeContributorInsightsInput) Validate() error
- type DescribeContributorInsightsOutput
- func (s DescribeContributorInsightsOutput) GoString() string
- func (s *DescribeContributorInsightsOutput) SetContributorInsightsRuleList(v []*string) *DescribeContributorInsightsOutput
- func (s *DescribeContributorInsightsOutput) SetContributorInsightsStatus(v string) *DescribeContributorInsightsOutput
- func (s *DescribeContributorInsightsOutput) SetFailureException(v *FailureException) *DescribeContributorInsightsOutput
- func (s *DescribeContributorInsightsOutput) SetIndexName(v string) *DescribeContributorInsightsOutput
- func (s *DescribeContributorInsightsOutput) SetLastUpdateDateTime(v time.Time) *DescribeContributorInsightsOutput
- func (s *DescribeContributorInsightsOutput) SetTableName(v string) *DescribeContributorInsightsOutput
- func (s DescribeContributorInsightsOutput) String() string
- type DescribeEndpointsInput
- type DescribeEndpointsOutput
- type DescribeExportInput
- type DescribeExportOutput
- type DescribeGlobalTableInput
- type DescribeGlobalTableOutput
- type DescribeGlobalTableSettingsInput
- type DescribeGlobalTableSettingsOutput
- func (s DescribeGlobalTableSettingsOutput) GoString() string
- func (s *DescribeGlobalTableSettingsOutput) SetGlobalTableName(v string) *DescribeGlobalTableSettingsOutput
- func (s *DescribeGlobalTableSettingsOutput) SetReplicaSettings(v []*ReplicaSettingsDescription) *DescribeGlobalTableSettingsOutput
- func (s DescribeGlobalTableSettingsOutput) String() string
- type DescribeImportInput
- type DescribeImportOutput
- type DescribeKinesisStreamingDestinationInput
- func (s DescribeKinesisStreamingDestinationInput) GoString() string
- func (s *DescribeKinesisStreamingDestinationInput) SetTableName(v string) *DescribeKinesisStreamingDestinationInput
- func (s DescribeKinesisStreamingDestinationInput) String() string
- func (s *DescribeKinesisStreamingDestinationInput) Validate() error
- type DescribeKinesisStreamingDestinationOutput
- func (s DescribeKinesisStreamingDestinationOutput) GoString() string
- func (s *DescribeKinesisStreamingDestinationOutput) SetKinesisDataStreamDestinations(v []*KinesisDataStreamDestination) *DescribeKinesisStreamingDestinationOutput
- func (s *DescribeKinesisStreamingDestinationOutput) SetTableName(v string) *DescribeKinesisStreamingDestinationOutput
- func (s DescribeKinesisStreamingDestinationOutput) String() string
- type DescribeLimitsInput
- type DescribeLimitsOutput
- func (s DescribeLimitsOutput) GoString() string
- func (s *DescribeLimitsOutput) SetAccountMaxReadCapacityUnits(v int64) *DescribeLimitsOutput
- func (s *DescribeLimitsOutput) SetAccountMaxWriteCapacityUnits(v int64) *DescribeLimitsOutput
- func (s *DescribeLimitsOutput) SetTableMaxReadCapacityUnits(v int64) *DescribeLimitsOutput
- func (s *DescribeLimitsOutput) SetTableMaxWriteCapacityUnits(v int64) *DescribeLimitsOutput
- func (s DescribeLimitsOutput) String() string
- type DescribeTableInput
- type DescribeTableOutput
- type DescribeTableReplicaAutoScalingInput
- type DescribeTableReplicaAutoScalingOutput
- type DescribeTimeToLiveInput
- type DescribeTimeToLiveOutput
- type DisableKinesisStreamingDestinationInput
- func (s DisableKinesisStreamingDestinationInput) GoString() string
- func (s *DisableKinesisStreamingDestinationInput) SetStreamArn(v string) *DisableKinesisStreamingDestinationInput
- func (s *DisableKinesisStreamingDestinationInput) SetTableName(v string) *DisableKinesisStreamingDestinationInput
- func (s DisableKinesisStreamingDestinationInput) String() string
- func (s *DisableKinesisStreamingDestinationInput) Validate() error
- type DisableKinesisStreamingDestinationOutput
- func (s DisableKinesisStreamingDestinationOutput) GoString() string
- func (s *DisableKinesisStreamingDestinationOutput) SetDestinationStatus(v string) *DisableKinesisStreamingDestinationOutput
- func (s *DisableKinesisStreamingDestinationOutput) SetStreamArn(v string) *DisableKinesisStreamingDestinationOutput
- func (s *DisableKinesisStreamingDestinationOutput) SetTableName(v string) *DisableKinesisStreamingDestinationOutput
- func (s DisableKinesisStreamingDestinationOutput) String() string
- type DuplicateItemException
- func (s *DuplicateItemException) Code() string
- func (s *DuplicateItemException) Error() string
- func (s DuplicateItemException) GoString() string
- func (s *DuplicateItemException) Message() string
- func (s *DuplicateItemException) OrigErr() error
- func (s *DuplicateItemException) RequestID() string
- func (s *DuplicateItemException) StatusCode() int
- func (s DuplicateItemException) String() string
- type DynamoDB
- func (c *DynamoDB) BatchExecuteStatement(input *BatchExecuteStatementInput) (*BatchExecuteStatementOutput, error)
- func (c *DynamoDB) BatchExecuteStatementRequest(input *BatchExecuteStatementInput) (req *request.Request, output *BatchExecuteStatementOutput)
- func (c *DynamoDB) BatchExecuteStatementWithContext(ctx aws.Context, input *BatchExecuteStatementInput, opts ...request.Option) (*BatchExecuteStatementOutput, error)
- func (c *DynamoDB) BatchGetItem(input *BatchGetItemInput) (*BatchGetItemOutput, error)
- func (c *DynamoDB) BatchGetItemPages(input *BatchGetItemInput, fn func(*BatchGetItemOutput, bool) bool) error
- func (c *DynamoDB) BatchGetItemPagesWithContext(ctx aws.Context, input *BatchGetItemInput, ...) error
- func (c *DynamoDB) BatchGetItemRequest(input *BatchGetItemInput) (req *request.Request, output *BatchGetItemOutput)
- func (c *DynamoDB) BatchGetItemWithContext(ctx aws.Context, input *BatchGetItemInput, opts ...request.Option) (*BatchGetItemOutput, error)
- func (c *DynamoDB) BatchWriteItem(input *BatchWriteItemInput) (*BatchWriteItemOutput, error)
- func (c *DynamoDB) BatchWriteItemRequest(input *BatchWriteItemInput) (req *request.Request, output *BatchWriteItemOutput)
- func (c *DynamoDB) BatchWriteItemWithContext(ctx aws.Context, input *BatchWriteItemInput, opts ...request.Option) (*BatchWriteItemOutput, error)
- func (c *DynamoDB) CreateBackup(input *CreateBackupInput) (*CreateBackupOutput, error)
- func (c *DynamoDB) CreateBackupRequest(input *CreateBackupInput) (req *request.Request, output *CreateBackupOutput)
- func (c *DynamoDB) CreateBackupWithContext(ctx aws.Context, input *CreateBackupInput, opts ...request.Option) (*CreateBackupOutput, error)
- func (c *DynamoDB) CreateGlobalTable(input *CreateGlobalTableInput) (*CreateGlobalTableOutput, error)
- func (c *DynamoDB) CreateGlobalTableRequest(input *CreateGlobalTableInput) (req *request.Request, output *CreateGlobalTableOutput)
- func (c *DynamoDB) CreateGlobalTableWithContext(ctx aws.Context, input *CreateGlobalTableInput, opts ...request.Option) (*CreateGlobalTableOutput, error)
- func (c *DynamoDB) CreateTable(input *CreateTableInput) (*CreateTableOutput, error)
- func (c *DynamoDB) CreateTableRequest(input *CreateTableInput) (req *request.Request, output *CreateTableOutput)
- func (c *DynamoDB) CreateTableWithContext(ctx aws.Context, input *CreateTableInput, opts ...request.Option) (*CreateTableOutput, error)
- func (c *DynamoDB) DeleteBackup(input *DeleteBackupInput) (*DeleteBackupOutput, error)
- func (c *DynamoDB) DeleteBackupRequest(input *DeleteBackupInput) (req *request.Request, output *DeleteBackupOutput)
- func (c *DynamoDB) DeleteBackupWithContext(ctx aws.Context, input *DeleteBackupInput, opts ...request.Option) (*DeleteBackupOutput, error)
- func (c *DynamoDB) DeleteItem(input *DeleteItemInput) (*DeleteItemOutput, error)
- func (c *DynamoDB) DeleteItemRequest(input *DeleteItemInput) (req *request.Request, output *DeleteItemOutput)
- func (c *DynamoDB) DeleteItemWithContext(ctx aws.Context, input *DeleteItemInput, opts ...request.Option) (*DeleteItemOutput, error)
- func (c *DynamoDB) DeleteTable(input *DeleteTableInput) (*DeleteTableOutput, error)
- func (c *DynamoDB) DeleteTableRequest(input *DeleteTableInput) (req *request.Request, output *DeleteTableOutput)
- func (c *DynamoDB) DeleteTableWithContext(ctx aws.Context, input *DeleteTableInput, opts ...request.Option) (*DeleteTableOutput, error)
- func (c *DynamoDB) DescribeBackup(input *DescribeBackupInput) (*DescribeBackupOutput, error)
- func (c *DynamoDB) DescribeBackupRequest(input *DescribeBackupInput) (req *request.Request, output *DescribeBackupOutput)
- func (c *DynamoDB) DescribeBackupWithContext(ctx aws.Context, input *DescribeBackupInput, opts ...request.Option) (*DescribeBackupOutput, error)
- func (c *DynamoDB) DescribeContinuousBackups(input *DescribeContinuousBackupsInput) (*DescribeContinuousBackupsOutput, error)
- func (c *DynamoDB) DescribeContinuousBackupsRequest(input *DescribeContinuousBackupsInput) (req *request.Request, output *DescribeContinuousBackupsOutput)
- func (c *DynamoDB) DescribeContinuousBackupsWithContext(ctx aws.Context, input *DescribeContinuousBackupsInput, opts ...request.Option) (*DescribeContinuousBackupsOutput, error)
- func (c *DynamoDB) DescribeContributorInsights(input *DescribeContributorInsightsInput) (*DescribeContributorInsightsOutput, error)
- func (c *DynamoDB) DescribeContributorInsightsRequest(input *DescribeContributorInsightsInput) (req *request.Request, output *DescribeContributorInsightsOutput)
- func (c *DynamoDB) DescribeContributorInsightsWithContext(ctx aws.Context, input *DescribeContributorInsightsInput, ...) (*DescribeContributorInsightsOutput, error)
- func (c *DynamoDB) DescribeEndpoints(input *DescribeEndpointsInput) (*DescribeEndpointsOutput, error)
- func (c *DynamoDB) DescribeEndpointsRequest(input *DescribeEndpointsInput) (req *request.Request, output *DescribeEndpointsOutput)
- func (c *DynamoDB) DescribeEndpointsWithContext(ctx aws.Context, input *DescribeEndpointsInput, opts ...request.Option) (*DescribeEndpointsOutput, error)
- func (c *DynamoDB) DescribeExport(input *DescribeExportInput) (*DescribeExportOutput, error)
- func (c *DynamoDB) DescribeExportRequest(input *DescribeExportInput) (req *request.Request, output *DescribeExportOutput)
- func (c *DynamoDB) DescribeExportWithContext(ctx aws.Context, input *DescribeExportInput, opts ...request.Option) (*DescribeExportOutput, error)
- func (c *DynamoDB) DescribeGlobalTable(input *DescribeGlobalTableInput) (*DescribeGlobalTableOutput, error)
- func (c *DynamoDB) DescribeGlobalTableRequest(input *DescribeGlobalTableInput) (req *request.Request, output *DescribeGlobalTableOutput)
- func (c *DynamoDB) DescribeGlobalTableSettings(input *DescribeGlobalTableSettingsInput) (*DescribeGlobalTableSettingsOutput, error)
- func (c *DynamoDB) DescribeGlobalTableSettingsRequest(input *DescribeGlobalTableSettingsInput) (req *request.Request, output *DescribeGlobalTableSettingsOutput)
- func (c *DynamoDB) DescribeGlobalTableSettingsWithContext(ctx aws.Context, input *DescribeGlobalTableSettingsInput, ...) (*DescribeGlobalTableSettingsOutput, error)
- func (c *DynamoDB) DescribeGlobalTableWithContext(ctx aws.Context, input *DescribeGlobalTableInput, opts ...request.Option) (*DescribeGlobalTableOutput, error)
- func (c *DynamoDB) DescribeImport(input *DescribeImportInput) (*DescribeImportOutput, error)
- func (c *DynamoDB) DescribeImportRequest(input *DescribeImportInput) (req *request.Request, output *DescribeImportOutput)
- func (c *DynamoDB) DescribeImportWithContext(ctx aws.Context, input *DescribeImportInput, opts ...request.Option) (*DescribeImportOutput, error)
- func (c *DynamoDB) DescribeKinesisStreamingDestination(input *DescribeKinesisStreamingDestinationInput) (*DescribeKinesisStreamingDestinationOutput, error)
- func (c *DynamoDB) DescribeKinesisStreamingDestinationRequest(input *DescribeKinesisStreamingDestinationInput) (req *request.Request, output *DescribeKinesisStreamingDestinationOutput)
- func (c *DynamoDB) DescribeKinesisStreamingDestinationWithContext(ctx aws.Context, input *DescribeKinesisStreamingDestinationInput, ...) (*DescribeKinesisStreamingDestinationOutput, error)
- func (c *DynamoDB) DescribeLimits(input *DescribeLimitsInput) (*DescribeLimitsOutput, error)
- func (c *DynamoDB) DescribeLimitsRequest(input *DescribeLimitsInput) (req *request.Request, output *DescribeLimitsOutput)
- func (c *DynamoDB) DescribeLimitsWithContext(ctx aws.Context, input *DescribeLimitsInput, opts ...request.Option) (*DescribeLimitsOutput, error)
- func (c *DynamoDB) DescribeTable(input *DescribeTableInput) (*DescribeTableOutput, error)
- func (c *DynamoDB) DescribeTableReplicaAutoScaling(input *DescribeTableReplicaAutoScalingInput) (*DescribeTableReplicaAutoScalingOutput, error)
- func (c *DynamoDB) DescribeTableReplicaAutoScalingRequest(input *DescribeTableReplicaAutoScalingInput) (req *request.Request, output *DescribeTableReplicaAutoScalingOutput)
- func (c *DynamoDB) DescribeTableReplicaAutoScalingWithContext(ctx aws.Context, input *DescribeTableReplicaAutoScalingInput, ...) (*DescribeTableReplicaAutoScalingOutput, error)
- func (c *DynamoDB) DescribeTableRequest(input *DescribeTableInput) (req *request.Request, output *DescribeTableOutput)
- func (c *DynamoDB) DescribeTableWithContext(ctx aws.Context, input *DescribeTableInput, opts ...request.Option) (*DescribeTableOutput, error)
- func (c *DynamoDB) DescribeTimeToLive(input *DescribeTimeToLiveInput) (*DescribeTimeToLiveOutput, error)
- func (c *DynamoDB) DescribeTimeToLiveRequest(input *DescribeTimeToLiveInput) (req *request.Request, output *DescribeTimeToLiveOutput)
- func (c *DynamoDB) DescribeTimeToLiveWithContext(ctx aws.Context, input *DescribeTimeToLiveInput, opts ...request.Option) (*DescribeTimeToLiveOutput, error)
- func (c *DynamoDB) DisableKinesisStreamingDestination(input *DisableKinesisStreamingDestinationInput) (*DisableKinesisStreamingDestinationOutput, error)
- func (c *DynamoDB) DisableKinesisStreamingDestinationRequest(input *DisableKinesisStreamingDestinationInput) (req *request.Request, output *DisableKinesisStreamingDestinationOutput)
- func (c *DynamoDB) DisableKinesisStreamingDestinationWithContext(ctx aws.Context, input *DisableKinesisStreamingDestinationInput, ...) (*DisableKinesisStreamingDestinationOutput, error)
- func (c *DynamoDB) EnableKinesisStreamingDestination(input *EnableKinesisStreamingDestinationInput) (*EnableKinesisStreamingDestinationOutput, error)
- func (c *DynamoDB) EnableKinesisStreamingDestinationRequest(input *EnableKinesisStreamingDestinationInput) (req *request.Request, output *EnableKinesisStreamingDestinationOutput)
- func (c *DynamoDB) EnableKinesisStreamingDestinationWithContext(ctx aws.Context, input *EnableKinesisStreamingDestinationInput, ...) (*EnableKinesisStreamingDestinationOutput, error)
- func (c *DynamoDB) ExecuteStatement(input *ExecuteStatementInput) (*ExecuteStatementOutput, error)
- func (c *DynamoDB) ExecuteStatementRequest(input *ExecuteStatementInput) (req *request.Request, output *ExecuteStatementOutput)
- func (c *DynamoDB) ExecuteStatementWithContext(ctx aws.Context, input *ExecuteStatementInput, opts ...request.Option) (*ExecuteStatementOutput, error)
- func (c *DynamoDB) ExecuteTransaction(input *ExecuteTransactionInput) (*ExecuteTransactionOutput, error)
- func (c *DynamoDB) ExecuteTransactionRequest(input *ExecuteTransactionInput) (req *request.Request, output *ExecuteTransactionOutput)
- func (c *DynamoDB) ExecuteTransactionWithContext(ctx aws.Context, input *ExecuteTransactionInput, opts ...request.Option) (*ExecuteTransactionOutput, error)
- func (c *DynamoDB) ExportTableToPointInTime(input *ExportTableToPointInTimeInput) (*ExportTableToPointInTimeOutput, error)
- func (c *DynamoDB) ExportTableToPointInTimeRequest(input *ExportTableToPointInTimeInput) (req *request.Request, output *ExportTableToPointInTimeOutput)
- func (c *DynamoDB) ExportTableToPointInTimeWithContext(ctx aws.Context, input *ExportTableToPointInTimeInput, opts ...request.Option) (*ExportTableToPointInTimeOutput, error)
- func (c *DynamoDB) GetItem(input *GetItemInput) (*GetItemOutput, error)
- func (c *DynamoDB) GetItemRequest(input *GetItemInput) (req *request.Request, output *GetItemOutput)
- func (c *DynamoDB) GetItemWithContext(ctx aws.Context, input *GetItemInput, opts ...request.Option) (*GetItemOutput, error)
- func (c *DynamoDB) ImportTable(input *ImportTableInput) (*ImportTableOutput, error)
- func (c *DynamoDB) ImportTableRequest(input *ImportTableInput) (req *request.Request, output *ImportTableOutput)
- func (c *DynamoDB) ImportTableWithContext(ctx aws.Context, input *ImportTableInput, opts ...request.Option) (*ImportTableOutput, error)
- func (c *DynamoDB) ListBackups(input *ListBackupsInput) (*ListBackupsOutput, error)
- func (c *DynamoDB) ListBackupsRequest(input *ListBackupsInput) (req *request.Request, output *ListBackupsOutput)
- func (c *DynamoDB) ListBackupsWithContext(ctx aws.Context, input *ListBackupsInput, opts ...request.Option) (*ListBackupsOutput, error)
- func (c *DynamoDB) ListContributorInsights(input *ListContributorInsightsInput) (*ListContributorInsightsOutput, error)
- func (c *DynamoDB) ListContributorInsightsPages(input *ListContributorInsightsInput, ...) error
- func (c *DynamoDB) ListContributorInsightsPagesWithContext(ctx aws.Context, input *ListContributorInsightsInput, ...) error
- func (c *DynamoDB) ListContributorInsightsRequest(input *ListContributorInsightsInput) (req *request.Request, output *ListContributorInsightsOutput)
- func (c *DynamoDB) ListContributorInsightsWithContext(ctx aws.Context, input *ListContributorInsightsInput, opts ...request.Option) (*ListContributorInsightsOutput, error)
- func (c *DynamoDB) ListExports(input *ListExportsInput) (*ListExportsOutput, error)
- func (c *DynamoDB) ListExportsPages(input *ListExportsInput, fn func(*ListExportsOutput, bool) bool) error
- func (c *DynamoDB) ListExportsPagesWithContext(ctx aws.Context, input *ListExportsInput, ...) error
- func (c *DynamoDB) ListExportsRequest(input *ListExportsInput) (req *request.Request, output *ListExportsOutput)
- func (c *DynamoDB) ListExportsWithContext(ctx aws.Context, input *ListExportsInput, opts ...request.Option) (*ListExportsOutput, error)
- func (c *DynamoDB) ListGlobalTables(input *ListGlobalTablesInput) (*ListGlobalTablesOutput, error)
- func (c *DynamoDB) ListGlobalTablesRequest(input *ListGlobalTablesInput) (req *request.Request, output *ListGlobalTablesOutput)
- func (c *DynamoDB) ListGlobalTablesWithContext(ctx aws.Context, input *ListGlobalTablesInput, opts ...request.Option) (*ListGlobalTablesOutput, error)
- func (c *DynamoDB) ListImports(input *ListImportsInput) (*ListImportsOutput, error)
- func (c *DynamoDB) ListImportsPages(input *ListImportsInput, fn func(*ListImportsOutput, bool) bool) error
- func (c *DynamoDB) ListImportsPagesWithContext(ctx aws.Context, input *ListImportsInput, ...) error
- func (c *DynamoDB) ListImportsRequest(input *ListImportsInput) (req *request.Request, output *ListImportsOutput)
- func (c *DynamoDB) ListImportsWithContext(ctx aws.Context, input *ListImportsInput, opts ...request.Option) (*ListImportsOutput, error)
- func (c *DynamoDB) ListTables(input *ListTablesInput) (*ListTablesOutput, error)
- func (c *DynamoDB) ListTablesPages(input *ListTablesInput, fn func(*ListTablesOutput, bool) bool) error
- func (c *DynamoDB) ListTablesPagesWithContext(ctx aws.Context, input *ListTablesInput, fn func(*ListTablesOutput, bool) bool, ...) error
- func (c *DynamoDB) ListTablesRequest(input *ListTablesInput) (req *request.Request, output *ListTablesOutput)
- func (c *DynamoDB) ListTablesWithContext(ctx aws.Context, input *ListTablesInput, opts ...request.Option) (*ListTablesOutput, error)
- func (c *DynamoDB) ListTagsOfResource(input *ListTagsOfResourceInput) (*ListTagsOfResourceOutput, error)
- func (c *DynamoDB) ListTagsOfResourceRequest(input *ListTagsOfResourceInput) (req *request.Request, output *ListTagsOfResourceOutput)
- func (c *DynamoDB) ListTagsOfResourceWithContext(ctx aws.Context, input *ListTagsOfResourceInput, opts ...request.Option) (*ListTagsOfResourceOutput, error)
- func (c *DynamoDB) PutItem(input *PutItemInput) (*PutItemOutput, error)
- func (c *DynamoDB) PutItemRequest(input *PutItemInput) (req *request.Request, output *PutItemOutput)
- func (c *DynamoDB) PutItemWithContext(ctx aws.Context, input *PutItemInput, opts ...request.Option) (*PutItemOutput, error)
- func (c *DynamoDB) Query(input *QueryInput) (*QueryOutput, error)
- func (c *DynamoDB) QueryPages(input *QueryInput, fn func(*QueryOutput, bool) bool) error
- func (c *DynamoDB) QueryPagesWithContext(ctx aws.Context, input *QueryInput, fn func(*QueryOutput, bool) bool, ...) error
- func (c *DynamoDB) QueryRequest(input *QueryInput) (req *request.Request, output *QueryOutput)
- func (c *DynamoDB) QueryWithContext(ctx aws.Context, input *QueryInput, opts ...request.Option) (*QueryOutput, error)
- func (c *DynamoDB) RestoreTableFromBackup(input *RestoreTableFromBackupInput) (*RestoreTableFromBackupOutput, error)
- func (c *DynamoDB) RestoreTableFromBackupRequest(input *RestoreTableFromBackupInput) (req *request.Request, output *RestoreTableFromBackupOutput)
- func (c *DynamoDB) RestoreTableFromBackupWithContext(ctx aws.Context, input *RestoreTableFromBackupInput, opts ...request.Option) (*RestoreTableFromBackupOutput, error)
- func (c *DynamoDB) RestoreTableToPointInTime(input *RestoreTableToPointInTimeInput) (*RestoreTableToPointInTimeOutput, error)
- func (c *DynamoDB) RestoreTableToPointInTimeRequest(input *RestoreTableToPointInTimeInput) (req *request.Request, output *RestoreTableToPointInTimeOutput)
- func (c *DynamoDB) RestoreTableToPointInTimeWithContext(ctx aws.Context, input *RestoreTableToPointInTimeInput, opts ...request.Option) (*RestoreTableToPointInTimeOutput, error)
- func (c *DynamoDB) Scan(input *ScanInput) (*ScanOutput, error)
- func (c *DynamoDB) ScanPages(input *ScanInput, fn func(*ScanOutput, bool) bool) error
- func (c *DynamoDB) ScanPagesWithContext(ctx aws.Context, input *ScanInput, fn func(*ScanOutput, bool) bool, ...) error
- func (c *DynamoDB) ScanRequest(input *ScanInput) (req *request.Request, output *ScanOutput)
- func (c *DynamoDB) ScanWithContext(ctx aws.Context, input *ScanInput, opts ...request.Option) (*ScanOutput, error)
- func (c *DynamoDB) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *DynamoDB) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *DynamoDB) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *DynamoDB) TransactGetItems(input *TransactGetItemsInput) (*TransactGetItemsOutput, error)
- func (c *DynamoDB) TransactGetItemsRequest(input *TransactGetItemsInput) (req *request.Request, output *TransactGetItemsOutput)
- func (c *DynamoDB) TransactGetItemsWithContext(ctx aws.Context, input *TransactGetItemsInput, opts ...request.Option) (*TransactGetItemsOutput, error)
- func (c *DynamoDB) TransactWriteItems(input *TransactWriteItemsInput) (*TransactWriteItemsOutput, error)
- func (c *DynamoDB) TransactWriteItemsRequest(input *TransactWriteItemsInput) (req *request.Request, output *TransactWriteItemsOutput)
- func (c *DynamoDB) TransactWriteItemsWithContext(ctx aws.Context, input *TransactWriteItemsInput, opts ...request.Option) (*TransactWriteItemsOutput, error)
- func (c *DynamoDB) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *DynamoDB) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *DynamoDB) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *DynamoDB) UpdateContinuousBackups(input *UpdateContinuousBackupsInput) (*UpdateContinuousBackupsOutput, error)
- func (c *DynamoDB) UpdateContinuousBackupsRequest(input *UpdateContinuousBackupsInput) (req *request.Request, output *UpdateContinuousBackupsOutput)
- func (c *DynamoDB) UpdateContinuousBackupsWithContext(ctx aws.Context, input *UpdateContinuousBackupsInput, opts ...request.Option) (*UpdateContinuousBackupsOutput, error)
- func (c *DynamoDB) UpdateContributorInsights(input *UpdateContributorInsightsInput) (*UpdateContributorInsightsOutput, error)
- func (c *DynamoDB) UpdateContributorInsightsRequest(input *UpdateContributorInsightsInput) (req *request.Request, output *UpdateContributorInsightsOutput)
- func (c *DynamoDB) UpdateContributorInsightsWithContext(ctx aws.Context, input *UpdateContributorInsightsInput, opts ...request.Option) (*UpdateContributorInsightsOutput, error)
- func (c *DynamoDB) UpdateGlobalTable(input *UpdateGlobalTableInput) (*UpdateGlobalTableOutput, error)
- func (c *DynamoDB) UpdateGlobalTableRequest(input *UpdateGlobalTableInput) (req *request.Request, output *UpdateGlobalTableOutput)
- func (c *DynamoDB) UpdateGlobalTableSettings(input *UpdateGlobalTableSettingsInput) (*UpdateGlobalTableSettingsOutput, error)
- func (c *DynamoDB) UpdateGlobalTableSettingsRequest(input *UpdateGlobalTableSettingsInput) (req *request.Request, output *UpdateGlobalTableSettingsOutput)
- func (c *DynamoDB) UpdateGlobalTableSettingsWithContext(ctx aws.Context, input *UpdateGlobalTableSettingsInput, opts ...request.Option) (*UpdateGlobalTableSettingsOutput, error)
- func (c *DynamoDB) UpdateGlobalTableWithContext(ctx aws.Context, input *UpdateGlobalTableInput, opts ...request.Option) (*UpdateGlobalTableOutput, error)
- func (c *DynamoDB) UpdateItem(input *UpdateItemInput) (*UpdateItemOutput, error)
- func (c *DynamoDB) UpdateItemRequest(input *UpdateItemInput) (req *request.Request, output *UpdateItemOutput)
- func (c *DynamoDB) UpdateItemWithContext(ctx aws.Context, input *UpdateItemInput, opts ...request.Option) (*UpdateItemOutput, error)
- func (c *DynamoDB) UpdateTable(input *UpdateTableInput) (*UpdateTableOutput, error)
- func (c *DynamoDB) UpdateTableReplicaAutoScaling(input *UpdateTableReplicaAutoScalingInput) (*UpdateTableReplicaAutoScalingOutput, error)
- func (c *DynamoDB) UpdateTableReplicaAutoScalingRequest(input *UpdateTableReplicaAutoScalingInput) (req *request.Request, output *UpdateTableReplicaAutoScalingOutput)
- func (c *DynamoDB) UpdateTableReplicaAutoScalingWithContext(ctx aws.Context, input *UpdateTableReplicaAutoScalingInput, ...) (*UpdateTableReplicaAutoScalingOutput, error)
- func (c *DynamoDB) UpdateTableRequest(input *UpdateTableInput) (req *request.Request, output *UpdateTableOutput)
- func (c *DynamoDB) UpdateTableWithContext(ctx aws.Context, input *UpdateTableInput, opts ...request.Option) (*UpdateTableOutput, error)
- func (c *DynamoDB) UpdateTimeToLive(input *UpdateTimeToLiveInput) (*UpdateTimeToLiveOutput, error)
- func (c *DynamoDB) UpdateTimeToLiveRequest(input *UpdateTimeToLiveInput) (req *request.Request, output *UpdateTimeToLiveOutput)
- func (c *DynamoDB) UpdateTimeToLiveWithContext(ctx aws.Context, input *UpdateTimeToLiveInput, opts ...request.Option) (*UpdateTimeToLiveOutput, error)
- func (c *DynamoDB) WaitUntilTableExists(input *DescribeTableInput) error
- func (c *DynamoDB) WaitUntilTableExistsWithContext(ctx aws.Context, input *DescribeTableInput, opts ...request.WaiterOption) error
- func (c *DynamoDB) WaitUntilTableNotExists(input *DescribeTableInput) error
- func (c *DynamoDB) WaitUntilTableNotExistsWithContext(ctx aws.Context, input *DescribeTableInput, opts ...request.WaiterOption) error
- type EnableKinesisStreamingDestinationInput
- func (s EnableKinesisStreamingDestinationInput) GoString() string
- func (s *EnableKinesisStreamingDestinationInput) SetStreamArn(v string) *EnableKinesisStreamingDestinationInput
- func (s *EnableKinesisStreamingDestinationInput) SetTableName(v string) *EnableKinesisStreamingDestinationInput
- func (s EnableKinesisStreamingDestinationInput) String() string
- func (s *EnableKinesisStreamingDestinationInput) Validate() error
- type EnableKinesisStreamingDestinationOutput
- func (s EnableKinesisStreamingDestinationOutput) GoString() string
- func (s *EnableKinesisStreamingDestinationOutput) SetDestinationStatus(v string) *EnableKinesisStreamingDestinationOutput
- func (s *EnableKinesisStreamingDestinationOutput) SetStreamArn(v string) *EnableKinesisStreamingDestinationOutput
- func (s *EnableKinesisStreamingDestinationOutput) SetTableName(v string) *EnableKinesisStreamingDestinationOutput
- func (s EnableKinesisStreamingDestinationOutput) String() string
- type Endpoint
- type ExecuteStatementInput
- func (s ExecuteStatementInput) GoString() string
- func (s *ExecuteStatementInput) SetConsistentRead(v bool) *ExecuteStatementInput
- func (s *ExecuteStatementInput) SetLimit(v int64) *ExecuteStatementInput
- func (s *ExecuteStatementInput) SetNextToken(v string) *ExecuteStatementInput
- func (s *ExecuteStatementInput) SetParameters(v []*AttributeValue) *ExecuteStatementInput
- func (s *ExecuteStatementInput) SetReturnConsumedCapacity(v string) *ExecuteStatementInput
- func (s *ExecuteStatementInput) SetReturnValuesOnConditionCheckFailure(v string) *ExecuteStatementInput
- func (s *ExecuteStatementInput) SetStatement(v string) *ExecuteStatementInput
- func (s ExecuteStatementInput) String() string
- func (s *ExecuteStatementInput) Validate() error
- type ExecuteStatementOutput
- func (s ExecuteStatementOutput) GoString() string
- func (s *ExecuteStatementOutput) SetConsumedCapacity(v *ConsumedCapacity) *ExecuteStatementOutput
- func (s *ExecuteStatementOutput) SetItems(v []map[string]*AttributeValue) *ExecuteStatementOutput
- func (s *ExecuteStatementOutput) SetLastEvaluatedKey(v map[string]*AttributeValue) *ExecuteStatementOutput
- func (s *ExecuteStatementOutput) SetNextToken(v string) *ExecuteStatementOutput
- func (s ExecuteStatementOutput) String() string
- type ExecuteTransactionInput
- func (s ExecuteTransactionInput) GoString() string
- func (s *ExecuteTransactionInput) SetClientRequestToken(v string) *ExecuteTransactionInput
- func (s *ExecuteTransactionInput) SetReturnConsumedCapacity(v string) *ExecuteTransactionInput
- func (s *ExecuteTransactionInput) SetTransactStatements(v []*ParameterizedStatement) *ExecuteTransactionInput
- func (s ExecuteTransactionInput) String() string
- func (s *ExecuteTransactionInput) Validate() error
- type ExecuteTransactionOutput
- type ExpectedAttributeValue
- func (s ExpectedAttributeValue) GoString() string
- func (s *ExpectedAttributeValue) SetAttributeValueList(v []*AttributeValue) *ExpectedAttributeValue
- func (s *ExpectedAttributeValue) SetComparisonOperator(v string) *ExpectedAttributeValue
- func (s *ExpectedAttributeValue) SetExists(v bool) *ExpectedAttributeValue
- func (s *ExpectedAttributeValue) SetValue(v *AttributeValue) *ExpectedAttributeValue
- func (s ExpectedAttributeValue) String() string
- type ExportConflictException
- func (s *ExportConflictException) Code() string
- func (s *ExportConflictException) Error() string
- func (s ExportConflictException) GoString() string
- func (s *ExportConflictException) Message() string
- func (s *ExportConflictException) OrigErr() error
- func (s *ExportConflictException) RequestID() string
- func (s *ExportConflictException) StatusCode() int
- func (s ExportConflictException) String() string
- type ExportDescription
- func (s ExportDescription) GoString() string
- func (s *ExportDescription) SetBilledSizeBytes(v int64) *ExportDescription
- func (s *ExportDescription) SetClientToken(v string) *ExportDescription
- func (s *ExportDescription) SetEndTime(v time.Time) *ExportDescription
- func (s *ExportDescription) SetExportArn(v string) *ExportDescription
- func (s *ExportDescription) SetExportFormat(v string) *ExportDescription
- func (s *ExportDescription) SetExportManifest(v string) *ExportDescription
- func (s *ExportDescription) SetExportStatus(v string) *ExportDescription
- func (s *ExportDescription) SetExportTime(v time.Time) *ExportDescription
- func (s *ExportDescription) SetExportType(v string) *ExportDescription
- func (s *ExportDescription) SetFailureCode(v string) *ExportDescription
- func (s *ExportDescription) SetFailureMessage(v string) *ExportDescription
- func (s *ExportDescription) SetIncrementalExportSpecification(v *IncrementalExportSpecification) *ExportDescription
- func (s *ExportDescription) SetItemCount(v int64) *ExportDescription
- func (s *ExportDescription) SetS3Bucket(v string) *ExportDescription
- func (s *ExportDescription) SetS3BucketOwner(v string) *ExportDescription
- func (s *ExportDescription) SetS3Prefix(v string) *ExportDescription
- func (s *ExportDescription) SetS3SseAlgorithm(v string) *ExportDescription
- func (s *ExportDescription) SetS3SseKmsKeyId(v string) *ExportDescription
- func (s *ExportDescription) SetStartTime(v time.Time) *ExportDescription
- func (s *ExportDescription) SetTableArn(v string) *ExportDescription
- func (s *ExportDescription) SetTableId(v string) *ExportDescription
- func (s ExportDescription) String() string
- type ExportNotFoundException
- func (s *ExportNotFoundException) Code() string
- func (s *ExportNotFoundException) Error() string
- func (s ExportNotFoundException) GoString() string
- func (s *ExportNotFoundException) Message() string
- func (s *ExportNotFoundException) OrigErr() error
- func (s *ExportNotFoundException) RequestID() string
- func (s *ExportNotFoundException) StatusCode() int
- func (s ExportNotFoundException) String() string
- type ExportSummary
- type ExportTableToPointInTimeInput
- func (s ExportTableToPointInTimeInput) GoString() string
- func (s *ExportTableToPointInTimeInput) SetClientToken(v string) *ExportTableToPointInTimeInput
- func (s *ExportTableToPointInTimeInput) SetExportFormat(v string) *ExportTableToPointInTimeInput
- func (s *ExportTableToPointInTimeInput) SetExportTime(v time.Time) *ExportTableToPointInTimeInput
- func (s *ExportTableToPointInTimeInput) SetExportType(v string) *ExportTableToPointInTimeInput
- func (s *ExportTableToPointInTimeInput) SetIncrementalExportSpecification(v *IncrementalExportSpecification) *ExportTableToPointInTimeInput
- func (s *ExportTableToPointInTimeInput) SetS3Bucket(v string) *ExportTableToPointInTimeInput
- func (s *ExportTableToPointInTimeInput) SetS3BucketOwner(v string) *ExportTableToPointInTimeInput
- func (s *ExportTableToPointInTimeInput) SetS3Prefix(v string) *ExportTableToPointInTimeInput
- func (s *ExportTableToPointInTimeInput) SetS3SseAlgorithm(v string) *ExportTableToPointInTimeInput
- func (s *ExportTableToPointInTimeInput) SetS3SseKmsKeyId(v string) *ExportTableToPointInTimeInput
- func (s *ExportTableToPointInTimeInput) SetTableArn(v string) *ExportTableToPointInTimeInput
- func (s ExportTableToPointInTimeInput) String() string
- func (s *ExportTableToPointInTimeInput) Validate() error
- type ExportTableToPointInTimeOutput
- type FailureException
- type Get
- func (s Get) GoString() string
- func (s *Get) SetExpressionAttributeNames(v map[string]*string) *Get
- func (s *Get) SetKey(v map[string]*AttributeValue) *Get
- func (s *Get) SetProjectionExpression(v string) *Get
- func (s *Get) SetTableName(v string) *Get
- func (s Get) String() string
- func (s *Get) Validate() error
- type GetItemInput
- func (s GetItemInput) GoString() string
- func (s *GetItemInput) SetAttributesToGet(v []*string) *GetItemInput
- func (s *GetItemInput) SetConsistentRead(v bool) *GetItemInput
- func (s *GetItemInput) SetExpressionAttributeNames(v map[string]*string) *GetItemInput
- func (s *GetItemInput) SetKey(v map[string]*AttributeValue) *GetItemInput
- func (s *GetItemInput) SetProjectionExpression(v string) *GetItemInput
- func (s *GetItemInput) SetReturnConsumedCapacity(v string) *GetItemInput
- func (s *GetItemInput) SetTableName(v string) *GetItemInput
- func (s GetItemInput) String() string
- func (s *GetItemInput) Validate() error
- type GetItemOutput
- type GlobalSecondaryIndex
- func (s GlobalSecondaryIndex) GoString() string
- func (s *GlobalSecondaryIndex) SetIndexName(v string) *GlobalSecondaryIndex
- func (s *GlobalSecondaryIndex) SetKeySchema(v []*KeySchemaElement) *GlobalSecondaryIndex
- func (s *GlobalSecondaryIndex) SetProjection(v *Projection) *GlobalSecondaryIndex
- func (s *GlobalSecondaryIndex) SetProvisionedThroughput(v *ProvisionedThroughput) *GlobalSecondaryIndex
- func (s GlobalSecondaryIndex) String() string
- func (s *GlobalSecondaryIndex) Validate() error
- type GlobalSecondaryIndexAutoScalingUpdate
- func (s GlobalSecondaryIndexAutoScalingUpdate) GoString() string
- func (s *GlobalSecondaryIndexAutoScalingUpdate) SetIndexName(v string) *GlobalSecondaryIndexAutoScalingUpdate
- func (s *GlobalSecondaryIndexAutoScalingUpdate) SetProvisionedWriteCapacityAutoScalingUpdate(v *AutoScalingSettingsUpdate) *GlobalSecondaryIndexAutoScalingUpdate
- func (s GlobalSecondaryIndexAutoScalingUpdate) String() string
- func (s *GlobalSecondaryIndexAutoScalingUpdate) Validate() error
- type GlobalSecondaryIndexDescription
- func (s GlobalSecondaryIndexDescription) GoString() string
- func (s *GlobalSecondaryIndexDescription) SetBackfilling(v bool) *GlobalSecondaryIndexDescription
- func (s *GlobalSecondaryIndexDescription) SetIndexArn(v string) *GlobalSecondaryIndexDescription
- func (s *GlobalSecondaryIndexDescription) SetIndexName(v string) *GlobalSecondaryIndexDescription
- func (s *GlobalSecondaryIndexDescription) SetIndexSizeBytes(v int64) *GlobalSecondaryIndexDescription
- func (s *GlobalSecondaryIndexDescription) SetIndexStatus(v string) *GlobalSecondaryIndexDescription
- func (s *GlobalSecondaryIndexDescription) SetItemCount(v int64) *GlobalSecondaryIndexDescription
- func (s *GlobalSecondaryIndexDescription) SetKeySchema(v []*KeySchemaElement) *GlobalSecondaryIndexDescription
- func (s *GlobalSecondaryIndexDescription) SetProjection(v *Projection) *GlobalSecondaryIndexDescription
- func (s *GlobalSecondaryIndexDescription) SetProvisionedThroughput(v *ProvisionedThroughputDescription) *GlobalSecondaryIndexDescription
- func (s GlobalSecondaryIndexDescription) String() string
- type GlobalSecondaryIndexInfo
- func (s GlobalSecondaryIndexInfo) GoString() string
- func (s *GlobalSecondaryIndexInfo) SetIndexName(v string) *GlobalSecondaryIndexInfo
- func (s *GlobalSecondaryIndexInfo) SetKeySchema(v []*KeySchemaElement) *GlobalSecondaryIndexInfo
- func (s *GlobalSecondaryIndexInfo) SetProjection(v *Projection) *GlobalSecondaryIndexInfo
- func (s *GlobalSecondaryIndexInfo) SetProvisionedThroughput(v *ProvisionedThroughput) *GlobalSecondaryIndexInfo
- func (s GlobalSecondaryIndexInfo) String() string
- type GlobalSecondaryIndexUpdate
- func (s GlobalSecondaryIndexUpdate) GoString() string
- func (s *GlobalSecondaryIndexUpdate) SetCreate(v *CreateGlobalSecondaryIndexAction) *GlobalSecondaryIndexUpdate
- func (s *GlobalSecondaryIndexUpdate) SetDelete(v *DeleteGlobalSecondaryIndexAction) *GlobalSecondaryIndexUpdate
- func (s *GlobalSecondaryIndexUpdate) SetUpdate(v *UpdateGlobalSecondaryIndexAction) *GlobalSecondaryIndexUpdate
- func (s GlobalSecondaryIndexUpdate) String() string
- func (s *GlobalSecondaryIndexUpdate) Validate() error
- type GlobalTable
- type GlobalTableAlreadyExistsException
- func (s *GlobalTableAlreadyExistsException) Code() string
- func (s *GlobalTableAlreadyExistsException) Error() string
- func (s GlobalTableAlreadyExistsException) GoString() string
- func (s *GlobalTableAlreadyExistsException) Message() string
- func (s *GlobalTableAlreadyExistsException) OrigErr() error
- func (s *GlobalTableAlreadyExistsException) RequestID() string
- func (s *GlobalTableAlreadyExistsException) StatusCode() int
- func (s GlobalTableAlreadyExistsException) String() string
- type GlobalTableDescription
- func (s GlobalTableDescription) GoString() string
- func (s *GlobalTableDescription) SetCreationDateTime(v time.Time) *GlobalTableDescription
- func (s *GlobalTableDescription) SetGlobalTableArn(v string) *GlobalTableDescription
- func (s *GlobalTableDescription) SetGlobalTableName(v string) *GlobalTableDescription
- func (s *GlobalTableDescription) SetGlobalTableStatus(v string) *GlobalTableDescription
- func (s *GlobalTableDescription) SetReplicationGroup(v []*ReplicaDescription) *GlobalTableDescription
- func (s GlobalTableDescription) String() string
- type GlobalTableGlobalSecondaryIndexSettingsUpdate
- func (s GlobalTableGlobalSecondaryIndexSettingsUpdate) GoString() string
- func (s *GlobalTableGlobalSecondaryIndexSettingsUpdate) SetIndexName(v string) *GlobalTableGlobalSecondaryIndexSettingsUpdate
- func (s *GlobalTableGlobalSecondaryIndexSettingsUpdate) SetProvisionedWriteCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *GlobalTableGlobalSecondaryIndexSettingsUpdate
- func (s *GlobalTableGlobalSecondaryIndexSettingsUpdate) SetProvisionedWriteCapacityUnits(v int64) *GlobalTableGlobalSecondaryIndexSettingsUpdate
- func (s GlobalTableGlobalSecondaryIndexSettingsUpdate) String() string
- func (s *GlobalTableGlobalSecondaryIndexSettingsUpdate) Validate() error
- type GlobalTableNotFoundException
- func (s *GlobalTableNotFoundException) Code() string
- func (s *GlobalTableNotFoundException) Error() string
- func (s GlobalTableNotFoundException) GoString() string
- func (s *GlobalTableNotFoundException) Message() string
- func (s *GlobalTableNotFoundException) OrigErr() error
- func (s *GlobalTableNotFoundException) RequestID() string
- func (s *GlobalTableNotFoundException) StatusCode() int
- func (s GlobalTableNotFoundException) String() string
- type IdempotentParameterMismatchException
- func (s *IdempotentParameterMismatchException) Code() string
- func (s *IdempotentParameterMismatchException) Error() string
- func (s IdempotentParameterMismatchException) GoString() string
- func (s *IdempotentParameterMismatchException) Message() string
- func (s *IdempotentParameterMismatchException) OrigErr() error
- func (s *IdempotentParameterMismatchException) RequestID() string
- func (s *IdempotentParameterMismatchException) StatusCode() int
- func (s IdempotentParameterMismatchException) String() string
- type ImportConflictException
- func (s *ImportConflictException) Code() string
- func (s *ImportConflictException) Error() string
- func (s ImportConflictException) GoString() string
- func (s *ImportConflictException) Message() string
- func (s *ImportConflictException) OrigErr() error
- func (s *ImportConflictException) RequestID() string
- func (s *ImportConflictException) StatusCode() int
- func (s ImportConflictException) String() string
- type ImportNotFoundException
- func (s *ImportNotFoundException) Code() string
- func (s *ImportNotFoundException) Error() string
- func (s ImportNotFoundException) GoString() string
- func (s *ImportNotFoundException) Message() string
- func (s *ImportNotFoundException) OrigErr() error
- func (s *ImportNotFoundException) RequestID() string
- func (s *ImportNotFoundException) StatusCode() int
- func (s ImportNotFoundException) String() string
- type ImportSummary
- func (s ImportSummary) GoString() string
- func (s *ImportSummary) SetCloudWatchLogGroupArn(v string) *ImportSummary
- func (s *ImportSummary) SetEndTime(v time.Time) *ImportSummary
- func (s *ImportSummary) SetImportArn(v string) *ImportSummary
- func (s *ImportSummary) SetImportStatus(v string) *ImportSummary
- func (s *ImportSummary) SetInputFormat(v string) *ImportSummary
- func (s *ImportSummary) SetS3BucketSource(v *S3BucketSource) *ImportSummary
- func (s *ImportSummary) SetStartTime(v time.Time) *ImportSummary
- func (s *ImportSummary) SetTableArn(v string) *ImportSummary
- func (s ImportSummary) String() string
- type ImportTableDescription
- func (s ImportTableDescription) GoString() string
- func (s *ImportTableDescription) SetClientToken(v string) *ImportTableDescription
- func (s *ImportTableDescription) SetCloudWatchLogGroupArn(v string) *ImportTableDescription
- func (s *ImportTableDescription) SetEndTime(v time.Time) *ImportTableDescription
- func (s *ImportTableDescription) SetErrorCount(v int64) *ImportTableDescription
- func (s *ImportTableDescription) SetFailureCode(v string) *ImportTableDescription
- func (s *ImportTableDescription) SetFailureMessage(v string) *ImportTableDescription
- func (s *ImportTableDescription) SetImportArn(v string) *ImportTableDescription
- func (s *ImportTableDescription) SetImportStatus(v string) *ImportTableDescription
- func (s *ImportTableDescription) SetImportedItemCount(v int64) *ImportTableDescription
- func (s *ImportTableDescription) SetInputCompressionType(v string) *ImportTableDescription
- func (s *ImportTableDescription) SetInputFormat(v string) *ImportTableDescription
- func (s *ImportTableDescription) SetInputFormatOptions(v *InputFormatOptions) *ImportTableDescription
- func (s *ImportTableDescription) SetProcessedItemCount(v int64) *ImportTableDescription
- func (s *ImportTableDescription) SetProcessedSizeBytes(v int64) *ImportTableDescription
- func (s *ImportTableDescription) SetS3BucketSource(v *S3BucketSource) *ImportTableDescription
- func (s *ImportTableDescription) SetStartTime(v time.Time) *ImportTableDescription
- func (s *ImportTableDescription) SetTableArn(v string) *ImportTableDescription
- func (s *ImportTableDescription) SetTableCreationParameters(v *TableCreationParameters) *ImportTableDescription
- func (s *ImportTableDescription) SetTableId(v string) *ImportTableDescription
- func (s ImportTableDescription) String() string
- type ImportTableInput
- func (s ImportTableInput) GoString() string
- func (s *ImportTableInput) SetClientToken(v string) *ImportTableInput
- func (s *ImportTableInput) SetInputCompressionType(v string) *ImportTableInput
- func (s *ImportTableInput) SetInputFormat(v string) *ImportTableInput
- func (s *ImportTableInput) SetInputFormatOptions(v *InputFormatOptions) *ImportTableInput
- func (s *ImportTableInput) SetS3BucketSource(v *S3BucketSource) *ImportTableInput
- func (s *ImportTableInput) SetTableCreationParameters(v *TableCreationParameters) *ImportTableInput
- func (s ImportTableInput) String() string
- func (s *ImportTableInput) Validate() error
- type ImportTableOutput
- type IncrementalExportSpecification
- func (s IncrementalExportSpecification) GoString() string
- func (s *IncrementalExportSpecification) SetExportFromTime(v time.Time) *IncrementalExportSpecification
- func (s *IncrementalExportSpecification) SetExportToTime(v time.Time) *IncrementalExportSpecification
- func (s *IncrementalExportSpecification) SetExportViewType(v string) *IncrementalExportSpecification
- func (s IncrementalExportSpecification) String() string
- type IndexNotFoundException
- func (s *IndexNotFoundException) Code() string
- func (s *IndexNotFoundException) Error() string
- func (s IndexNotFoundException) GoString() string
- func (s *IndexNotFoundException) Message() string
- func (s *IndexNotFoundException) OrigErr() error
- func (s *IndexNotFoundException) RequestID() string
- func (s *IndexNotFoundException) StatusCode() int
- func (s IndexNotFoundException) String() string
- type InputFormatOptions
- type InternalServerError
- func (s *InternalServerError) Code() string
- func (s *InternalServerError) Error() string
- func (s InternalServerError) GoString() string
- func (s *InternalServerError) Message() string
- func (s *InternalServerError) OrigErr() error
- func (s *InternalServerError) RequestID() string
- func (s *InternalServerError) StatusCode() int
- func (s InternalServerError) String() string
- type InvalidExportTimeException
- func (s *InvalidExportTimeException) Code() string
- func (s *InvalidExportTimeException) Error() string
- func (s InvalidExportTimeException) GoString() string
- func (s *InvalidExportTimeException) Message() string
- func (s *InvalidExportTimeException) OrigErr() error
- func (s *InvalidExportTimeException) RequestID() string
- func (s *InvalidExportTimeException) StatusCode() int
- func (s InvalidExportTimeException) String() string
- type InvalidRestoreTimeException
- func (s *InvalidRestoreTimeException) Code() string
- func (s *InvalidRestoreTimeException) Error() string
- func (s InvalidRestoreTimeException) GoString() string
- func (s *InvalidRestoreTimeException) Message() string
- func (s *InvalidRestoreTimeException) OrigErr() error
- func (s *InvalidRestoreTimeException) RequestID() string
- func (s *InvalidRestoreTimeException) StatusCode() int
- func (s InvalidRestoreTimeException) String() string
- type ItemCollectionMetrics
- type ItemCollectionSizeLimitExceededException
- func (s *ItemCollectionSizeLimitExceededException) Code() string
- func (s *ItemCollectionSizeLimitExceededException) Error() string
- func (s ItemCollectionSizeLimitExceededException) GoString() string
- func (s *ItemCollectionSizeLimitExceededException) Message() string
- func (s *ItemCollectionSizeLimitExceededException) OrigErr() error
- func (s *ItemCollectionSizeLimitExceededException) RequestID() string
- func (s *ItemCollectionSizeLimitExceededException) StatusCode() int
- func (s ItemCollectionSizeLimitExceededException) String() string
- type ItemResponse
- type KeySchemaElement
- type KeysAndAttributes
- func (s KeysAndAttributes) GoString() string
- func (s *KeysAndAttributes) SetAttributesToGet(v []*string) *KeysAndAttributes
- func (s *KeysAndAttributes) SetConsistentRead(v bool) *KeysAndAttributes
- func (s *KeysAndAttributes) SetExpressionAttributeNames(v map[string]*string) *KeysAndAttributes
- func (s *KeysAndAttributes) SetKeys(v []map[string]*AttributeValue) *KeysAndAttributes
- func (s *KeysAndAttributes) SetProjectionExpression(v string) *KeysAndAttributes
- func (s KeysAndAttributes) String() string
- func (s *KeysAndAttributes) Validate() error
- type KinesisDataStreamDestination
- func (s KinesisDataStreamDestination) GoString() string
- func (s *KinesisDataStreamDestination) SetDestinationStatus(v string) *KinesisDataStreamDestination
- func (s *KinesisDataStreamDestination) SetDestinationStatusDescription(v string) *KinesisDataStreamDestination
- func (s *KinesisDataStreamDestination) SetStreamArn(v string) *KinesisDataStreamDestination
- func (s KinesisDataStreamDestination) String() string
- type LimitExceededException
- func (s *LimitExceededException) Code() string
- func (s *LimitExceededException) Error() string
- func (s LimitExceededException) GoString() string
- func (s *LimitExceededException) Message() string
- func (s *LimitExceededException) OrigErr() error
- func (s *LimitExceededException) RequestID() string
- func (s *LimitExceededException) StatusCode() int
- func (s LimitExceededException) String() string
- type ListBackupsInput
- func (s ListBackupsInput) GoString() string
- func (s *ListBackupsInput) SetBackupType(v string) *ListBackupsInput
- func (s *ListBackupsInput) SetExclusiveStartBackupArn(v string) *ListBackupsInput
- func (s *ListBackupsInput) SetLimit(v int64) *ListBackupsInput
- func (s *ListBackupsInput) SetTableName(v string) *ListBackupsInput
- func (s *ListBackupsInput) SetTimeRangeLowerBound(v time.Time) *ListBackupsInput
- func (s *ListBackupsInput) SetTimeRangeUpperBound(v time.Time) *ListBackupsInput
- func (s ListBackupsInput) String() string
- func (s *ListBackupsInput) Validate() error
- type ListBackupsOutput
- type ListContributorInsightsInput
- func (s ListContributorInsightsInput) GoString() string
- func (s *ListContributorInsightsInput) SetMaxResults(v int64) *ListContributorInsightsInput
- func (s *ListContributorInsightsInput) SetNextToken(v string) *ListContributorInsightsInput
- func (s *ListContributorInsightsInput) SetTableName(v string) *ListContributorInsightsInput
- func (s ListContributorInsightsInput) String() string
- func (s *ListContributorInsightsInput) Validate() error
- type ListContributorInsightsOutput
- func (s ListContributorInsightsOutput) GoString() string
- func (s *ListContributorInsightsOutput) SetContributorInsightsSummaries(v []*ContributorInsightsSummary) *ListContributorInsightsOutput
- func (s *ListContributorInsightsOutput) SetNextToken(v string) *ListContributorInsightsOutput
- func (s ListContributorInsightsOutput) String() string
- type ListExportsInput
- func (s ListExportsInput) GoString() string
- func (s *ListExportsInput) SetMaxResults(v int64) *ListExportsInput
- func (s *ListExportsInput) SetNextToken(v string) *ListExportsInput
- func (s *ListExportsInput) SetTableArn(v string) *ListExportsInput
- func (s ListExportsInput) String() string
- func (s *ListExportsInput) Validate() error
- type ListExportsOutput
- type ListGlobalTablesInput
- func (s ListGlobalTablesInput) GoString() string
- func (s *ListGlobalTablesInput) SetExclusiveStartGlobalTableName(v string) *ListGlobalTablesInput
- func (s *ListGlobalTablesInput) SetLimit(v int64) *ListGlobalTablesInput
- func (s *ListGlobalTablesInput) SetRegionName(v string) *ListGlobalTablesInput
- func (s ListGlobalTablesInput) String() string
- func (s *ListGlobalTablesInput) Validate() error
- type ListGlobalTablesOutput
- type ListImportsInput
- func (s ListImportsInput) GoString() string
- func (s *ListImportsInput) SetNextToken(v string) *ListImportsInput
- func (s *ListImportsInput) SetPageSize(v int64) *ListImportsInput
- func (s *ListImportsInput) SetTableArn(v string) *ListImportsInput
- func (s ListImportsInput) String() string
- func (s *ListImportsInput) Validate() error
- type ListImportsOutput
- type ListTablesInput
- type ListTablesOutput
- type ListTagsOfResourceInput
- func (s ListTagsOfResourceInput) GoString() string
- func (s *ListTagsOfResourceInput) SetNextToken(v string) *ListTagsOfResourceInput
- func (s *ListTagsOfResourceInput) SetResourceArn(v string) *ListTagsOfResourceInput
- func (s ListTagsOfResourceInput) String() string
- func (s *ListTagsOfResourceInput) Validate() error
- type ListTagsOfResourceOutput
- type LocalSecondaryIndex
- func (s LocalSecondaryIndex) GoString() string
- func (s *LocalSecondaryIndex) SetIndexName(v string) *LocalSecondaryIndex
- func (s *LocalSecondaryIndex) SetKeySchema(v []*KeySchemaElement) *LocalSecondaryIndex
- func (s *LocalSecondaryIndex) SetProjection(v *Projection) *LocalSecondaryIndex
- func (s LocalSecondaryIndex) String() string
- func (s *LocalSecondaryIndex) Validate() error
- type LocalSecondaryIndexDescription
- func (s LocalSecondaryIndexDescription) GoString() string
- func (s *LocalSecondaryIndexDescription) SetIndexArn(v string) *LocalSecondaryIndexDescription
- func (s *LocalSecondaryIndexDescription) SetIndexName(v string) *LocalSecondaryIndexDescription
- func (s *LocalSecondaryIndexDescription) SetIndexSizeBytes(v int64) *LocalSecondaryIndexDescription
- func (s *LocalSecondaryIndexDescription) SetItemCount(v int64) *LocalSecondaryIndexDescription
- func (s *LocalSecondaryIndexDescription) SetKeySchema(v []*KeySchemaElement) *LocalSecondaryIndexDescription
- func (s *LocalSecondaryIndexDescription) SetProjection(v *Projection) *LocalSecondaryIndexDescription
- func (s LocalSecondaryIndexDescription) String() string
- type LocalSecondaryIndexInfo
- func (s LocalSecondaryIndexInfo) GoString() string
- func (s *LocalSecondaryIndexInfo) SetIndexName(v string) *LocalSecondaryIndexInfo
- func (s *LocalSecondaryIndexInfo) SetKeySchema(v []*KeySchemaElement) *LocalSecondaryIndexInfo
- func (s *LocalSecondaryIndexInfo) SetProjection(v *Projection) *LocalSecondaryIndexInfo
- func (s LocalSecondaryIndexInfo) String() string
- type ParameterizedStatement
- func (s ParameterizedStatement) GoString() string
- func (s *ParameterizedStatement) SetParameters(v []*AttributeValue) *ParameterizedStatement
- func (s *ParameterizedStatement) SetReturnValuesOnConditionCheckFailure(v string) *ParameterizedStatement
- func (s *ParameterizedStatement) SetStatement(v string) *ParameterizedStatement
- func (s ParameterizedStatement) String() string
- func (s *ParameterizedStatement) Validate() error
- type PointInTimeRecoveryDescription
- func (s PointInTimeRecoveryDescription) GoString() string
- func (s *PointInTimeRecoveryDescription) SetEarliestRestorableDateTime(v time.Time) *PointInTimeRecoveryDescription
- func (s *PointInTimeRecoveryDescription) SetLatestRestorableDateTime(v time.Time) *PointInTimeRecoveryDescription
- func (s *PointInTimeRecoveryDescription) SetPointInTimeRecoveryStatus(v string) *PointInTimeRecoveryDescription
- func (s PointInTimeRecoveryDescription) String() string
- type PointInTimeRecoverySpecification
- type PointInTimeRecoveryUnavailableException
- func (s *PointInTimeRecoveryUnavailableException) Code() string
- func (s *PointInTimeRecoveryUnavailableException) Error() string
- func (s PointInTimeRecoveryUnavailableException) GoString() string
- func (s *PointInTimeRecoveryUnavailableException) Message() string
- func (s *PointInTimeRecoveryUnavailableException) OrigErr() error
- func (s *PointInTimeRecoveryUnavailableException) RequestID() string
- func (s *PointInTimeRecoveryUnavailableException) StatusCode() int
- func (s PointInTimeRecoveryUnavailableException) String() string
- type Projection
- type ProvisionedThroughput
- func (s ProvisionedThroughput) GoString() string
- func (s *ProvisionedThroughput) SetReadCapacityUnits(v int64) *ProvisionedThroughput
- func (s *ProvisionedThroughput) SetWriteCapacityUnits(v int64) *ProvisionedThroughput
- func (s ProvisionedThroughput) String() string
- func (s *ProvisionedThroughput) Validate() error
- type ProvisionedThroughputDescription
- func (s ProvisionedThroughputDescription) GoString() string
- func (s *ProvisionedThroughputDescription) SetLastDecreaseDateTime(v time.Time) *ProvisionedThroughputDescription
- func (s *ProvisionedThroughputDescription) SetLastIncreaseDateTime(v time.Time) *ProvisionedThroughputDescription
- func (s *ProvisionedThroughputDescription) SetNumberOfDecreasesToday(v int64) *ProvisionedThroughputDescription
- func (s *ProvisionedThroughputDescription) SetReadCapacityUnits(v int64) *ProvisionedThroughputDescription
- func (s *ProvisionedThroughputDescription) SetWriteCapacityUnits(v int64) *ProvisionedThroughputDescription
- func (s ProvisionedThroughputDescription) String() string
- type ProvisionedThroughputExceededException
- func (s *ProvisionedThroughputExceededException) Code() string
- func (s *ProvisionedThroughputExceededException) Error() string
- func (s ProvisionedThroughputExceededException) GoString() string
- func (s *ProvisionedThroughputExceededException) Message() string
- func (s *ProvisionedThroughputExceededException) OrigErr() error
- func (s *ProvisionedThroughputExceededException) RequestID() string
- func (s *ProvisionedThroughputExceededException) StatusCode() int
- func (s ProvisionedThroughputExceededException) String() string
- type ProvisionedThroughputOverride
- type Put
- func (s Put) GoString() string
- func (s *Put) SetConditionExpression(v string) *Put
- func (s *Put) SetExpressionAttributeNames(v map[string]*string) *Put
- func (s *Put) SetExpressionAttributeValues(v map[string]*AttributeValue) *Put
- func (s *Put) SetItem(v map[string]*AttributeValue) *Put
- func (s *Put) SetReturnValuesOnConditionCheckFailure(v string) *Put
- func (s *Put) SetTableName(v string) *Put
- func (s Put) String() string
- func (s *Put) Validate() error
- type PutItemInput
- func (s PutItemInput) GoString() string
- func (s *PutItemInput) SetConditionExpression(v string) *PutItemInput
- func (s *PutItemInput) SetConditionalOperator(v string) *PutItemInput
- func (s *PutItemInput) SetExpected(v map[string]*ExpectedAttributeValue) *PutItemInput
- func (s *PutItemInput) SetExpressionAttributeNames(v map[string]*string) *PutItemInput
- func (s *PutItemInput) SetExpressionAttributeValues(v map[string]*AttributeValue) *PutItemInput
- func (s *PutItemInput) SetItem(v map[string]*AttributeValue) *PutItemInput
- func (s *PutItemInput) SetReturnConsumedCapacity(v string) *PutItemInput
- func (s *PutItemInput) SetReturnItemCollectionMetrics(v string) *PutItemInput
- func (s *PutItemInput) SetReturnValues(v string) *PutItemInput
- func (s *PutItemInput) SetReturnValuesOnConditionCheckFailure(v string) *PutItemInput
- func (s *PutItemInput) SetTableName(v string) *PutItemInput
- func (s PutItemInput) String() string
- func (s *PutItemInput) Validate() error
- type PutItemOutput
- func (s PutItemOutput) GoString() string
- func (s *PutItemOutput) SetAttributes(v map[string]*AttributeValue) *PutItemOutput
- func (s *PutItemOutput) SetConsumedCapacity(v *ConsumedCapacity) *PutItemOutput
- func (s *PutItemOutput) SetItemCollectionMetrics(v *ItemCollectionMetrics) *PutItemOutput
- func (s PutItemOutput) String() string
- type PutRequest
- type QueryInput
- func (s QueryInput) GoString() string
- func (s *QueryInput) SetAttributesToGet(v []*string) *QueryInput
- func (s *QueryInput) SetConditionalOperator(v string) *QueryInput
- func (s *QueryInput) SetConsistentRead(v bool) *QueryInput
- func (s *QueryInput) SetExclusiveStartKey(v map[string]*AttributeValue) *QueryInput
- func (s *QueryInput) SetExpressionAttributeNames(v map[string]*string) *QueryInput
- func (s *QueryInput) SetExpressionAttributeValues(v map[string]*AttributeValue) *QueryInput
- func (s *QueryInput) SetFilterExpression(v string) *QueryInput
- func (s *QueryInput) SetIndexName(v string) *QueryInput
- func (s *QueryInput) SetKeyConditionExpression(v string) *QueryInput
- func (s *QueryInput) SetKeyConditions(v map[string]*Condition) *QueryInput
- func (s *QueryInput) SetLimit(v int64) *QueryInput
- func (s *QueryInput) SetProjectionExpression(v string) *QueryInput
- func (s *QueryInput) SetQueryFilter(v map[string]*Condition) *QueryInput
- func (s *QueryInput) SetReturnConsumedCapacity(v string) *QueryInput
- func (s *QueryInput) SetScanIndexForward(v bool) *QueryInput
- func (s *QueryInput) SetSelect(v string) *QueryInput
- func (s *QueryInput) SetTableName(v string) *QueryInput
- func (s QueryInput) String() string
- func (s *QueryInput) Validate() error
- type QueryOutput
- func (s QueryOutput) GoString() string
- func (s *QueryOutput) SetConsumedCapacity(v *ConsumedCapacity) *QueryOutput
- func (s *QueryOutput) SetCount(v int64) *QueryOutput
- func (s *QueryOutput) SetItems(v []map[string]*AttributeValue) *QueryOutput
- func (s *QueryOutput) SetLastEvaluatedKey(v map[string]*AttributeValue) *QueryOutput
- func (s *QueryOutput) SetScannedCount(v int64) *QueryOutput
- func (s QueryOutput) String() string
- type Replica
- type ReplicaAlreadyExistsException
- func (s *ReplicaAlreadyExistsException) Code() string
- func (s *ReplicaAlreadyExistsException) Error() string
- func (s ReplicaAlreadyExistsException) GoString() string
- func (s *ReplicaAlreadyExistsException) Message() string
- func (s *ReplicaAlreadyExistsException) OrigErr() error
- func (s *ReplicaAlreadyExistsException) RequestID() string
- func (s *ReplicaAlreadyExistsException) StatusCode() int
- func (s ReplicaAlreadyExistsException) String() string
- type ReplicaAutoScalingDescription
- func (s ReplicaAutoScalingDescription) GoString() string
- func (s *ReplicaAutoScalingDescription) SetGlobalSecondaryIndexes(v []*ReplicaGlobalSecondaryIndexAutoScalingDescription) *ReplicaAutoScalingDescription
- func (s *ReplicaAutoScalingDescription) SetRegionName(v string) *ReplicaAutoScalingDescription
- func (s *ReplicaAutoScalingDescription) SetReplicaProvisionedReadCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaAutoScalingDescription
- func (s *ReplicaAutoScalingDescription) SetReplicaProvisionedWriteCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaAutoScalingDescription
- func (s *ReplicaAutoScalingDescription) SetReplicaStatus(v string) *ReplicaAutoScalingDescription
- func (s ReplicaAutoScalingDescription) String() string
- type ReplicaAutoScalingUpdate
- func (s ReplicaAutoScalingUpdate) GoString() string
- func (s *ReplicaAutoScalingUpdate) SetRegionName(v string) *ReplicaAutoScalingUpdate
- func (s *ReplicaAutoScalingUpdate) SetReplicaGlobalSecondaryIndexUpdates(v []*ReplicaGlobalSecondaryIndexAutoScalingUpdate) *ReplicaAutoScalingUpdate
- func (s *ReplicaAutoScalingUpdate) SetReplicaProvisionedReadCapacityAutoScalingUpdate(v *AutoScalingSettingsUpdate) *ReplicaAutoScalingUpdate
- func (s ReplicaAutoScalingUpdate) String() string
- func (s *ReplicaAutoScalingUpdate) Validate() error
- type ReplicaDescription
- func (s ReplicaDescription) GoString() string
- func (s *ReplicaDescription) SetGlobalSecondaryIndexes(v []*ReplicaGlobalSecondaryIndexDescription) *ReplicaDescription
- func (s *ReplicaDescription) SetKMSMasterKeyId(v string) *ReplicaDescription
- func (s *ReplicaDescription) SetProvisionedThroughputOverride(v *ProvisionedThroughputOverride) *ReplicaDescription
- func (s *ReplicaDescription) SetRegionName(v string) *ReplicaDescription
- func (s *ReplicaDescription) SetReplicaInaccessibleDateTime(v time.Time) *ReplicaDescription
- func (s *ReplicaDescription) SetReplicaStatus(v string) *ReplicaDescription
- func (s *ReplicaDescription) SetReplicaStatusDescription(v string) *ReplicaDescription
- func (s *ReplicaDescription) SetReplicaStatusPercentProgress(v string) *ReplicaDescription
- func (s *ReplicaDescription) SetReplicaTableClassSummary(v *TableClassSummary) *ReplicaDescription
- func (s ReplicaDescription) String() string
- type ReplicaGlobalSecondaryIndex
- func (s ReplicaGlobalSecondaryIndex) GoString() string
- func (s *ReplicaGlobalSecondaryIndex) SetIndexName(v string) *ReplicaGlobalSecondaryIndex
- func (s *ReplicaGlobalSecondaryIndex) SetProvisionedThroughputOverride(v *ProvisionedThroughputOverride) *ReplicaGlobalSecondaryIndex
- func (s ReplicaGlobalSecondaryIndex) String() string
- func (s *ReplicaGlobalSecondaryIndex) Validate() error
- type ReplicaGlobalSecondaryIndexAutoScalingDescription
- func (s ReplicaGlobalSecondaryIndexAutoScalingDescription) GoString() string
- func (s *ReplicaGlobalSecondaryIndexAutoScalingDescription) SetIndexName(v string) *ReplicaGlobalSecondaryIndexAutoScalingDescription
- func (s *ReplicaGlobalSecondaryIndexAutoScalingDescription) SetIndexStatus(v string) *ReplicaGlobalSecondaryIndexAutoScalingDescription
- func (s *ReplicaGlobalSecondaryIndexAutoScalingDescription) SetProvisionedReadCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaGlobalSecondaryIndexAutoScalingDescription
- func (s *ReplicaGlobalSecondaryIndexAutoScalingDescription) SetProvisionedWriteCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaGlobalSecondaryIndexAutoScalingDescription
- func (s ReplicaGlobalSecondaryIndexAutoScalingDescription) String() string
- type ReplicaGlobalSecondaryIndexAutoScalingUpdate
- func (s ReplicaGlobalSecondaryIndexAutoScalingUpdate) GoString() string
- func (s *ReplicaGlobalSecondaryIndexAutoScalingUpdate) SetIndexName(v string) *ReplicaGlobalSecondaryIndexAutoScalingUpdate
- func (s *ReplicaGlobalSecondaryIndexAutoScalingUpdate) SetProvisionedReadCapacityAutoScalingUpdate(v *AutoScalingSettingsUpdate) *ReplicaGlobalSecondaryIndexAutoScalingUpdate
- func (s ReplicaGlobalSecondaryIndexAutoScalingUpdate) String() string
- func (s *ReplicaGlobalSecondaryIndexAutoScalingUpdate) Validate() error
- type ReplicaGlobalSecondaryIndexDescription
- func (s ReplicaGlobalSecondaryIndexDescription) GoString() string
- func (s *ReplicaGlobalSecondaryIndexDescription) SetIndexName(v string) *ReplicaGlobalSecondaryIndexDescription
- func (s *ReplicaGlobalSecondaryIndexDescription) SetProvisionedThroughputOverride(v *ProvisionedThroughputOverride) *ReplicaGlobalSecondaryIndexDescription
- func (s ReplicaGlobalSecondaryIndexDescription) String() string
- type ReplicaGlobalSecondaryIndexSettingsDescription
- func (s ReplicaGlobalSecondaryIndexSettingsDescription) GoString() string
- func (s *ReplicaGlobalSecondaryIndexSettingsDescription) SetIndexName(v string) *ReplicaGlobalSecondaryIndexSettingsDescription
- func (s *ReplicaGlobalSecondaryIndexSettingsDescription) SetIndexStatus(v string) *ReplicaGlobalSecondaryIndexSettingsDescription
- func (s *ReplicaGlobalSecondaryIndexSettingsDescription) SetProvisionedReadCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaGlobalSecondaryIndexSettingsDescription
- func (s *ReplicaGlobalSecondaryIndexSettingsDescription) SetProvisionedReadCapacityUnits(v int64) *ReplicaGlobalSecondaryIndexSettingsDescription
- func (s *ReplicaGlobalSecondaryIndexSettingsDescription) SetProvisionedWriteCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaGlobalSecondaryIndexSettingsDescription
- func (s *ReplicaGlobalSecondaryIndexSettingsDescription) SetProvisionedWriteCapacityUnits(v int64) *ReplicaGlobalSecondaryIndexSettingsDescription
- func (s ReplicaGlobalSecondaryIndexSettingsDescription) String() string
- type ReplicaGlobalSecondaryIndexSettingsUpdate
- func (s ReplicaGlobalSecondaryIndexSettingsUpdate) GoString() string
- func (s *ReplicaGlobalSecondaryIndexSettingsUpdate) SetIndexName(v string) *ReplicaGlobalSecondaryIndexSettingsUpdate
- func (s *ReplicaGlobalSecondaryIndexSettingsUpdate) SetProvisionedReadCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *ReplicaGlobalSecondaryIndexSettingsUpdate
- func (s *ReplicaGlobalSecondaryIndexSettingsUpdate) SetProvisionedReadCapacityUnits(v int64) *ReplicaGlobalSecondaryIndexSettingsUpdate
- func (s ReplicaGlobalSecondaryIndexSettingsUpdate) String() string
- func (s *ReplicaGlobalSecondaryIndexSettingsUpdate) Validate() error
- type ReplicaNotFoundException
- func (s *ReplicaNotFoundException) Code() string
- func (s *ReplicaNotFoundException) Error() string
- func (s ReplicaNotFoundException) GoString() string
- func (s *ReplicaNotFoundException) Message() string
- func (s *ReplicaNotFoundException) OrigErr() error
- func (s *ReplicaNotFoundException) RequestID() string
- func (s *ReplicaNotFoundException) StatusCode() int
- func (s ReplicaNotFoundException) String() string
- type ReplicaSettingsDescription
- func (s ReplicaSettingsDescription) GoString() string
- func (s *ReplicaSettingsDescription) SetRegionName(v string) *ReplicaSettingsDescription
- func (s *ReplicaSettingsDescription) SetReplicaBillingModeSummary(v *BillingModeSummary) *ReplicaSettingsDescription
- func (s *ReplicaSettingsDescription) SetReplicaGlobalSecondaryIndexSettings(v []*ReplicaGlobalSecondaryIndexSettingsDescription) *ReplicaSettingsDescription
- func (s *ReplicaSettingsDescription) SetReplicaProvisionedReadCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaSettingsDescription
- func (s *ReplicaSettingsDescription) SetReplicaProvisionedReadCapacityUnits(v int64) *ReplicaSettingsDescription
- func (s *ReplicaSettingsDescription) SetReplicaProvisionedWriteCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaSettingsDescription
- func (s *ReplicaSettingsDescription) SetReplicaProvisionedWriteCapacityUnits(v int64) *ReplicaSettingsDescription
- func (s *ReplicaSettingsDescription) SetReplicaStatus(v string) *ReplicaSettingsDescription
- func (s *ReplicaSettingsDescription) SetReplicaTableClassSummary(v *TableClassSummary) *ReplicaSettingsDescription
- func (s ReplicaSettingsDescription) String() string
- type ReplicaSettingsUpdate
- func (s ReplicaSettingsUpdate) GoString() string
- func (s *ReplicaSettingsUpdate) SetRegionName(v string) *ReplicaSettingsUpdate
- func (s *ReplicaSettingsUpdate) SetReplicaGlobalSecondaryIndexSettingsUpdate(v []*ReplicaGlobalSecondaryIndexSettingsUpdate) *ReplicaSettingsUpdate
- func (s *ReplicaSettingsUpdate) SetReplicaProvisionedReadCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *ReplicaSettingsUpdate
- func (s *ReplicaSettingsUpdate) SetReplicaProvisionedReadCapacityUnits(v int64) *ReplicaSettingsUpdate
- func (s *ReplicaSettingsUpdate) SetReplicaTableClass(v string) *ReplicaSettingsUpdate
- func (s ReplicaSettingsUpdate) String() string
- func (s *ReplicaSettingsUpdate) Validate() error
- type ReplicaUpdate
- type ReplicationGroupUpdate
- func (s ReplicationGroupUpdate) GoString() string
- func (s *ReplicationGroupUpdate) SetCreate(v *CreateReplicationGroupMemberAction) *ReplicationGroupUpdate
- func (s *ReplicationGroupUpdate) SetDelete(v *DeleteReplicationGroupMemberAction) *ReplicationGroupUpdate
- func (s *ReplicationGroupUpdate) SetUpdate(v *UpdateReplicationGroupMemberAction) *ReplicationGroupUpdate
- func (s ReplicationGroupUpdate) String() string
- func (s *ReplicationGroupUpdate) Validate() error
- type RequestLimitExceeded
- func (s *RequestLimitExceeded) Code() string
- func (s *RequestLimitExceeded) Error() string
- func (s RequestLimitExceeded) GoString() string
- func (s *RequestLimitExceeded) Message() string
- func (s *RequestLimitExceeded) OrigErr() error
- func (s *RequestLimitExceeded) RequestID() string
- func (s *RequestLimitExceeded) StatusCode() int
- func (s RequestLimitExceeded) String() string
- type ResourceInUseException
- func (s *ResourceInUseException) Code() string
- func (s *ResourceInUseException) Error() string
- func (s ResourceInUseException) GoString() string
- func (s *ResourceInUseException) Message() string
- func (s *ResourceInUseException) OrigErr() error
- func (s *ResourceInUseException) RequestID() string
- func (s *ResourceInUseException) StatusCode() int
- func (s ResourceInUseException) String() string
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type RestoreSummary
- func (s RestoreSummary) GoString() string
- func (s *RestoreSummary) SetRestoreDateTime(v time.Time) *RestoreSummary
- func (s *RestoreSummary) SetRestoreInProgress(v bool) *RestoreSummary
- func (s *RestoreSummary) SetSourceBackupArn(v string) *RestoreSummary
- func (s *RestoreSummary) SetSourceTableArn(v string) *RestoreSummary
- func (s RestoreSummary) String() string
- type RestoreTableFromBackupInput
- func (s RestoreTableFromBackupInput) GoString() string
- func (s *RestoreTableFromBackupInput) SetBackupArn(v string) *RestoreTableFromBackupInput
- func (s *RestoreTableFromBackupInput) SetBillingModeOverride(v string) *RestoreTableFromBackupInput
- func (s *RestoreTableFromBackupInput) SetGlobalSecondaryIndexOverride(v []*GlobalSecondaryIndex) *RestoreTableFromBackupInput
- func (s *RestoreTableFromBackupInput) SetLocalSecondaryIndexOverride(v []*LocalSecondaryIndex) *RestoreTableFromBackupInput
- func (s *RestoreTableFromBackupInput) SetProvisionedThroughputOverride(v *ProvisionedThroughput) *RestoreTableFromBackupInput
- func (s *RestoreTableFromBackupInput) SetSSESpecificationOverride(v *SSESpecification) *RestoreTableFromBackupInput
- func (s *RestoreTableFromBackupInput) SetTargetTableName(v string) *RestoreTableFromBackupInput
- func (s RestoreTableFromBackupInput) String() string
- func (s *RestoreTableFromBackupInput) Validate() error
- type RestoreTableFromBackupOutput
- type RestoreTableToPointInTimeInput
- func (s RestoreTableToPointInTimeInput) GoString() string
- func (s *RestoreTableToPointInTimeInput) SetBillingModeOverride(v string) *RestoreTableToPointInTimeInput
- func (s *RestoreTableToPointInTimeInput) SetGlobalSecondaryIndexOverride(v []*GlobalSecondaryIndex) *RestoreTableToPointInTimeInput
- func (s *RestoreTableToPointInTimeInput) SetLocalSecondaryIndexOverride(v []*LocalSecondaryIndex) *RestoreTableToPointInTimeInput
- func (s *RestoreTableToPointInTimeInput) SetProvisionedThroughputOverride(v *ProvisionedThroughput) *RestoreTableToPointInTimeInput
- func (s *RestoreTableToPointInTimeInput) SetRestoreDateTime(v time.Time) *RestoreTableToPointInTimeInput
- func (s *RestoreTableToPointInTimeInput) SetSSESpecificationOverride(v *SSESpecification) *RestoreTableToPointInTimeInput
- func (s *RestoreTableToPointInTimeInput) SetSourceTableArn(v string) *RestoreTableToPointInTimeInput
- func (s *RestoreTableToPointInTimeInput) SetSourceTableName(v string) *RestoreTableToPointInTimeInput
- func (s *RestoreTableToPointInTimeInput) SetTargetTableName(v string) *RestoreTableToPointInTimeInput
- func (s *RestoreTableToPointInTimeInput) SetUseLatestRestorableTime(v bool) *RestoreTableToPointInTimeInput
- func (s RestoreTableToPointInTimeInput) String() string
- func (s *RestoreTableToPointInTimeInput) Validate() error
- type RestoreTableToPointInTimeOutput
- type S3BucketSource
- func (s S3BucketSource) GoString() string
- func (s *S3BucketSource) SetS3Bucket(v string) *S3BucketSource
- func (s *S3BucketSource) SetS3BucketOwner(v string) *S3BucketSource
- func (s *S3BucketSource) SetS3KeyPrefix(v string) *S3BucketSource
- func (s S3BucketSource) String() string
- func (s *S3BucketSource) Validate() error
- type SSEDescription
- func (s SSEDescription) GoString() string
- func (s *SSEDescription) SetInaccessibleEncryptionDateTime(v time.Time) *SSEDescription
- func (s *SSEDescription) SetKMSMasterKeyArn(v string) *SSEDescription
- func (s *SSEDescription) SetSSEType(v string) *SSEDescription
- func (s *SSEDescription) SetStatus(v string) *SSEDescription
- func (s SSEDescription) String() string
- type SSESpecification
- type ScanInput
- func (s ScanInput) GoString() string
- func (s *ScanInput) SetAttributesToGet(v []*string) *ScanInput
- func (s *ScanInput) SetConditionalOperator(v string) *ScanInput
- func (s *ScanInput) SetConsistentRead(v bool) *ScanInput
- func (s *ScanInput) SetExclusiveStartKey(v map[string]*AttributeValue) *ScanInput
- func (s *ScanInput) SetExpressionAttributeNames(v map[string]*string) *ScanInput
- func (s *ScanInput) SetExpressionAttributeValues(v map[string]*AttributeValue) *ScanInput
- func (s *ScanInput) SetFilterExpression(v string) *ScanInput
- func (s *ScanInput) SetIndexName(v string) *ScanInput
- func (s *ScanInput) SetLimit(v int64) *ScanInput
- func (s *ScanInput) SetProjectionExpression(v string) *ScanInput
- func (s *ScanInput) SetReturnConsumedCapacity(v string) *ScanInput
- func (s *ScanInput) SetScanFilter(v map[string]*Condition) *ScanInput
- func (s *ScanInput) SetSegment(v int64) *ScanInput
- func (s *ScanInput) SetSelect(v string) *ScanInput
- func (s *ScanInput) SetTableName(v string) *ScanInput
- func (s *ScanInput) SetTotalSegments(v int64) *ScanInput
- func (s ScanInput) String() string
- func (s *ScanInput) Validate() error
- type ScanOutput
- func (s ScanOutput) GoString() string
- func (s *ScanOutput) SetConsumedCapacity(v *ConsumedCapacity) *ScanOutput
- func (s *ScanOutput) SetCount(v int64) *ScanOutput
- func (s *ScanOutput) SetItems(v []map[string]*AttributeValue) *ScanOutput
- func (s *ScanOutput) SetLastEvaluatedKey(v map[string]*AttributeValue) *ScanOutput
- func (s *ScanOutput) SetScannedCount(v int64) *ScanOutput
- func (s ScanOutput) String() string
- type SourceTableDetails
- func (s SourceTableDetails) GoString() string
- func (s *SourceTableDetails) SetBillingMode(v string) *SourceTableDetails
- func (s *SourceTableDetails) SetItemCount(v int64) *SourceTableDetails
- func (s *SourceTableDetails) SetKeySchema(v []*KeySchemaElement) *SourceTableDetails
- func (s *SourceTableDetails) SetProvisionedThroughput(v *ProvisionedThroughput) *SourceTableDetails
- func (s *SourceTableDetails) SetTableArn(v string) *SourceTableDetails
- func (s *SourceTableDetails) SetTableCreationDateTime(v time.Time) *SourceTableDetails
- func (s *SourceTableDetails) SetTableId(v string) *SourceTableDetails
- func (s *SourceTableDetails) SetTableName(v string) *SourceTableDetails
- func (s *SourceTableDetails) SetTableSizeBytes(v int64) *SourceTableDetails
- func (s SourceTableDetails) String() string
- type SourceTableFeatureDetails
- func (s SourceTableFeatureDetails) GoString() string
- func (s *SourceTableFeatureDetails) SetGlobalSecondaryIndexes(v []*GlobalSecondaryIndexInfo) *SourceTableFeatureDetails
- func (s *SourceTableFeatureDetails) SetLocalSecondaryIndexes(v []*LocalSecondaryIndexInfo) *SourceTableFeatureDetails
- func (s *SourceTableFeatureDetails) SetSSEDescription(v *SSEDescription) *SourceTableFeatureDetails
- func (s *SourceTableFeatureDetails) SetStreamDescription(v *StreamSpecification) *SourceTableFeatureDetails
- func (s *SourceTableFeatureDetails) SetTimeToLiveDescription(v *TimeToLiveDescription) *SourceTableFeatureDetails
- func (s SourceTableFeatureDetails) String() string
- type StreamSpecification
- type TableAlreadyExistsException
- func (s *TableAlreadyExistsException) Code() string
- func (s *TableAlreadyExistsException) Error() string
- func (s TableAlreadyExistsException) GoString() string
- func (s *TableAlreadyExistsException) Message() string
- func (s *TableAlreadyExistsException) OrigErr() error
- func (s *TableAlreadyExistsException) RequestID() string
- func (s *TableAlreadyExistsException) StatusCode() int
- func (s TableAlreadyExistsException) String() string
- type TableAutoScalingDescription
- func (s TableAutoScalingDescription) GoString() string
- func (s *TableAutoScalingDescription) SetReplicas(v []*ReplicaAutoScalingDescription) *TableAutoScalingDescription
- func (s *TableAutoScalingDescription) SetTableName(v string) *TableAutoScalingDescription
- func (s *TableAutoScalingDescription) SetTableStatus(v string) *TableAutoScalingDescription
- func (s TableAutoScalingDescription) String() string
- type TableClassSummary
- type TableCreationParameters
- func (s TableCreationParameters) GoString() string
- func (s *TableCreationParameters) SetAttributeDefinitions(v []*AttributeDefinition) *TableCreationParameters
- func (s *TableCreationParameters) SetBillingMode(v string) *TableCreationParameters
- func (s *TableCreationParameters) SetGlobalSecondaryIndexes(v []*GlobalSecondaryIndex) *TableCreationParameters
- func (s *TableCreationParameters) SetKeySchema(v []*KeySchemaElement) *TableCreationParameters
- func (s *TableCreationParameters) SetProvisionedThroughput(v *ProvisionedThroughput) *TableCreationParameters
- func (s *TableCreationParameters) SetSSESpecification(v *SSESpecification) *TableCreationParameters
- func (s *TableCreationParameters) SetTableName(v string) *TableCreationParameters
- func (s TableCreationParameters) String() string
- func (s *TableCreationParameters) Validate() error
- type TableDescription
- func (s TableDescription) GoString() string
- func (s *TableDescription) SetArchivalSummary(v *ArchivalSummary) *TableDescription
- func (s *TableDescription) SetAttributeDefinitions(v []*AttributeDefinition) *TableDescription
- func (s *TableDescription) SetBillingModeSummary(v *BillingModeSummary) *TableDescription
- func (s *TableDescription) SetCreationDateTime(v time.Time) *TableDescription
- func (s *TableDescription) SetDeletionProtectionEnabled(v bool) *TableDescription
- func (s *TableDescription) SetGlobalSecondaryIndexes(v []*GlobalSecondaryIndexDescription) *TableDescription
- func (s *TableDescription) SetGlobalTableVersion(v string) *TableDescription
- func (s *TableDescription) SetItemCount(v int64) *TableDescription
- func (s *TableDescription) SetKeySchema(v []*KeySchemaElement) *TableDescription
- func (s *TableDescription) SetLatestStreamArn(v string) *TableDescription
- func (s *TableDescription) SetLatestStreamLabel(v string) *TableDescription
- func (s *TableDescription) SetLocalSecondaryIndexes(v []*LocalSecondaryIndexDescription) *TableDescription
- func (s *TableDescription) SetProvisionedThroughput(v *ProvisionedThroughputDescription) *TableDescription
- func (s *TableDescription) SetReplicas(v []*ReplicaDescription) *TableDescription
- func (s *TableDescription) SetRestoreSummary(v *RestoreSummary) *TableDescription
- func (s *TableDescription) SetSSEDescription(v *SSEDescription) *TableDescription
- func (s *TableDescription) SetStreamSpecification(v *StreamSpecification) *TableDescription
- func (s *TableDescription) SetTableArn(v string) *TableDescription
- func (s *TableDescription) SetTableClassSummary(v *TableClassSummary) *TableDescription
- func (s *TableDescription) SetTableId(v string) *TableDescription
- func (s *TableDescription) SetTableName(v string) *TableDescription
- func (s *TableDescription) SetTableSizeBytes(v int64) *TableDescription
- func (s *TableDescription) SetTableStatus(v string) *TableDescription
- func (s TableDescription) String() string
- type TableInUseException
- func (s *TableInUseException) Code() string
- func (s *TableInUseException) Error() string
- func (s TableInUseException) GoString() string
- func (s *TableInUseException) Message() string
- func (s *TableInUseException) OrigErr() error
- func (s *TableInUseException) RequestID() string
- func (s *TableInUseException) StatusCode() int
- func (s TableInUseException) String() string
- type TableNotFoundException
- func (s *TableNotFoundException) Code() string
- func (s *TableNotFoundException) Error() string
- func (s TableNotFoundException) GoString() string
- func (s *TableNotFoundException) Message() string
- func (s *TableNotFoundException) OrigErr() error
- func (s *TableNotFoundException) RequestID() string
- func (s *TableNotFoundException) StatusCode() int
- func (s TableNotFoundException) String() string
- type Tag
- type TagResourceInput
- type TagResourceOutput
- type TimeToLiveDescription
- type TimeToLiveSpecification
- func (s TimeToLiveSpecification) GoString() string
- func (s *TimeToLiveSpecification) SetAttributeName(v string) *TimeToLiveSpecification
- func (s *TimeToLiveSpecification) SetEnabled(v bool) *TimeToLiveSpecification
- func (s TimeToLiveSpecification) String() string
- func (s *TimeToLiveSpecification) Validate() error
- type TransactGetItem
- type TransactGetItemsInput
- func (s TransactGetItemsInput) GoString() string
- func (s *TransactGetItemsInput) SetReturnConsumedCapacity(v string) *TransactGetItemsInput
- func (s *TransactGetItemsInput) SetTransactItems(v []*TransactGetItem) *TransactGetItemsInput
- func (s TransactGetItemsInput) String() string
- func (s *TransactGetItemsInput) Validate() error
- type TransactGetItemsOutput
- type TransactWriteItem
- func (s TransactWriteItem) GoString() string
- func (s *TransactWriteItem) SetConditionCheck(v *ConditionCheck) *TransactWriteItem
- func (s *TransactWriteItem) SetDelete(v *Delete) *TransactWriteItem
- func (s *TransactWriteItem) SetPut(v *Put) *TransactWriteItem
- func (s *TransactWriteItem) SetUpdate(v *Update) *TransactWriteItem
- func (s TransactWriteItem) String() string
- func (s *TransactWriteItem) Validate() error
- type TransactWriteItemsInput
- func (s TransactWriteItemsInput) GoString() string
- func (s *TransactWriteItemsInput) SetClientRequestToken(v string) *TransactWriteItemsInput
- func (s *TransactWriteItemsInput) SetReturnConsumedCapacity(v string) *TransactWriteItemsInput
- func (s *TransactWriteItemsInput) SetReturnItemCollectionMetrics(v string) *TransactWriteItemsInput
- func (s *TransactWriteItemsInput) SetTransactItems(v []*TransactWriteItem) *TransactWriteItemsInput
- func (s TransactWriteItemsInput) String() string
- func (s *TransactWriteItemsInput) Validate() error
- type TransactWriteItemsOutput
- func (s TransactWriteItemsOutput) GoString() string
- func (s *TransactWriteItemsOutput) SetConsumedCapacity(v []*ConsumedCapacity) *TransactWriteItemsOutput
- func (s *TransactWriteItemsOutput) SetItemCollectionMetrics(v map[string][]*ItemCollectionMetrics) *TransactWriteItemsOutput
- func (s TransactWriteItemsOutput) String() string
- type TransactionCanceledException
- func (s *TransactionCanceledException) Code() string
- func (s *TransactionCanceledException) Error() string
- func (s TransactionCanceledException) GoString() string
- func (s *TransactionCanceledException) Message() string
- func (s *TransactionCanceledException) OrigErr() error
- func (s *TransactionCanceledException) RequestID() string
- func (s *TransactionCanceledException) StatusCode() int
- func (s TransactionCanceledException) String() string
- type TransactionConflictException
- func (s *TransactionConflictException) Code() string
- func (s *TransactionConflictException) Error() string
- func (s TransactionConflictException) GoString() string
- func (s *TransactionConflictException) Message() string
- func (s *TransactionConflictException) OrigErr() error
- func (s *TransactionConflictException) RequestID() string
- func (s *TransactionConflictException) StatusCode() int
- func (s TransactionConflictException) String() string
- type TransactionInProgressException
- func (s *TransactionInProgressException) Code() string
- func (s *TransactionInProgressException) Error() string
- func (s TransactionInProgressException) GoString() string
- func (s *TransactionInProgressException) Message() string
- func (s *TransactionInProgressException) OrigErr() error
- func (s *TransactionInProgressException) RequestID() string
- func (s *TransactionInProgressException) StatusCode() int
- func (s TransactionInProgressException) String() string
- type UntagResourceInput
- type UntagResourceOutput
- type Update
- func (s Update) GoString() string
- func (s *Update) SetConditionExpression(v string) *Update
- func (s *Update) SetExpressionAttributeNames(v map[string]*string) *Update
- func (s *Update) SetExpressionAttributeValues(v map[string]*AttributeValue) *Update
- func (s *Update) SetKey(v map[string]*AttributeValue) *Update
- func (s *Update) SetReturnValuesOnConditionCheckFailure(v string) *Update
- func (s *Update) SetTableName(v string) *Update
- func (s *Update) SetUpdateExpression(v string) *Update
- func (s Update) String() string
- func (s *Update) Validate() error
- type UpdateContinuousBackupsInput
- func (s UpdateContinuousBackupsInput) GoString() string
- func (s *UpdateContinuousBackupsInput) SetPointInTimeRecoverySpecification(v *PointInTimeRecoverySpecification) *UpdateContinuousBackupsInput
- func (s *UpdateContinuousBackupsInput) SetTableName(v string) *UpdateContinuousBackupsInput
- func (s UpdateContinuousBackupsInput) String() string
- func (s *UpdateContinuousBackupsInput) Validate() error
- type UpdateContinuousBackupsOutput
- type UpdateContributorInsightsInput
- func (s UpdateContributorInsightsInput) GoString() string
- func (s *UpdateContributorInsightsInput) SetContributorInsightsAction(v string) *UpdateContributorInsightsInput
- func (s *UpdateContributorInsightsInput) SetIndexName(v string) *UpdateContributorInsightsInput
- func (s *UpdateContributorInsightsInput) SetTableName(v string) *UpdateContributorInsightsInput
- func (s UpdateContributorInsightsInput) String() string
- func (s *UpdateContributorInsightsInput) Validate() error
- type UpdateContributorInsightsOutput
- func (s UpdateContributorInsightsOutput) GoString() string
- func (s *UpdateContributorInsightsOutput) SetContributorInsightsStatus(v string) *UpdateContributorInsightsOutput
- func (s *UpdateContributorInsightsOutput) SetIndexName(v string) *UpdateContributorInsightsOutput
- func (s *UpdateContributorInsightsOutput) SetTableName(v string) *UpdateContributorInsightsOutput
- func (s UpdateContributorInsightsOutput) String() string
- type UpdateGlobalSecondaryIndexAction
- func (s UpdateGlobalSecondaryIndexAction) GoString() string
- func (s *UpdateGlobalSecondaryIndexAction) SetIndexName(v string) *UpdateGlobalSecondaryIndexAction
- func (s *UpdateGlobalSecondaryIndexAction) SetProvisionedThroughput(v *ProvisionedThroughput) *UpdateGlobalSecondaryIndexAction
- func (s UpdateGlobalSecondaryIndexAction) String() string
- func (s *UpdateGlobalSecondaryIndexAction) Validate() error
- type UpdateGlobalTableInput
- func (s UpdateGlobalTableInput) GoString() string
- func (s *UpdateGlobalTableInput) SetGlobalTableName(v string) *UpdateGlobalTableInput
- func (s *UpdateGlobalTableInput) SetReplicaUpdates(v []*ReplicaUpdate) *UpdateGlobalTableInput
- func (s UpdateGlobalTableInput) String() string
- func (s *UpdateGlobalTableInput) Validate() error
- type UpdateGlobalTableOutput
- type UpdateGlobalTableSettingsInput
- func (s UpdateGlobalTableSettingsInput) GoString() string
- func (s *UpdateGlobalTableSettingsInput) SetGlobalTableBillingMode(v string) *UpdateGlobalTableSettingsInput
- func (s *UpdateGlobalTableSettingsInput) SetGlobalTableGlobalSecondaryIndexSettingsUpdate(v []*GlobalTableGlobalSecondaryIndexSettingsUpdate) *UpdateGlobalTableSettingsInput
- func (s *UpdateGlobalTableSettingsInput) SetGlobalTableName(v string) *UpdateGlobalTableSettingsInput
- func (s *UpdateGlobalTableSettingsInput) SetGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *UpdateGlobalTableSettingsInput
- func (s *UpdateGlobalTableSettingsInput) SetGlobalTableProvisionedWriteCapacityUnits(v int64) *UpdateGlobalTableSettingsInput
- func (s *UpdateGlobalTableSettingsInput) SetReplicaSettingsUpdate(v []*ReplicaSettingsUpdate) *UpdateGlobalTableSettingsInput
- func (s UpdateGlobalTableSettingsInput) String() string
- func (s *UpdateGlobalTableSettingsInput) Validate() error
- type UpdateGlobalTableSettingsOutput
- func (s UpdateGlobalTableSettingsOutput) GoString() string
- func (s *UpdateGlobalTableSettingsOutput) SetGlobalTableName(v string) *UpdateGlobalTableSettingsOutput
- func (s *UpdateGlobalTableSettingsOutput) SetReplicaSettings(v []*ReplicaSettingsDescription) *UpdateGlobalTableSettingsOutput
- func (s UpdateGlobalTableSettingsOutput) String() string
- type UpdateItemInput
- func (s UpdateItemInput) GoString() string
- func (s *UpdateItemInput) SetAttributeUpdates(v map[string]*AttributeValueUpdate) *UpdateItemInput
- func (s *UpdateItemInput) SetConditionExpression(v string) *UpdateItemInput
- func (s *UpdateItemInput) SetConditionalOperator(v string) *UpdateItemInput
- func (s *UpdateItemInput) SetExpected(v map[string]*ExpectedAttributeValue) *UpdateItemInput
- func (s *UpdateItemInput) SetExpressionAttributeNames(v map[string]*string) *UpdateItemInput
- func (s *UpdateItemInput) SetExpressionAttributeValues(v map[string]*AttributeValue) *UpdateItemInput
- func (s *UpdateItemInput) SetKey(v map[string]*AttributeValue) *UpdateItemInput
- func (s *UpdateItemInput) SetReturnConsumedCapacity(v string) *UpdateItemInput
- func (s *UpdateItemInput) SetReturnItemCollectionMetrics(v string) *UpdateItemInput
- func (s *UpdateItemInput) SetReturnValues(v string) *UpdateItemInput
- func (s *UpdateItemInput) SetReturnValuesOnConditionCheckFailure(v string) *UpdateItemInput
- func (s *UpdateItemInput) SetTableName(v string) *UpdateItemInput
- func (s *UpdateItemInput) SetUpdateExpression(v string) *UpdateItemInput
- func (s UpdateItemInput) String() string
- func (s *UpdateItemInput) Validate() error
- type UpdateItemOutput
- func (s UpdateItemOutput) GoString() string
- func (s *UpdateItemOutput) SetAttributes(v map[string]*AttributeValue) *UpdateItemOutput
- func (s *UpdateItemOutput) SetConsumedCapacity(v *ConsumedCapacity) *UpdateItemOutput
- func (s *UpdateItemOutput) SetItemCollectionMetrics(v *ItemCollectionMetrics) *UpdateItemOutput
- func (s UpdateItemOutput) String() string
- type UpdateReplicationGroupMemberAction
- func (s UpdateReplicationGroupMemberAction) GoString() string
- func (s *UpdateReplicationGroupMemberAction) SetGlobalSecondaryIndexes(v []*ReplicaGlobalSecondaryIndex) *UpdateReplicationGroupMemberAction
- func (s *UpdateReplicationGroupMemberAction) SetKMSMasterKeyId(v string) *UpdateReplicationGroupMemberAction
- func (s *UpdateReplicationGroupMemberAction) SetProvisionedThroughputOverride(v *ProvisionedThroughputOverride) *UpdateReplicationGroupMemberAction
- func (s *UpdateReplicationGroupMemberAction) SetRegionName(v string) *UpdateReplicationGroupMemberAction
- func (s *UpdateReplicationGroupMemberAction) SetTableClassOverride(v string) *UpdateReplicationGroupMemberAction
- func (s UpdateReplicationGroupMemberAction) String() string
- func (s *UpdateReplicationGroupMemberAction) Validate() error
- type UpdateTableInput
- func (s UpdateTableInput) GoString() string
- func (s *UpdateTableInput) SetAttributeDefinitions(v []*AttributeDefinition) *UpdateTableInput
- func (s *UpdateTableInput) SetBillingMode(v string) *UpdateTableInput
- func (s *UpdateTableInput) SetDeletionProtectionEnabled(v bool) *UpdateTableInput
- func (s *UpdateTableInput) SetGlobalSecondaryIndexUpdates(v []*GlobalSecondaryIndexUpdate) *UpdateTableInput
- func (s *UpdateTableInput) SetProvisionedThroughput(v *ProvisionedThroughput) *UpdateTableInput
- func (s *UpdateTableInput) SetReplicaUpdates(v []*ReplicationGroupUpdate) *UpdateTableInput
- func (s *UpdateTableInput) SetSSESpecification(v *SSESpecification) *UpdateTableInput
- func (s *UpdateTableInput) SetStreamSpecification(v *StreamSpecification) *UpdateTableInput
- func (s *UpdateTableInput) SetTableClass(v string) *UpdateTableInput
- func (s *UpdateTableInput) SetTableName(v string) *UpdateTableInput
- func (s UpdateTableInput) String() string
- func (s *UpdateTableInput) Validate() error
- type UpdateTableOutput
- type UpdateTableReplicaAutoScalingInput
- func (s UpdateTableReplicaAutoScalingInput) GoString() string
- func (s *UpdateTableReplicaAutoScalingInput) SetGlobalSecondaryIndexUpdates(v []*GlobalSecondaryIndexAutoScalingUpdate) *UpdateTableReplicaAutoScalingInput
- func (s *UpdateTableReplicaAutoScalingInput) SetProvisionedWriteCapacityAutoScalingUpdate(v *AutoScalingSettingsUpdate) *UpdateTableReplicaAutoScalingInput
- func (s *UpdateTableReplicaAutoScalingInput) SetReplicaUpdates(v []*ReplicaAutoScalingUpdate) *UpdateTableReplicaAutoScalingInput
- func (s *UpdateTableReplicaAutoScalingInput) SetTableName(v string) *UpdateTableReplicaAutoScalingInput
- func (s UpdateTableReplicaAutoScalingInput) String() string
- func (s *UpdateTableReplicaAutoScalingInput) Validate() error
- type UpdateTableReplicaAutoScalingOutput
- type UpdateTimeToLiveInput
- func (s UpdateTimeToLiveInput) GoString() string
- func (s *UpdateTimeToLiveInput) SetTableName(v string) *UpdateTimeToLiveInput
- func (s *UpdateTimeToLiveInput) SetTimeToLiveSpecification(v *TimeToLiveSpecification) *UpdateTimeToLiveInput
- func (s UpdateTimeToLiveInput) String() string
- func (s *UpdateTimeToLiveInput) Validate() error
- type UpdateTimeToLiveOutput
- type WriteRequest
Examples ¶
- DynamoDB.BatchGetItem (Shared00)
- DynamoDB.BatchWriteItem (Shared00)
- DynamoDB.CreateTable (Shared00)
- DynamoDB.DeleteItem (Shared00)
- DynamoDB.DeleteTable (Shared00)
- DynamoDB.DescribeLimits (Shared00)
- DynamoDB.DescribeTable (Shared00)
- DynamoDB.GetItem (Shared00)
- DynamoDB.ListTables (Shared00)
- DynamoDB.PutItem (Shared00)
- DynamoDB.Query (Shared00)
- DynamoDB.Scan (Shared00)
- DynamoDB.TransactWriteItems (TransactionCanceledException)
- DynamoDB.UpdateItem (Shared00)
- DynamoDB.UpdateTable (Shared00)
Constants ¶
const ( // AttributeActionAdd is a AttributeAction enum value AttributeActionAdd = "ADD" // AttributeActionPut is a AttributeAction enum value AttributeActionPut = "PUT" // AttributeActionDelete is a AttributeAction enum value AttributeActionDelete = "DELETE" )
const ( // BackupStatusCreating is a BackupStatus enum value BackupStatusCreating = "CREATING" // BackupStatusDeleted is a BackupStatus enum value BackupStatusDeleted = "DELETED" // BackupStatusAvailable is a BackupStatus enum value BackupStatusAvailable = "AVAILABLE" )
const ( // BackupTypeUser is a BackupType enum value BackupTypeUser = "USER" // BackupTypeSystem is a BackupType enum value BackupTypeSystem = "SYSTEM" // BackupTypeAwsBackup is a BackupType enum value BackupTypeAwsBackup = "AWS_BACKUP" )
const ( // BackupTypeFilterUser is a BackupTypeFilter enum value BackupTypeFilterUser = "USER" // BackupTypeFilterSystem is a BackupTypeFilter enum value BackupTypeFilterSystem = "SYSTEM" // BackupTypeFilterAwsBackup is a BackupTypeFilter enum value BackupTypeFilterAwsBackup = "AWS_BACKUP" // BackupTypeFilterAll is a BackupTypeFilter enum value BackupTypeFilterAll = "ALL" )
const ( // BatchStatementErrorCodeEnumConditionalCheckFailed is a BatchStatementErrorCodeEnum enum value BatchStatementErrorCodeEnumConditionalCheckFailed = "ConditionalCheckFailed" // BatchStatementErrorCodeEnumItemCollectionSizeLimitExceeded is a BatchStatementErrorCodeEnum enum value BatchStatementErrorCodeEnumItemCollectionSizeLimitExceeded = "ItemCollectionSizeLimitExceeded" // BatchStatementErrorCodeEnumRequestLimitExceeded is a BatchStatementErrorCodeEnum enum value BatchStatementErrorCodeEnumRequestLimitExceeded = "RequestLimitExceeded" // BatchStatementErrorCodeEnumValidationError is a BatchStatementErrorCodeEnum enum value BatchStatementErrorCodeEnumValidationError = "ValidationError" // BatchStatementErrorCodeEnumProvisionedThroughputExceeded is a BatchStatementErrorCodeEnum enum value BatchStatementErrorCodeEnumProvisionedThroughputExceeded = "ProvisionedThroughputExceeded" // BatchStatementErrorCodeEnumTransactionConflict is a BatchStatementErrorCodeEnum enum value BatchStatementErrorCodeEnumTransactionConflict = "TransactionConflict" // BatchStatementErrorCodeEnumThrottlingError is a BatchStatementErrorCodeEnum enum value BatchStatementErrorCodeEnumThrottlingError = "ThrottlingError" // BatchStatementErrorCodeEnumInternalServerError is a BatchStatementErrorCodeEnum enum value BatchStatementErrorCodeEnumInternalServerError = "InternalServerError" // BatchStatementErrorCodeEnumResourceNotFound is a BatchStatementErrorCodeEnum enum value BatchStatementErrorCodeEnumResourceNotFound = "ResourceNotFound" // BatchStatementErrorCodeEnumAccessDenied is a BatchStatementErrorCodeEnum enum value BatchStatementErrorCodeEnumAccessDenied = "AccessDenied" // BatchStatementErrorCodeEnumDuplicateItem is a BatchStatementErrorCodeEnum enum value BatchStatementErrorCodeEnumDuplicateItem = "DuplicateItem" )
const ( // BillingModeProvisioned is a BillingMode enum value BillingModeProvisioned = "PROVISIONED" // BillingModePayPerRequest is a BillingMode enum value BillingModePayPerRequest = "PAY_PER_REQUEST" )
const ( // ComparisonOperatorEq is a ComparisonOperator enum value ComparisonOperatorEq = "EQ" // ComparisonOperatorNe is a ComparisonOperator enum value ComparisonOperatorNe = "NE" // ComparisonOperatorIn is a ComparisonOperator enum value ComparisonOperatorIn = "IN" // ComparisonOperatorLe is a ComparisonOperator enum value ComparisonOperatorLe = "LE" // ComparisonOperatorLt is a ComparisonOperator enum value ComparisonOperatorLt = "LT" // ComparisonOperatorGe is a ComparisonOperator enum value ComparisonOperatorGe = "GE" // ComparisonOperatorGt is a ComparisonOperator enum value ComparisonOperatorGt = "GT" // ComparisonOperatorBetween is a ComparisonOperator enum value ComparisonOperatorBetween = "BETWEEN" // ComparisonOperatorNotNull is a ComparisonOperator enum value ComparisonOperatorNotNull = "NOT_NULL" // ComparisonOperatorNull is a ComparisonOperator enum value ComparisonOperatorNull = "NULL" // ComparisonOperatorContains is a ComparisonOperator enum value ComparisonOperatorContains = "CONTAINS" // ComparisonOperatorNotContains is a ComparisonOperator enum value ComparisonOperatorNotContains = "NOT_CONTAINS" // ComparisonOperatorBeginsWith is a ComparisonOperator enum value ComparisonOperatorBeginsWith = "BEGINS_WITH" )
const ( // ConditionalOperatorAnd is a ConditionalOperator enum value ConditionalOperatorAnd = "AND" // ConditionalOperatorOr is a ConditionalOperator enum value ConditionalOperatorOr = "OR" )
const ( // ContinuousBackupsStatusEnabled is a ContinuousBackupsStatus enum value ContinuousBackupsStatusEnabled = "ENABLED" // ContinuousBackupsStatusDisabled is a ContinuousBackupsStatus enum value ContinuousBackupsStatusDisabled = "DISABLED" )
const ( // ContributorInsightsActionEnable is a ContributorInsightsAction enum value ContributorInsightsActionEnable = "ENABLE" // ContributorInsightsActionDisable is a ContributorInsightsAction enum value ContributorInsightsActionDisable = "DISABLE" )
const ( // ContributorInsightsStatusEnabling is a ContributorInsightsStatus enum value ContributorInsightsStatusEnabling = "ENABLING" // ContributorInsightsStatusEnabled is a ContributorInsightsStatus enum value ContributorInsightsStatusEnabled = "ENABLED" // ContributorInsightsStatusDisabling is a ContributorInsightsStatus enum value ContributorInsightsStatusDisabling = "DISABLING" // ContributorInsightsStatusDisabled is a ContributorInsightsStatus enum value ContributorInsightsStatusDisabled = "DISABLED" // ContributorInsightsStatusFailed is a ContributorInsightsStatus enum value ContributorInsightsStatusFailed = "FAILED" )
const ( // DestinationStatusEnabling is a DestinationStatus enum value DestinationStatusEnabling = "ENABLING" // DestinationStatusActive is a DestinationStatus enum value DestinationStatusActive = "ACTIVE" // DestinationStatusDisabling is a DestinationStatus enum value DestinationStatusDisabling = "DISABLING" // DestinationStatusDisabled is a DestinationStatus enum value DestinationStatusDisabled = "DISABLED" // DestinationStatusEnableFailed is a DestinationStatus enum value DestinationStatusEnableFailed = "ENABLE_FAILED" )
const ( // ExportFormatDynamodbJson is a ExportFormat enum value ExportFormatDynamodbJson = "DYNAMODB_JSON" // ExportFormatIon is a ExportFormat enum value ExportFormatIon = "ION" )
const ( // ExportStatusInProgress is a ExportStatus enum value ExportStatusInProgress = "IN_PROGRESS" // ExportStatusCompleted is a ExportStatus enum value ExportStatusCompleted = "COMPLETED" // ExportStatusFailed is a ExportStatus enum value ExportStatusFailed = "FAILED" )
const ( // ExportTypeFullExport is a ExportType enum value ExportTypeFullExport = "FULL_EXPORT" // ExportTypeIncrementalExport is a ExportType enum value ExportTypeIncrementalExport = "INCREMENTAL_EXPORT" )
const ( // ExportViewTypeNewImage is a ExportViewType enum value ExportViewTypeNewImage = "NEW_IMAGE" // ExportViewTypeNewAndOldImages is a ExportViewType enum value ExportViewTypeNewAndOldImages = "NEW_AND_OLD_IMAGES" )
const ( // GlobalTableStatusCreating is a GlobalTableStatus enum value GlobalTableStatusCreating = "CREATING" // GlobalTableStatusActive is a GlobalTableStatus enum value GlobalTableStatusActive = "ACTIVE" // GlobalTableStatusDeleting is a GlobalTableStatus enum value GlobalTableStatusDeleting = "DELETING" // GlobalTableStatusUpdating is a GlobalTableStatus enum value GlobalTableStatusUpdating = "UPDATING" )
const ( // ImportStatusInProgress is a ImportStatus enum value ImportStatusInProgress = "IN_PROGRESS" // ImportStatusCompleted is a ImportStatus enum value ImportStatusCompleted = "COMPLETED" // ImportStatusCancelling is a ImportStatus enum value ImportStatusCancelling = "CANCELLING" // ImportStatusCancelled is a ImportStatus enum value ImportStatusCancelled = "CANCELLED" // ImportStatusFailed is a ImportStatus enum value ImportStatusFailed = "FAILED" )
const ( // IndexStatusCreating is a IndexStatus enum value IndexStatusCreating = "CREATING" // IndexStatusUpdating is a IndexStatus enum value IndexStatusUpdating = "UPDATING" // IndexStatusDeleting is a IndexStatus enum value IndexStatusDeleting = "DELETING" // IndexStatusActive is a IndexStatus enum value IndexStatusActive = "ACTIVE" )
const ( // InputCompressionTypeGzip is a InputCompressionType enum value InputCompressionTypeGzip = "GZIP" // InputCompressionTypeZstd is a InputCompressionType enum value InputCompressionTypeZstd = "ZSTD" // InputCompressionTypeNone is a InputCompressionType enum value InputCompressionTypeNone = "NONE" )
const ( // InputFormatDynamodbJson is a InputFormat enum value InputFormatDynamodbJson = "DYNAMODB_JSON" // InputFormatIon is a InputFormat enum value InputFormatIon = "ION" // InputFormatCsv is a InputFormat enum value InputFormatCsv = "CSV" )
const ( // KeyTypeHash is a KeyType enum value KeyTypeHash = "HASH" // KeyTypeRange is a KeyType enum value KeyTypeRange = "RANGE" )
const ( // PointInTimeRecoveryStatusEnabled is a PointInTimeRecoveryStatus enum value PointInTimeRecoveryStatusEnabled = "ENABLED" // PointInTimeRecoveryStatusDisabled is a PointInTimeRecoveryStatus enum value PointInTimeRecoveryStatusDisabled = "DISABLED" )
const ( // ProjectionTypeAll is a ProjectionType enum value ProjectionTypeAll = "ALL" // ProjectionTypeKeysOnly is a ProjectionType enum value ProjectionTypeKeysOnly = "KEYS_ONLY" // ProjectionTypeInclude is a ProjectionType enum value ProjectionTypeInclude = "INCLUDE" )
const ( // ReplicaStatusCreating is a ReplicaStatus enum value ReplicaStatusCreating = "CREATING" // ReplicaStatusCreationFailed is a ReplicaStatus enum value ReplicaStatusCreationFailed = "CREATION_FAILED" // ReplicaStatusUpdating is a ReplicaStatus enum value ReplicaStatusUpdating = "UPDATING" // ReplicaStatusDeleting is a ReplicaStatus enum value ReplicaStatusDeleting = "DELETING" // ReplicaStatusActive is a ReplicaStatus enum value ReplicaStatusActive = "ACTIVE" // ReplicaStatusRegionDisabled is a ReplicaStatus enum value ReplicaStatusRegionDisabled = "REGION_DISABLED" // ReplicaStatusInaccessibleEncryptionCredentials is a ReplicaStatus enum value ReplicaStatusInaccessibleEncryptionCredentials = "INACCESSIBLE_ENCRYPTION_CREDENTIALS" )
const ( // ReturnConsumedCapacityIndexes is a ReturnConsumedCapacity enum value ReturnConsumedCapacityIndexes = "INDEXES" // ReturnConsumedCapacityTotal is a ReturnConsumedCapacity enum value ReturnConsumedCapacityTotal = "TOTAL" // ReturnConsumedCapacityNone is a ReturnConsumedCapacity enum value ReturnConsumedCapacityNone = "NONE" )
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response:
INDEXES - The response includes the aggregate ConsumedCapacity for the operation, together with ConsumedCapacity for each table and secondary index that was accessed. Note that some operations, such as GetItem and BatchGetItem, do not access any indexes at all. In these cases, specifying INDEXES will only return ConsumedCapacity information for table(s).
TOTAL - The response includes only the aggregate ConsumedCapacity for the operation.
NONE - No ConsumedCapacity details are included in the response.
const ( // ReturnItemCollectionMetricsSize is a ReturnItemCollectionMetrics enum value ReturnItemCollectionMetricsSize = "SIZE" // ReturnItemCollectionMetricsNone is a ReturnItemCollectionMetrics enum value ReturnItemCollectionMetricsNone = "NONE" )
const ( // ReturnValueNone is a ReturnValue enum value ReturnValueNone = "NONE" // ReturnValueAllOld is a ReturnValue enum value ReturnValueAllOld = "ALL_OLD" // ReturnValueUpdatedOld is a ReturnValue enum value ReturnValueUpdatedOld = "UPDATED_OLD" // ReturnValueAllNew is a ReturnValue enum value ReturnValueAllNew = "ALL_NEW" // ReturnValueUpdatedNew is a ReturnValue enum value ReturnValueUpdatedNew = "UPDATED_NEW" )
const ( // ReturnValuesOnConditionCheckFailureAllOld is a ReturnValuesOnConditionCheckFailure enum value ReturnValuesOnConditionCheckFailureAllOld = "ALL_OLD" // ReturnValuesOnConditionCheckFailureNone is a ReturnValuesOnConditionCheckFailure enum value ReturnValuesOnConditionCheckFailureNone = "NONE" )
const ( // S3SseAlgorithmAes256 is a S3SseAlgorithm enum value S3SseAlgorithmAes256 = "AES256" // S3SseAlgorithmKms is a S3SseAlgorithm enum value S3SseAlgorithmKms = "KMS" )
const ( // SSEStatusEnabling is a SSEStatus enum value SSEStatusEnabling = "ENABLING" // SSEStatusEnabled is a SSEStatus enum value SSEStatusEnabled = "ENABLED" // SSEStatusDisabling is a SSEStatus enum value SSEStatusDisabling = "DISABLING" // SSEStatusDisabled is a SSEStatus enum value SSEStatusDisabled = "DISABLED" // SSEStatusUpdating is a SSEStatus enum value SSEStatusUpdating = "UPDATING" )
const ( // SSETypeAes256 is a SSEType enum value SSETypeAes256 = "AES256" // SSETypeKms is a SSEType enum value SSETypeKms = "KMS" )
const ( // ScalarAttributeTypeS is a ScalarAttributeType enum value ScalarAttributeTypeS = "S" // ScalarAttributeTypeN is a ScalarAttributeType enum value ScalarAttributeTypeN = "N" // ScalarAttributeTypeB is a ScalarAttributeType enum value ScalarAttributeTypeB = "B" )
const ( // SelectAllAttributes is a Select enum value SelectAllAttributes = "ALL_ATTRIBUTES" // SelectAllProjectedAttributes is a Select enum value SelectAllProjectedAttributes = "ALL_PROJECTED_ATTRIBUTES" // SelectSpecificAttributes is a Select enum value SelectSpecificAttributes = "SPECIFIC_ATTRIBUTES" // SelectCount is a Select enum value SelectCount = "COUNT" )
const ( // StreamViewTypeNewImage is a StreamViewType enum value StreamViewTypeNewImage = "NEW_IMAGE" // StreamViewTypeOldImage is a StreamViewType enum value StreamViewTypeOldImage = "OLD_IMAGE" // StreamViewTypeNewAndOldImages is a StreamViewType enum value StreamViewTypeNewAndOldImages = "NEW_AND_OLD_IMAGES" // StreamViewTypeKeysOnly is a StreamViewType enum value StreamViewTypeKeysOnly = "KEYS_ONLY" )
const ( // TableClassStandard is a TableClass enum value TableClassStandard = "STANDARD" // TableClassStandardInfrequentAccess is a TableClass enum value TableClassStandardInfrequentAccess = "STANDARD_INFREQUENT_ACCESS" )
const ( // TableStatusCreating is a TableStatus enum value TableStatusCreating = "CREATING" // TableStatusUpdating is a TableStatus enum value TableStatusUpdating = "UPDATING" // TableStatusDeleting is a TableStatus enum value TableStatusDeleting = "DELETING" // TableStatusActive is a TableStatus enum value TableStatusActive = "ACTIVE" // TableStatusInaccessibleEncryptionCredentials is a TableStatus enum value TableStatusInaccessibleEncryptionCredentials = "INACCESSIBLE_ENCRYPTION_CREDENTIALS" // TableStatusArchiving is a TableStatus enum value TableStatusArchiving = "ARCHIVING" // TableStatusArchived is a TableStatus enum value TableStatusArchived = "ARCHIVED" )
const ( // TimeToLiveStatusEnabling is a TimeToLiveStatus enum value TimeToLiveStatusEnabling = "ENABLING" // TimeToLiveStatusDisabling is a TimeToLiveStatus enum value TimeToLiveStatusDisabling = "DISABLING" // TimeToLiveStatusEnabled is a TimeToLiveStatus enum value TimeToLiveStatusEnabled = "ENABLED" // TimeToLiveStatusDisabled is a TimeToLiveStatus enum value TimeToLiveStatusDisabled = "DISABLED" )
const ( // ErrCodeBackupInUseException for service response error code // "BackupInUseException". // // There is another ongoing conflicting backup control plane operation on the // table. The backup is either being created, deleted or restored to a table. ErrCodeBackupInUseException = "BackupInUseException" // ErrCodeBackupNotFoundException for service response error code // "BackupNotFoundException". // // Backup not found for the given BackupARN. ErrCodeBackupNotFoundException = "BackupNotFoundException" // ErrCodeConditionalCheckFailedException for service response error code // "ConditionalCheckFailedException". // // A condition specified in the operation could not be evaluated. ErrCodeConditionalCheckFailedException = "ConditionalCheckFailedException" // "ContinuousBackupsUnavailableException". // // Backups have not yet been enabled for this table. ErrCodeContinuousBackupsUnavailableException = "ContinuousBackupsUnavailableException" // ErrCodeDuplicateItemException for service response error code // "DuplicateItemException". // // There was an attempt to insert an item with the same primary key as an item // that already exists in the DynamoDB table. ErrCodeDuplicateItemException = "DuplicateItemException" // ErrCodeExportConflictException for service response error code // "ExportConflictException". // // There was a conflict when writing to the specified S3 bucket. ErrCodeExportConflictException = "ExportConflictException" // ErrCodeExportNotFoundException for service response error code // "ExportNotFoundException". // // The specified export was not found. ErrCodeExportNotFoundException = "ExportNotFoundException" // ErrCodeGlobalTableAlreadyExistsException for service response error code // "GlobalTableAlreadyExistsException". // // The specified global table already exists. ErrCodeGlobalTableAlreadyExistsException = "GlobalTableAlreadyExistsException" // ErrCodeGlobalTableNotFoundException for service response error code // "GlobalTableNotFoundException". // // The specified global table does not exist. ErrCodeGlobalTableNotFoundException = "GlobalTableNotFoundException" // ErrCodeIdempotentParameterMismatchException for service response error code // "IdempotentParameterMismatchException". // // DynamoDB rejected the request because you retried a request with a different // payload but with an idempotent token that was already used. ErrCodeIdempotentParameterMismatchException = "IdempotentParameterMismatchException" // ErrCodeImportConflictException for service response error code // "ImportConflictException". // // There was a conflict when importing from the specified S3 source. This can // occur when the current import conflicts with a previous import request that // had the same client token. ErrCodeImportConflictException = "ImportConflictException" // ErrCodeImportNotFoundException for service response error code // "ImportNotFoundException". // // The specified import was not found. ErrCodeImportNotFoundException = "ImportNotFoundException" // ErrCodeIndexNotFoundException for service response error code // "IndexNotFoundException". // // The operation tried to access a nonexistent index. ErrCodeIndexNotFoundException = "IndexNotFoundException" // ErrCodeInternalServerError for service response error code // "InternalServerError". // // An error occurred on the server side. ErrCodeInternalServerError = "InternalServerError" // ErrCodeInvalidExportTimeException for service response error code // "InvalidExportTimeException". // // The specified ExportTime is outside of the point in time recovery window. ErrCodeInvalidExportTimeException = "InvalidExportTimeException" // ErrCodeInvalidRestoreTimeException for service response error code // "InvalidRestoreTimeException". // // An invalid restore time was specified. RestoreDateTime must be between EarliestRestorableDateTime // and LatestRestorableDateTime. ErrCodeInvalidRestoreTimeException = "InvalidRestoreTimeException" // ErrCodeItemCollectionSizeLimitExceededException for service response error code // "ItemCollectionSizeLimitExceededException". // // An item collection is too large. This exception is only returned for tables // that have one or more local secondary indexes. ErrCodeItemCollectionSizeLimitExceededException = "ItemCollectionSizeLimitExceededException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // There is no limit to the number of daily on-demand backups that can be taken. // // For most purposes, up to 500 simultaneous table operations are allowed per // account. These operations include CreateTable, UpdateTable, DeleteTable,UpdateTimeToLive, // RestoreTableFromBackup, and RestoreTableToPointInTime. // // When you are creating a table with one or more secondary indexes, you can // have up to 250 such requests running at a time. However, if the table or // index specifications are complex, then DynamoDB might temporarily reduce // the number of concurrent operations. // // When importing into DynamoDB, up to 50 simultaneous import table operations // are allowed per account. // // There is a soft account quota of 2,500 tables. // // GetRecords was called with a value of more than 1000 for the limit request // parameter. // // More than 2 processes are reading from the same streams shard at the same // time. Exceeding this limit may result in request throttling. ErrCodeLimitExceededException = "LimitExceededException" // "PointInTimeRecoveryUnavailableException". // // Point in time recovery has not yet been enabled for this source table. ErrCodePointInTimeRecoveryUnavailableException = "PointInTimeRecoveryUnavailableException" // ErrCodeProvisionedThroughputExceededException for service response error code // "ProvisionedThroughputExceededException". // // Your request rate is too high. The Amazon Web Services SDKs for DynamoDB // automatically retry requests that receive this exception. Your request is // eventually successful, unless your retry queue is too large to finish. Reduce // the frequency of requests and use exponential backoff. For more information, // go to Error Retries and Exponential Backoff (https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff) // in the Amazon DynamoDB Developer Guide. ErrCodeProvisionedThroughputExceededException = "ProvisionedThroughputExceededException" // ErrCodeReplicaAlreadyExistsException for service response error code // "ReplicaAlreadyExistsException". // // The specified replica is already part of the global table. ErrCodeReplicaAlreadyExistsException = "ReplicaAlreadyExistsException" // ErrCodeReplicaNotFoundException for service response error code // "ReplicaNotFoundException". // // The specified replica is no longer part of the global table. ErrCodeReplicaNotFoundException = "ReplicaNotFoundException" // ErrCodeRequestLimitExceeded for service response error code // "RequestLimitExceeded". // // Throughput exceeds the current throughput quota for your account. Please // contact Amazon Web Services Support (https://aws.amazon.com/support) to request // a quota increase. ErrCodeRequestLimitExceeded = "RequestLimitExceeded" // ErrCodeResourceInUseException for service response error code // "ResourceInUseException". // // The operation conflicts with the resource's availability. For example, you // attempted to recreate an existing table, or tried to delete a table currently // in the CREATING state. ErrCodeResourceInUseException = "ResourceInUseException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The operation tried to access a nonexistent table or index. The resource // might not be specified correctly, or its status might not be ACTIVE. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeTableAlreadyExistsException for service response error code // "TableAlreadyExistsException". // // A target table with the specified name already exists. ErrCodeTableAlreadyExistsException = "TableAlreadyExistsException" // ErrCodeTableInUseException for service response error code // "TableInUseException". // // A target table with the specified name is either being created or deleted. ErrCodeTableInUseException = "TableInUseException" // ErrCodeTableNotFoundException for service response error code // "TableNotFoundException". // // A source table with the name TableName does not currently exist within the // subscriber's account or the subscriber is operating in the wrong Amazon Web // Services Region. ErrCodeTableNotFoundException = "TableNotFoundException" // ErrCodeTransactionCanceledException for service response error code // "TransactionCanceledException". // // The entire transaction request was canceled. // // DynamoDB cancels a TransactWriteItems request under the following circumstances: // // * A condition in one of the condition expressions is not met. // // * A table in the TransactWriteItems request is in a different account // or region. // // * More than one action in the TransactWriteItems operation targets the // same item. // // * There is insufficient provisioned capacity for the transaction to be // completed. // // * An item size becomes too large (larger than 400 KB), or a local secondary // index (LSI) becomes too large, or a similar validation error occurs because // of changes made by the transaction. // // * There is a user error, such as an invalid data format. // // DynamoDB cancels a TransactGetItems request under the following circumstances: // // * There is an ongoing TransactGetItems operation that conflicts with a // concurrent PutItem, UpdateItem, DeleteItem or TransactWriteItems request. // In this case the TransactGetItems operation fails with a TransactionCanceledException. // // * A table in the TransactGetItems request is in a different account or // region. // // * There is insufficient provisioned capacity for the transaction to be // completed. // // * There is a user error, such as an invalid data format. // // If using Java, DynamoDB lists the cancellation reasons on the CancellationReasons // property. This property is not set for other languages. Transaction cancellation // reasons are ordered in the order of requested items, if an item has no error // it will have None code and Null message. // // Cancellation reason codes and possible error messages: // // * No Errors: Code: None Message: null // // * Conditional Check Failed: Code: ConditionalCheckFailed Message: The // conditional request failed. // // * Item Collection Size Limit Exceeded: Code: ItemCollectionSizeLimitExceeded // Message: Collection size exceeded. // // * Transaction Conflict: Code: TransactionConflict Message: Transaction // is ongoing for the item. // // * Provisioned Throughput Exceeded: Code: ProvisionedThroughputExceeded // Messages: The level of configured provisioned throughput for the table // was exceeded. Consider increasing your provisioning level with the UpdateTable // API. This Message is received when provisioned throughput is exceeded // is on a provisioned DynamoDB table. The level of configured provisioned // throughput for one or more global secondary indexes of the table was exceeded. // Consider increasing your provisioning level for the under-provisioned // global secondary indexes with the UpdateTable API. This message is returned // when provisioned throughput is exceeded is on a provisioned GSI. // // * Throttling Error: Code: ThrottlingError Messages: Throughput exceeds // the current capacity of your table or index. DynamoDB is automatically // scaling your table or index so please try again shortly. If exceptions // persist, check if you have a hot key: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-partition-key-design.html. // This message is returned when writes get throttled on an On-Demand table // as DynamoDB is automatically scaling the table. Throughput exceeds the // current capacity for one or more global secondary indexes. DynamoDB is // automatically scaling your index so please try again shortly. This message // is returned when writes get throttled on an On-Demand GSI as DynamoDB // is automatically scaling the GSI. // // * Validation Error: Code: ValidationError Messages: One or more parameter // values were invalid. The update expression attempted to update the secondary // index key beyond allowed size limits. The update expression attempted // to update the secondary index key to unsupported type. An operand in the // update expression has an incorrect data type. Item size to update has // exceeded the maximum allowed size. Number overflow. Attempting to store // a number with magnitude larger than supported range. Type mismatch for // attribute to update. Nesting Levels have exceeded supported limits. The // document path provided in the update expression is invalid for update. // The provided expression refers to an attribute that does not exist in // the item. ErrCodeTransactionCanceledException = "TransactionCanceledException" // ErrCodeTransactionConflictException for service response error code // "TransactionConflictException". // // Operation was rejected because there is an ongoing transaction for the item. ErrCodeTransactionConflictException = "TransactionConflictException" // ErrCodeTransactionInProgressException for service response error code // "TransactionInProgressException". // // The transaction with the given request token is already in progress. // // Recommended Settings // // This is a general recommendation for handling the TransactionInProgressException. // These settings help ensure that the client retries will trigger completion // of the ongoing TransactWriteItems request. // // * Set clientExecutionTimeout to a value that allows at least one retry // to be processed after 5 seconds have elapsed since the first attempt for // the TransactWriteItems operation. // // * Set socketTimeout to a value a little lower than the requestTimeout // setting. // // * requestTimeout should be set based on the time taken for the individual // retries of a single HTTP request for your use case, but setting it to // 1 second or higher should work well to reduce chances of retries and TransactionInProgressException // errors. // // * Use exponential backoff when retrying and tune backoff if needed. // // Assuming default retry policy (https://github.com/aws/aws-sdk-java/blob/fd409dee8ae23fb8953e0bb4dbde65536a7e0514/aws-java-sdk-core/src/main/java/com/amazonaws/retry/PredefinedRetryPolicies.java#L97), // example timeout settings based on the guidelines above are as follows: // // Example timeline: // // * 0-1000 first attempt // // * 1000-1500 first sleep/delay (default retry policy uses 500 ms as base // delay for 4xx errors) // // * 1500-2500 second attempt // // * 2500-3500 second sleep/delay (500 * 2, exponential backoff) // // * 3500-4500 third attempt // // * 4500-6500 third sleep/delay (500 * 2^2) // // * 6500-7500 fourth attempt (this can trigger inline recovery since 5 seconds // have elapsed since the first attempt reached TC) ErrCodeTransactionInProgressException = "TransactionInProgressException" )
const ( ServiceName = "dynamodb" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "DynamoDB" // ServiceID is a unique identifier of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
func AttributeAction_Values ¶ added in v1.34.3
func AttributeAction_Values() []string
AttributeAction_Values returns all elements of the AttributeAction enum
func BackupStatus_Values ¶ added in v1.34.3
func BackupStatus_Values() []string
BackupStatus_Values returns all elements of the BackupStatus enum
func BackupTypeFilter_Values ¶ added in v1.34.3
func BackupTypeFilter_Values() []string
BackupTypeFilter_Values returns all elements of the BackupTypeFilter enum
func BackupType_Values ¶ added in v1.34.3
func BackupType_Values() []string
BackupType_Values returns all elements of the BackupType enum
func BatchStatementErrorCodeEnum_Values ¶ added in v1.35.34
func BatchStatementErrorCodeEnum_Values() []string
BatchStatementErrorCodeEnum_Values returns all elements of the BatchStatementErrorCodeEnum enum
func BillingMode_Values ¶ added in v1.34.3
func BillingMode_Values() []string
BillingMode_Values returns all elements of the BillingMode enum
func ComparisonOperator_Values ¶ added in v1.34.3
func ComparisonOperator_Values() []string
ComparisonOperator_Values returns all elements of the ComparisonOperator enum
func ConditionalOperator_Values ¶ added in v1.34.3
func ConditionalOperator_Values() []string
ConditionalOperator_Values returns all elements of the ConditionalOperator enum
func ContinuousBackupsStatus_Values ¶ added in v1.34.3
func ContinuousBackupsStatus_Values() []string
ContinuousBackupsStatus_Values returns all elements of the ContinuousBackupsStatus enum
func ContributorInsightsAction_Values ¶ added in v1.34.3
func ContributorInsightsAction_Values() []string
ContributorInsightsAction_Values returns all elements of the ContributorInsightsAction enum
func ContributorInsightsStatus_Values ¶ added in v1.34.3
func ContributorInsightsStatus_Values() []string
ContributorInsightsStatus_Values returns all elements of the ContributorInsightsStatus enum
func DestinationStatus_Values ¶ added in v1.35.34
func DestinationStatus_Values() []string
DestinationStatus_Values returns all elements of the DestinationStatus enum
func ExportFormat_Values ¶ added in v1.35.24
func ExportFormat_Values() []string
ExportFormat_Values returns all elements of the ExportFormat enum
func ExportStatus_Values ¶ added in v1.35.24
func ExportStatus_Values() []string
ExportStatus_Values returns all elements of the ExportStatus enum
func ExportType_Values ¶ added in v1.45.17
func ExportType_Values() []string
ExportType_Values returns all elements of the ExportType enum
func ExportViewType_Values ¶ added in v1.45.17
func ExportViewType_Values() []string
ExportViewType_Values returns all elements of the ExportViewType enum
func GlobalTableStatus_Values ¶ added in v1.34.3
func GlobalTableStatus_Values() []string
GlobalTableStatus_Values returns all elements of the GlobalTableStatus enum
func ImportStatus_Values ¶ added in v1.44.80
func ImportStatus_Values() []string
ImportStatus_Values returns all elements of the ImportStatus enum
func IndexStatus_Values ¶ added in v1.34.3
func IndexStatus_Values() []string
IndexStatus_Values returns all elements of the IndexStatus enum
func InputCompressionType_Values ¶ added in v1.44.80
func InputCompressionType_Values() []string
InputCompressionType_Values returns all elements of the InputCompressionType enum
func InputFormat_Values ¶ added in v1.44.80
func InputFormat_Values() []string
InputFormat_Values returns all elements of the InputFormat enum
func KeyType_Values ¶ added in v1.34.3
func KeyType_Values() []string
KeyType_Values returns all elements of the KeyType enum
func PointInTimeRecoveryStatus_Values ¶ added in v1.34.3
func PointInTimeRecoveryStatus_Values() []string
PointInTimeRecoveryStatus_Values returns all elements of the PointInTimeRecoveryStatus enum
func ProjectionType_Values ¶ added in v1.34.3
func ProjectionType_Values() []string
ProjectionType_Values returns all elements of the ProjectionType enum
func ReplicaStatus_Values ¶ added in v1.34.3
func ReplicaStatus_Values() []string
ReplicaStatus_Values returns all elements of the ReplicaStatus enum
func ReturnConsumedCapacity_Values ¶ added in v1.34.3
func ReturnConsumedCapacity_Values() []string
ReturnConsumedCapacity_Values returns all elements of the ReturnConsumedCapacity enum
func ReturnItemCollectionMetrics_Values ¶ added in v1.34.3
func ReturnItemCollectionMetrics_Values() []string
ReturnItemCollectionMetrics_Values returns all elements of the ReturnItemCollectionMetrics enum
func ReturnValue_Values ¶ added in v1.34.3
func ReturnValue_Values() []string
ReturnValue_Values returns all elements of the ReturnValue enum
func ReturnValuesOnConditionCheckFailure_Values ¶ added in v1.34.3
func ReturnValuesOnConditionCheckFailure_Values() []string
ReturnValuesOnConditionCheckFailure_Values returns all elements of the ReturnValuesOnConditionCheckFailure enum
func S3SseAlgorithm_Values ¶ added in v1.35.24
func S3SseAlgorithm_Values() []string
S3SseAlgorithm_Values returns all elements of the S3SseAlgorithm enum
func SSEStatus_Values ¶ added in v1.34.3
func SSEStatus_Values() []string
SSEStatus_Values returns all elements of the SSEStatus enum
func SSEType_Values ¶ added in v1.34.3
func SSEType_Values() []string
SSEType_Values returns all elements of the SSEType enum
func ScalarAttributeType_Values ¶ added in v1.34.3
func ScalarAttributeType_Values() []string
ScalarAttributeType_Values returns all elements of the ScalarAttributeType enum
func Select_Values ¶ added in v1.34.3
func Select_Values() []string
Select_Values returns all elements of the Select enum
func StreamViewType_Values ¶ added in v1.34.3
func StreamViewType_Values() []string
StreamViewType_Values returns all elements of the StreamViewType enum
func TableClass_Values ¶ added in v1.42.17
func TableClass_Values() []string
TableClass_Values returns all elements of the TableClass enum
func TableStatus_Values ¶ added in v1.34.3
func TableStatus_Values() []string
TableStatus_Values returns all elements of the TableStatus enum
func TimeToLiveStatus_Values ¶ added in v1.34.3
func TimeToLiveStatus_Values() []string
TimeToLiveStatus_Values returns all elements of the TimeToLiveStatus enum
Types ¶
type ArchivalSummary ¶ added in v1.25.43
type ArchivalSummary struct { // The Amazon Resource Name (ARN) of the backup the table was archived to, when // applicable in the archival reason. If you wish to restore this backup to // the same table name, you will need to delete the original table. ArchivalBackupArn *string `min:"37" type:"string"` // The date and time when table archival was initiated by DynamoDB, in UNIX // epoch time format. ArchivalDateTime *time.Time `type:"timestamp"` // The reason DynamoDB archived the table. Currently, the only possible value // is: // // * INACCESSIBLE_ENCRYPTION_CREDENTIALS - The table was archived due to // the table's KMS key being inaccessible for more than seven days. An On-Demand // backup was created at the archival time. ArchivalReason *string `type:"string"` // contains filtered or unexported fields }
Contains details of a table archival operation.
func (ArchivalSummary) GoString ¶ added in v1.25.43
func (s ArchivalSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ArchivalSummary) SetArchivalBackupArn ¶ added in v1.25.43
func (s *ArchivalSummary) SetArchivalBackupArn(v string) *ArchivalSummary
SetArchivalBackupArn sets the ArchivalBackupArn field's value.
func (*ArchivalSummary) SetArchivalDateTime ¶ added in v1.25.43
func (s *ArchivalSummary) SetArchivalDateTime(v time.Time) *ArchivalSummary
SetArchivalDateTime sets the ArchivalDateTime field's value.
func (*ArchivalSummary) SetArchivalReason ¶ added in v1.25.43
func (s *ArchivalSummary) SetArchivalReason(v string) *ArchivalSummary
SetArchivalReason sets the ArchivalReason field's value.
func (ArchivalSummary) String ¶ added in v1.25.43
func (s ArchivalSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AttributeDefinition ¶
type AttributeDefinition struct { // A name for the attribute. // // AttributeName is a required field AttributeName *string `min:"1" type:"string" required:"true"` // The data type for the attribute, where: // // * S - the attribute is of type String // // * N - the attribute is of type Number // // * B - the attribute is of type Binary // // AttributeType is a required field AttributeType *string `type:"string" required:"true" enum:"ScalarAttributeType"` // contains filtered or unexported fields }
Represents an attribute for describing the key schema for the table and indexes.
func (AttributeDefinition) GoString ¶ added in v0.6.5
func (s AttributeDefinition) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AttributeDefinition) SetAttributeName ¶ added in v1.5.0
func (s *AttributeDefinition) SetAttributeName(v string) *AttributeDefinition
SetAttributeName sets the AttributeName field's value.
func (*AttributeDefinition) SetAttributeType ¶ added in v1.5.0
func (s *AttributeDefinition) SetAttributeType(v string) *AttributeDefinition
SetAttributeType sets the AttributeType field's value.
func (AttributeDefinition) String ¶ added in v0.6.5
func (s AttributeDefinition) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AttributeDefinition) Validate ¶ added in v1.1.21
func (s *AttributeDefinition) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttributeValue ¶
type AttributeValue struct { // An attribute of type Binary. For example: // // "B": "dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk" // B is automatically base64 encoded/decoded by the SDK. B []byte `type:"blob"` // An attribute of type Boolean. For example: // // "BOOL": true BOOL *bool `type:"boolean"` // An attribute of type Binary Set. For example: // // "BS": ["U3Vubnk=", "UmFpbnk=", "U25vd3k="] BS [][]byte `type:"list"` // An attribute of type List. For example: // // "L": [ {"S": "Cookies"} , {"S": "Coffee"}, {"N": "3.14159"}] L []*AttributeValue `type:"list"` // An attribute of type Map. For example: // // "M": {"Name": {"S": "Joe"}, "Age": {"N": "35"}} M map[string]*AttributeValue `type:"map"` // An attribute of type Number. For example: // // "N": "123.45" // // Numbers are sent across the network to DynamoDB as strings, to maximize compatibility // across languages and libraries. However, DynamoDB treats them as number type // attributes for mathematical operations. N *string `type:"string"` // An attribute of type Number Set. For example: // // "NS": ["42.2", "-19", "7.5", "3.14"] // // Numbers are sent across the network to DynamoDB as strings, to maximize compatibility // across languages and libraries. However, DynamoDB treats them as number type // attributes for mathematical operations. NS []*string `type:"list"` // An attribute of type Null. For example: // // "NULL": true NULL *bool `type:"boolean"` // An attribute of type String. For example: // // "S": "Hello" S *string `type:"string"` // An attribute of type String Set. For example: // // "SS": ["Giraffe", "Hippo" ,"Zebra"] SS []*string `type:"list"` // contains filtered or unexported fields }
Represents the data for an attribute.
Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.
For more information, see Data Types (https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.NamingRulesDataTypes.html#HowItWorks.DataTypes) in the Amazon DynamoDB Developer Guide.
func (AttributeValue) GoString ¶ added in v0.6.5
func (s AttributeValue) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AttributeValue) SetB ¶ added in v1.5.0
func (s *AttributeValue) SetB(v []byte) *AttributeValue
SetB sets the B field's value.
func (*AttributeValue) SetBOOL ¶ added in v1.5.0
func (s *AttributeValue) SetBOOL(v bool) *AttributeValue
SetBOOL sets the BOOL field's value.
func (*AttributeValue) SetBS ¶ added in v1.5.0
func (s *AttributeValue) SetBS(v [][]byte) *AttributeValue
SetBS sets the BS field's value.
func (*AttributeValue) SetL ¶ added in v1.5.0
func (s *AttributeValue) SetL(v []*AttributeValue) *AttributeValue
SetL sets the L field's value.
func (*AttributeValue) SetM ¶ added in v1.5.0
func (s *AttributeValue) SetM(v map[string]*AttributeValue) *AttributeValue
SetM sets the M field's value.
func (*AttributeValue) SetN ¶ added in v1.5.0
func (s *AttributeValue) SetN(v string) *AttributeValue
SetN sets the N field's value.
func (*AttributeValue) SetNS ¶ added in v1.5.0
func (s *AttributeValue) SetNS(v []*string) *AttributeValue
SetNS sets the NS field's value.
func (*AttributeValue) SetNULL ¶ added in v1.5.0
func (s *AttributeValue) SetNULL(v bool) *AttributeValue
SetNULL sets the NULL field's value.
func (*AttributeValue) SetS ¶ added in v1.5.0
func (s *AttributeValue) SetS(v string) *AttributeValue
SetS sets the S field's value.
func (*AttributeValue) SetSS ¶ added in v1.5.0
func (s *AttributeValue) SetSS(v []*string) *AttributeValue
SetSS sets the SS field's value.
func (AttributeValue) String ¶ added in v0.6.5
func (s AttributeValue) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AttributeValueUpdate ¶
type AttributeValueUpdate struct { // Specifies how to perform the update. Valid values are PUT (default), DELETE, // and ADD. The behavior depends on whether the specified primary key already // exists in the table. // // If an item with the specified Key is found in the table: // // * PUT - Adds the specified attribute to the item. If the attribute already // exists, it is replaced by the new value. // // * DELETE - If no value is specified, the attribute and its value are removed // from the item. The data type of the specified value must match the existing // value's data type. If a set of values is specified, then those values // are subtracted from the old set. For example, if the attribute value was // the set [a,b,c] and the DELETE action specified [a,c], then the final // attribute value would be [b]. Specifying an empty set is an error. // // * ADD - If the attribute does not already exist, then the attribute and // its values are added to the item. If the attribute does exist, then the // behavior of ADD depends on the data type of the attribute: If the existing // attribute is a number, and if Value is also a number, then the Value is // mathematically added to the existing attribute. If Value is a negative // number, then it is subtracted from the existing attribute. If you use // ADD to increment or decrement a number value for an item that doesn't // exist before the update, DynamoDB uses 0 as the initial value. In addition, // if you use ADD to update an existing item, and intend to increment or // decrement an attribute value which does not yet exist, DynamoDB uses 0 // as the initial value. For example, suppose that the item you want to update // does not yet have an attribute named itemcount, but you decide to ADD // the number 3 to this attribute anyway, even though it currently does not // exist. DynamoDB will create the itemcount attribute, set its initial value // to 0, and finally add 3 to it. The result will be a new itemcount attribute // in the item, with a value of 3. If the existing data type is a set, and // if the Value is also a set, then the Value is added to the existing set. // (This is a set operation, not mathematical addition.) For example, if // the attribute value was the set [1,2], and the ADD action specified [3], // then the final attribute value would be [1,2,3]. An error occurs if an // Add action is specified for a set attribute and the attribute type specified // does not match the existing set type. Both sets must have the same primitive // data type. For example, if the existing data type is a set of strings, // the Value must also be a set of strings. The same holds true for number // sets and binary sets. This action is only valid for an existing attribute // whose data type is number or is a set. Do not use ADD for any other data // types. // // If no item with the specified Key is found: // // * PUT - DynamoDB creates a new item with the specified primary key, and // then adds the attribute. // // * DELETE - Nothing happens; there is no attribute to delete. // // * ADD - DynamoDB creates a new item with the supplied primary key and // number (or set) for the attribute value. The only data types allowed are // number, number set, string set or binary set. Action *string `type:"string" enum:"AttributeAction"` // Represents the data for an attribute. // // Each attribute value is described as a name-value pair. The name is the data // type, and the value is the data itself. // // For more information, see Data Types (https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.NamingRulesDataTypes.html#HowItWorks.DataTypes) // in the Amazon DynamoDB Developer Guide. Value *AttributeValue `type:"structure"` // contains filtered or unexported fields }
For the UpdateItem operation, represents the attributes to be modified, the action to perform on each, and the new value for each.
You cannot use UpdateItem to update any primary key attributes. Instead, you will need to delete the item, and then use PutItem to create a new item with new attributes.
Attribute values cannot be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests with empty values will be rejected with a ValidationException exception.
func (AttributeValueUpdate) GoString ¶ added in v0.6.5
func (s AttributeValueUpdate) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AttributeValueUpdate) SetAction ¶ added in v1.5.0
func (s *AttributeValueUpdate) SetAction(v string) *AttributeValueUpdate
SetAction sets the Action field's value.
func (*AttributeValueUpdate) SetValue ¶ added in v1.5.0
func (s *AttributeValueUpdate) SetValue(v *AttributeValue) *AttributeValueUpdate
SetValue sets the Value field's value.
func (AttributeValueUpdate) String ¶ added in v0.6.5
func (s AttributeValueUpdate) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AutoScalingPolicyDescription ¶ added in v1.14.32
type AutoScalingPolicyDescription struct { // The name of the scaling policy. PolicyName *string `min:"1" type:"string"` // Represents a target tracking scaling policy configuration. TargetTrackingScalingPolicyConfiguration *AutoScalingTargetTrackingScalingPolicyConfigurationDescription `type:"structure"` // contains filtered or unexported fields }
Represents the properties of the scaling policy.