AWS SDK for C++

AWS SDK for C++ Version 1.11.747

Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Enumerations
Aws::DynamoDB::Model Namespace Reference

Namespaces

 
 
namespace  BackupStatusMapper
 
 
namespace  BackupTypeMapper
 
 
namespace  BillingModeMapper
 
 
 
 
 
 
 
 
namespace  ExportFormatMapper
 
namespace  ExportStatusMapper
 
namespace  ExportTypeMapper
 
 
 
 
namespace  ImportStatusMapper
 
namespace  IndexStatusMapper
 
 
namespace  InputFormatMapper
 
namespace  KeyTypeMapper
 
 
 
 
 
 
 
namespace  ReturnValueMapper
 
 
 
 
namespace  SelectMapper
 
namespace  SSEStatusMapper
 
namespace  SSETypeMapper
 
 
namespace  TableClassMapper
 
namespace  TableStatusMapper
 
 
 

Classes

 
 
 http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html More...
 
 Bool type. More...
 
 Binary data type. More...
 
 ByteByffer set data type. More...
 
 List Attribute Type. More...
 
 Map Attribute Type. More...
 
 NULL type. More...
 
 Number set data type. More...
 
 Numeric data type. More...
 
 String data type. More...
 
 String set data type. More...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class  Capacity
 
class  Condition
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class  CsvOptions
 
class  Delete
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class  Endpoint
 
 
 
 
 
 
 
 
 
 
 
class  Get
 
 
 
 
 
 
 
 
 
 
 
class  GlobalTable
 
 
 
 
 
 
 
 
 
 
 
 
class  ItemResponse
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class  Projection
 
 
 
 
 
class  Put
 
 
 
class  PutRequest
 
 
 
class  QueryRequest
 
class  QueryResult
 
class  Replica
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class  ScanRequest
 
class  ScanResult
 
 
 
 
 
 
 
 
 
 
 
class  Tag
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class  Update
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class  WriteRequest
 

Typedefs

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::future< GetItemOutcomeGetItemOutcomeCallable
 
 
 
 
 
 
 
 
 
 
typedef std::future< PutItemOutcomePutItemOutcomeCallable
 
 
typedef std::future< QueryOutcomeQueryOutcomeCallable
 
 
 
typedef std::future< ScanOutcomeScanOutcomeCallable
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Enumerations

 
enum class  AttributeAction { NOT_SET , ADD , PUT , DELETE_ }
 
 
 
enum class  BackupType { NOT_SET , USER , SYSTEM , AWS_BACKUP }
 
enum class  BackupTypeFilter {
  NOT_SET , USER , SYSTEM , AWS_BACKUP ,
  ALL
}
 
 
 
enum class  ComparisonOperator {
  NOT_SET , EQ , NE , IN ,
  LE , LT , GE , GT ,
  BETWEEN , NOT_NULL , NULL_ , CONTAINS ,
  NOT_CONTAINS , BEGINS_WITH
}
 
enum class  ConditionalOperator { NOT_SET , AND , OR }
 
 
 
 
 
 
enum class  ExportFormat { NOT_SET , DYNAMODB_JSON , ION }
 
 
 
 
 
enum class  GlobalTableStatus {
  NOT_SET , CREATING , ACTIVE , DELETING ,
  UPDATING
}
 
 
enum class  IndexStatus {
  NOT_SET , CREATING , UPDATING , DELETING ,
  ACTIVE
}
 
enum class  InputCompressionType { NOT_SET , GZIP , ZSTD , NONE }
 
enum class  InputFormat { NOT_SET , DYNAMODB_JSON , ION , CSV }
 
enum class  KeyType { NOT_SET , HASH , RANGE }
 
 
 
enum class  ProjectionType { NOT_SET , ALL , KEYS_ONLY , INCLUDE }
 
 
 
 
enum class  ReturnValue {
  NOT_SET , NONE , ALL_OLD , UPDATED_OLD ,
  ALL_NEW , UPDATED_NEW
}
 
 
enum class  S3SseAlgorithm { NOT_SET , AES256 , KMS }
 
enum class  ScalarAttributeType { NOT_SET , S , N , B }
 
 
enum class  SSEStatus {
  NOT_SET , ENABLING , ENABLED , DISABLING ,
  DISABLED , UPDATING
}
 
enum class  SSEType { NOT_SET , AES256 , KMS }
 
 
 
 
enum class  TimeToLiveStatus {
  NOT_SET , ENABLING , DISABLING , ENABLED ,
  DISABLED
}
 
 

Typedef Documentation

◆ BatchExecuteStatementOutcome

Definition at line 179 of file DynamoDBServiceClientModel.h.

◆ BatchExecuteStatementOutcomeCallable

Definition at line 239 of file DynamoDBServiceClientModel.h.

◆ BatchGetItemOutcome

Definition at line 180 of file DynamoDBServiceClientModel.h.

◆ BatchGetItemOutcomeCallable

Definition at line 240 of file DynamoDBServiceClientModel.h.

◆ BatchWriteItemOutcome

Definition at line 181 of file DynamoDBServiceClientModel.h.

◆ BatchWriteItemOutcomeCallable

Definition at line 241 of file DynamoDBServiceClientModel.h.

◆ CreateBackupOutcome

Definition at line 182 of file DynamoDBServiceClientModel.h.

◆ CreateBackupOutcomeCallable

Definition at line 242 of file DynamoDBServiceClientModel.h.

◆ CreateGlobalTableOutcome

Definition at line 183 of file DynamoDBServiceClientModel.h.

◆ CreateGlobalTableOutcomeCallable

Definition at line 243 of file DynamoDBServiceClientModel.h.

◆ CreateTableOutcome

Definition at line 184 of file DynamoDBServiceClientModel.h.

◆ CreateTableOutcomeCallable

Definition at line 244 of file DynamoDBServiceClientModel.h.

◆ DeleteBackupOutcome

Definition at line 185 of file DynamoDBServiceClientModel.h.

◆ DeleteBackupOutcomeCallable

Definition at line 245 of file DynamoDBServiceClientModel.h.

◆ DeleteItemOutcome

Definition at line 186 of file DynamoDBServiceClientModel.h.

◆ DeleteItemOutcomeCallable

Definition at line 246 of file DynamoDBServiceClientModel.h.

◆ DeleteResourcePolicyOutcome

Definition at line 187 of file DynamoDBServiceClientModel.h.

◆ DeleteResourcePolicyOutcomeCallable

Definition at line 247 of file DynamoDBServiceClientModel.h.

◆ DeleteTableOutcome

Definition at line 188 of file DynamoDBServiceClientModel.h.

◆ DeleteTableOutcomeCallable

Definition at line 248 of file DynamoDBServiceClientModel.h.

◆ DescribeBackupOutcome

Definition at line 189 of file DynamoDBServiceClientModel.h.

◆ DescribeBackupOutcomeCallable

Definition at line 249 of file DynamoDBServiceClientModel.h.

◆ DescribeContinuousBackupsOutcome

Definition at line 190 of file DynamoDBServiceClientModel.h.

◆ DescribeContinuousBackupsOutcomeCallable

Definition at line 250 of file DynamoDBServiceClientModel.h.

◆ DescribeContributorInsightsOutcome

Definition at line 191 of file DynamoDBServiceClientModel.h.

◆ DescribeContributorInsightsOutcomeCallable

Definition at line 251 of file DynamoDBServiceClientModel.h.

◆ DescribeEndpointsOutcome

Definition at line 192 of file DynamoDBServiceClientModel.h.

◆ DescribeEndpointsOutcomeCallable

Definition at line 252 of file DynamoDBServiceClientModel.h.

◆ DescribeExportOutcome

Definition at line 193 of file DynamoDBServiceClientModel.h.

◆ DescribeExportOutcomeCallable

Definition at line 253 of file DynamoDBServiceClientModel.h.

◆ DescribeGlobalTableOutcome

Definition at line 194 of file DynamoDBServiceClientModel.h.

◆ DescribeGlobalTableOutcomeCallable

Definition at line 254 of file DynamoDBServiceClientModel.h.

◆ DescribeGlobalTableSettingsOutcome

Definition at line 195 of file DynamoDBServiceClientModel.h.

◆ DescribeGlobalTableSettingsOutcomeCallable

Definition at line 255 of file DynamoDBServiceClientModel.h.

◆ DescribeImportOutcome

Definition at line 196 of file DynamoDBServiceClientModel.h.

◆ DescribeImportOutcomeCallable

Definition at line 256 of file DynamoDBServiceClientModel.h.

◆ DescribeKinesisStreamingDestinationOutcome

Definition at line 197 of file DynamoDBServiceClientModel.h.

◆ DescribeKinesisStreamingDestinationOutcomeCallable

Definition at line 257 of file DynamoDBServiceClientModel.h.

◆ DescribeLimitsOutcome

Definition at line 198 of file DynamoDBServiceClientModel.h.

◆ DescribeLimitsOutcomeCallable

Definition at line 258 of file DynamoDBServiceClientModel.h.

◆ DescribeTableOutcome

Definition at line 199 of file DynamoDBServiceClientModel.h.

◆ DescribeTableOutcomeCallable

Definition at line 259 of file DynamoDBServiceClientModel.h.

◆ DescribeTableReplicaAutoScalingOutcome

Definition at line 200 of file DynamoDBServiceClientModel.h.

◆ DescribeTableReplicaAutoScalingOutcomeCallable

Definition at line 260 of file DynamoDBServiceClientModel.h.

◆ DescribeTimeToLiveOutcome

Definition at line 201 of file DynamoDBServiceClientModel.h.

◆ DescribeTimeToLiveOutcomeCallable

Definition at line 261 of file DynamoDBServiceClientModel.h.

◆ DisableKinesisStreamingDestinationOutcome

Definition at line 202 of file DynamoDBServiceClientModel.h.

◆ DisableKinesisStreamingDestinationOutcomeCallable

Definition at line 262 of file DynamoDBServiceClientModel.h.

◆ EnableKinesisStreamingDestinationOutcome

Definition at line 203 of file DynamoDBServiceClientModel.h.

◆ EnableKinesisStreamingDestinationOutcomeCallable

Definition at line 263 of file DynamoDBServiceClientModel.h.

◆ ExecuteStatementOutcome

Definition at line 204 of file DynamoDBServiceClientModel.h.

◆ ExecuteStatementOutcomeCallable

Definition at line 264 of file DynamoDBServiceClientModel.h.

◆ ExecuteTransactionOutcome

Definition at line 205 of file DynamoDBServiceClientModel.h.

◆ ExecuteTransactionOutcomeCallable

Definition at line 265 of file DynamoDBServiceClientModel.h.

◆ ExportTableToPointInTimeOutcome

Definition at line 206 of file DynamoDBServiceClientModel.h.

◆ ExportTableToPointInTimeOutcomeCallable

Definition at line 266 of file DynamoDBServiceClientModel.h.

◆ GetItemOutcome

Definition at line 207 of file DynamoDBServiceClientModel.h.

◆ GetItemOutcomeCallable

Definition at line 267 of file DynamoDBServiceClientModel.h.

◆ GetResourcePolicyOutcome

Definition at line 208 of file DynamoDBServiceClientModel.h.

◆ GetResourcePolicyOutcomeCallable

Definition at line 268 of file DynamoDBServiceClientModel.h.

◆ ImportTableOutcome

Definition at line 209 of file DynamoDBServiceClientModel.h.

◆ ImportTableOutcomeCallable

Definition at line 269 of file DynamoDBServiceClientModel.h.

◆ ListBackupsOutcome

Definition at line 210 of file DynamoDBServiceClientModel.h.

◆ ListBackupsOutcomeCallable

Definition at line 270 of file DynamoDBServiceClientModel.h.

◆ ListContributorInsightsOutcome

Definition at line 211 of file DynamoDBServiceClientModel.h.

◆ ListContributorInsightsOutcomeCallable

Definition at line 271 of file DynamoDBServiceClientModel.h.

◆ ListExportsOutcome

Definition at line 212 of file DynamoDBServiceClientModel.h.

◆ ListExportsOutcomeCallable

Definition at line 272 of file DynamoDBServiceClientModel.h.

◆ ListGlobalTablesOutcome

Definition at line 213 of file DynamoDBServiceClientModel.h.

◆ ListGlobalTablesOutcomeCallable

Definition at line 273 of file DynamoDBServiceClientModel.h.

◆ ListImportsOutcome

Definition at line 214 of file DynamoDBServiceClientModel.h.

◆ ListImportsOutcomeCallable

Definition at line 274 of file DynamoDBServiceClientModel.h.

◆ ListTablesOutcome

Definition at line 215 of file DynamoDBServiceClientModel.h.

◆ ListTablesOutcomeCallable

Definition at line 275 of file DynamoDBServiceClientModel.h.

◆ ListTagsOfResourceOutcome

Definition at line 216 of file DynamoDBServiceClientModel.h.

◆ ListTagsOfResourceOutcomeCallable

Definition at line 276 of file DynamoDBServiceClientModel.h.

◆ PutItemOutcome

Definition at line 217 of file DynamoDBServiceClientModel.h.

◆ PutItemOutcomeCallable

Definition at line 277 of file DynamoDBServiceClientModel.h.

◆ PutResourcePolicyOutcome

Definition at line 218 of file DynamoDBServiceClientModel.h.

◆ PutResourcePolicyOutcomeCallable

Definition at line 278 of file DynamoDBServiceClientModel.h.

◆ QueryOutcome

Definition at line 219 of file DynamoDBServiceClientModel.h.

◆ QueryOutcomeCallable

Definition at line 279 of file DynamoDBServiceClientModel.h.

◆ RestoreTableFromBackupOutcome

Definition at line 220 of file DynamoDBServiceClientModel.h.

◆ RestoreTableFromBackupOutcomeCallable

Definition at line 280 of file DynamoDBServiceClientModel.h.

◆ RestoreTableToPointInTimeOutcome

Definition at line 221 of file DynamoDBServiceClientModel.h.

◆ RestoreTableToPointInTimeOutcomeCallable

Definition at line 281 of file DynamoDBServiceClientModel.h.

◆ ScanOutcome

Definition at line 222 of file DynamoDBServiceClientModel.h.

◆ ScanOutcomeCallable

Definition at line 282 of file DynamoDBServiceClientModel.h.

◆ TagResourceOutcome

Definition at line 223 of file DynamoDBServiceClientModel.h.

◆ TagResourceOutcomeCallable

Definition at line 283 of file DynamoDBServiceClientModel.h.

◆ TransactGetItemsOutcome

Definition at line 224 of file DynamoDBServiceClientModel.h.

◆ TransactGetItemsOutcomeCallable

Definition at line 284 of file DynamoDBServiceClientModel.h.

◆ TransactWriteItemsOutcome

Definition at line 225 of file DynamoDBServiceClientModel.h.

◆ TransactWriteItemsOutcomeCallable

Definition at line 285 of file DynamoDBServiceClientModel.h.

◆ UntagResourceOutcome

Definition at line 226 of file DynamoDBServiceClientModel.h.

◆ UntagResourceOutcomeCallable

Definition at line 286 of file DynamoDBServiceClientModel.h.

◆ UpdateContinuousBackupsOutcome

Definition at line 227 of file DynamoDBServiceClientModel.h.

◆ UpdateContinuousBackupsOutcomeCallable

Definition at line 287 of file DynamoDBServiceClientModel.h.

◆ UpdateContributorInsightsOutcome

Definition at line 228 of file DynamoDBServiceClientModel.h.

◆ UpdateContributorInsightsOutcomeCallable

Definition at line 288 of file DynamoDBServiceClientModel.h.

◆ UpdateGlobalTableOutcome

Definition at line 229 of file DynamoDBServiceClientModel.h.

◆ UpdateGlobalTableOutcomeCallable

Definition at line 289 of file DynamoDBServiceClientModel.h.

◆ UpdateGlobalTableSettingsOutcome

Definition at line 230 of file DynamoDBServiceClientModel.h.

◆ UpdateGlobalTableSettingsOutcomeCallable

Definition at line 290 of file DynamoDBServiceClientModel.h.

◆ UpdateItemOutcome

Definition at line 231 of file DynamoDBServiceClientModel.h.

◆ UpdateItemOutcomeCallable

Definition at line 291 of file DynamoDBServiceClientModel.h.

◆ UpdateKinesisStreamingDestinationOutcome

Definition at line 232 of file DynamoDBServiceClientModel.h.

◆ UpdateKinesisStreamingDestinationOutcomeCallable

Definition at line 292 of file DynamoDBServiceClientModel.h.

◆ UpdateTableOutcome

Definition at line 233 of file DynamoDBServiceClientModel.h.

◆ UpdateTableOutcomeCallable

Definition at line 293 of file DynamoDBServiceClientModel.h.

◆ UpdateTableReplicaAutoScalingOutcome

Definition at line 234 of file DynamoDBServiceClientModel.h.

◆ UpdateTableReplicaAutoScalingOutcomeCallable

Definition at line 294 of file DynamoDBServiceClientModel.h.

◆ UpdateTimeToLiveOutcome

Definition at line 235 of file DynamoDBServiceClientModel.h.

◆ UpdateTimeToLiveOutcomeCallable

Definition at line 295 of file DynamoDBServiceClientModel.h.

Enumeration Type Documentation

◆ ApproximateCreationDateTimePrecision

Enumerator
NOT_SET 
MILLISECOND 
MICROSECOND 

Definition at line 13 of file ApproximateCreationDateTimePrecision.h.

◆ AttributeAction

Enumerator
NOT_SET 
ADD 
PUT 
DELETE_ 

Definition at line 13 of file AttributeAction.h.

◆ BackupStatus

Enumerator
NOT_SET 
CREATING 
DELETED 
AVAILABLE 

Definition at line 13 of file BackupStatus.h.

◆ BackupType

Enumerator
NOT_SET 
USER 
SYSTEM 
AWS_BACKUP 

Definition at line 13 of file BackupType.h.

◆ BackupTypeFilter

Enumerator
NOT_SET 
USER 
SYSTEM 
AWS_BACKUP 
ALL 

Definition at line 13 of file BackupTypeFilter.h.

◆ BatchStatementErrorCodeEnum

Enumerator
NOT_SET 
ConditionalCheckFailed 
ItemCollectionSizeLimitExceeded 
RequestLimitExceeded 
ValidationError 
ProvisionedThroughputExceeded 
TransactionConflict 
ThrottlingError 
InternalServerError 
ResourceNotFound 
AccessDenied 
DuplicateItem 

Definition at line 13 of file BatchStatementErrorCodeEnum.h.

◆ BillingMode

Enumerator
NOT_SET 
PROVISIONED 
PAY_PER_REQUEST 

Definition at line 13 of file BillingMode.h.

◆ ComparisonOperator

Enumerator
NOT_SET 
EQ 
NE 
IN 
LE 
LT 
GE 
GT 
BETWEEN 
NOT_NULL 
NULL_ 
CONTAINS 
NOT_CONTAINS 
BEGINS_WITH 

Definition at line 17 of file ComparisonOperator.h.

◆ ConditionalOperator

Enumerator
NOT_SET 
AND 
OR 

Definition at line 13 of file ConditionalOperator.h.

◆ ContinuousBackupsStatus

Enumerator
NOT_SET 
ENABLED 
DISABLED 

Definition at line 13 of file ContinuousBackupsStatus.h.

◆ ContributorInsightsAction

Enumerator
NOT_SET 
ENABLE 
DISABLE 

Definition at line 13 of file ContributorInsightsAction.h.

◆ ContributorInsightsMode

Enumerator
NOT_SET 
ACCESSED_AND_THROTTLED_KEYS 
THROTTLED_KEYS 

Definition at line 13 of file ContributorInsightsMode.h.

◆ ContributorInsightsStatus

Enumerator
NOT_SET 
ENABLING 
ENABLED 
DISABLING 
DISABLED 
FAILED 

Definition at line 13 of file ContributorInsightsStatus.h.

◆ DestinationStatus

Enumerator
NOT_SET 
ENABLING 
ACTIVE 
DISABLING 
DISABLED 
ENABLE_FAILED 
UPDATING 

Definition at line 13 of file DestinationStatus.h.

◆ ExportFormat

Enumerator
NOT_SET 
DYNAMODB_JSON 
ION 

Definition at line 13 of file ExportFormat.h.

◆ ExportStatus

Enumerator
NOT_SET 
IN_PROGRESS 
COMPLETED 
FAILED 

Definition at line 13 of file ExportStatus.h.

◆ ExportType

Enumerator
NOT_SET 
FULL_EXPORT 
INCREMENTAL_EXPORT 

Definition at line 13 of file ExportType.h.

◆ ExportViewType

Enumerator
NOT_SET 
NEW_IMAGE 
NEW_AND_OLD_IMAGES 

Definition at line 13 of file ExportViewType.h.

◆ GlobalTableSettingsReplicationMode

Enumerator
NOT_SET 
ENABLED 
DISABLED 
ENABLED_WITH_OVERRIDES 

Definition at line 13 of file GlobalTableSettingsReplicationMode.h.

◆ GlobalTableStatus

Enumerator
NOT_SET 
CREATING 
ACTIVE 
DELETING 
UPDATING 

Definition at line 13 of file GlobalTableStatus.h.

◆ ImportStatus

Enumerator
NOT_SET 
IN_PROGRESS 
COMPLETED 
CANCELLING 
CANCELLED 
FAILED 

Definition at line 13 of file ImportStatus.h.

◆ IndexStatus

Enumerator
NOT_SET 
CREATING 
UPDATING 
DELETING 
ACTIVE 

Definition at line 13 of file IndexStatus.h.

◆ InputCompressionType

Enumerator
NOT_SET 
GZIP 
ZSTD 
NONE 

Definition at line 13 of file InputCompressionType.h.

◆ InputFormat

Enumerator
NOT_SET 
DYNAMODB_JSON 
ION 
CSV 

Definition at line 13 of file InputFormat.h.

◆ KeyType

strong
Enumerator
NOT_SET 
HASH 
RANGE 

Definition at line 13 of file KeyType.h.

◆ MultiRegionConsistency

Enumerator
NOT_SET 
EVENTUAL 
STRONG 

Definition at line 13 of file MultiRegionConsistency.h.

◆ PointInTimeRecoveryStatus

Enumerator
NOT_SET 
ENABLED 
DISABLED 

Definition at line 13 of file PointInTimeRecoveryStatus.h.

◆ ProjectionType

Enumerator
NOT_SET 
ALL 
KEYS_ONLY 
INCLUDE 

Definition at line 13 of file ProjectionType.h.

◆ ReplicaStatus

Enumerator
NOT_SET 
CREATING 
CREATION_FAILED 
UPDATING 
DELETING 
ACTIVE 
REGION_DISABLED 
INACCESSIBLE_ENCRYPTION_CREDENTIALS 
ARCHIVING 
ARCHIVED 
REPLICATION_NOT_AUTHORIZED 

Definition at line 13 of file ReplicaStatus.h.

◆ ReturnConsumedCapacity

Enumerator
NOT_SET 
INDEXES 
TOTAL 
NONE 

Definition at line 13 of file ReturnConsumedCapacity.h.

◆ ReturnItemCollectionMetrics

Enumerator
NOT_SET 
SIZE 
NONE 

Definition at line 13 of file ReturnItemCollectionMetrics.h.

◆ ReturnValue

Enumerator
NOT_SET 
NONE 
ALL_OLD 
UPDATED_OLD 
ALL_NEW 
UPDATED_NEW 

Definition at line 13 of file ReturnValue.h.

◆ ReturnValuesOnConditionCheckFailure

Enumerator
NOT_SET 
ALL_OLD 
NONE 

Definition at line 13 of file ReturnValuesOnConditionCheckFailure.h.

◆ S3SseAlgorithm

Enumerator
NOT_SET 
AES256 
KMS 

Definition at line 13 of file S3SseAlgorithm.h.

◆ ScalarAttributeType

Enumerator
NOT_SET 

Definition at line 13 of file ScalarAttributeType.h.

◆ Select

strong
Enumerator
NOT_SET 
ALL_ATTRIBUTES 
ALL_PROJECTED_ATTRIBUTES 
SPECIFIC_ATTRIBUTES 
COUNT 

Definition at line 13 of file Select.h.

◆ SSEStatus

Enumerator
NOT_SET 
ENABLING 
ENABLED 
DISABLING 
DISABLED 
UPDATING 

Definition at line 13 of file SSEStatus.h.

◆ SSEType

strong
Enumerator
NOT_SET 
AES256 
KMS 

Definition at line 13 of file SSEType.h.

◆ StreamViewType

Enumerator
NOT_SET 
NEW_IMAGE 
OLD_IMAGE 
NEW_AND_OLD_IMAGES 
KEYS_ONLY 

Definition at line 13 of file StreamViewType.h.

◆ TableClass

Enumerator
NOT_SET 
STANDARD 
STANDARD_INFREQUENT_ACCESS 

Definition at line 13 of file TableClass.h.

◆ TableStatus

Enumerator
NOT_SET 
CREATING 
UPDATING 
DELETING 
ACTIVE 
INACCESSIBLE_ENCRYPTION_CREDENTIALS 
ARCHIVING 
ARCHIVED 
REPLICATION_NOT_AUTHORIZED 

Definition at line 13 of file TableStatus.h.

◆ TimeToLiveStatus

Enumerator
NOT_SET 
ENABLING 
DISABLING 
ENABLED 
DISABLED 

Definition at line 13 of file TimeToLiveStatus.h.

◆ ValueType

Enumerator
STRING 
NUMBER 
BYTEBUFFER 
STRING_SET 
NUMBER_SET 
BYTEBUFFER_SET 
ATTRIBUTE_MAP 
ATTRIBUTE_LIST 
BOOL 
NULLVALUE 

Definition at line 19 of file AttributeValue.h.

◆ WitnessStatus

Enumerator
NOT_SET 
CREATING 
DELETING 
ACTIVE 

Definition at line 13 of file WitnessStatus.h.