{-# OPTIONS_GHC -fno-warn-unused-imports #-} {-# OPTIONS_GHC -fno-warn-duplicate-exports #-} -- Derived from AWS service descriptions, licensed under Apache 2.0. -- | -- Module : Network.AWS.DynamoDB -- Copyright : (c) 2013-2018 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay -- Stability : auto-generated -- Portability : non-portable (GHC extensions) -- -- __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 AWS 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 AWS region, providing built-in high availability and data durability. -- module Network.AWS.DynamoDB ( -- * Service Configuration dynamoDB -- * Errors -- $errors -- ** BackupNotFoundException , _BackupNotFoundException -- ** TableInUseException , _TableInUseException -- ** ContinuousBackupsUnavailableException , _ContinuousBackupsUnavailableException -- ** ProvisionedThroughputExceededException , _ProvisionedThroughputExceededException -- ** GlobalTableNotFoundException , _GlobalTableNotFoundException -- ** ConditionalCheckFailedException , _ConditionalCheckFailedException -- ** GlobalTableAlreadyExistsException , _GlobalTableAlreadyExistsException -- ** ReplicaNotFoundException , _ReplicaNotFoundException -- ** TableAlreadyExistsException , _TableAlreadyExistsException -- ** ItemCollectionSizeLimitExceededException , _ItemCollectionSizeLimitExceededException -- ** InternalServerError , _InternalServerError -- ** TableNotFoundException , _TableNotFoundException -- ** IndexNotFoundException , _IndexNotFoundException -- ** BackupInUseException , _BackupInUseException -- ** PointInTimeRecoveryUnavailableException , _PointInTimeRecoveryUnavailableException -- ** InvalidRestoreTimeException , _InvalidRestoreTimeException -- ** ResourceNotFoundException , _ResourceNotFoundException -- ** ReplicaAlreadyExistsException , _ReplicaAlreadyExistsException -- ** LimitExceededException , _LimitExceededException -- ** ResourceInUseException , _ResourceInUseException -- * Waiters -- $waiters -- ** TableNotExists , tableNotExists -- ** TableExists , tableExists -- * Operations -- $operations -- ** PutItem , module Network.AWS.DynamoDB.PutItem -- ** DeleteItem , module Network.AWS.DynamoDB.DeleteItem -- ** UpdateItem , module Network.AWS.DynamoDB.UpdateItem -- ** ListGlobalTables , module Network.AWS.DynamoDB.ListGlobalTables -- ** UpdateGlobalTable , module Network.AWS.DynamoDB.UpdateGlobalTable -- ** DeleteTable , module Network.AWS.DynamoDB.DeleteTable -- ** UpdateTable , module Network.AWS.DynamoDB.UpdateTable -- ** BatchGetItem , module Network.AWS.DynamoDB.BatchGetItem -- ** ListBackups (Paginated) , module Network.AWS.DynamoDB.ListBackups -- ** DeleteBackup , module Network.AWS.DynamoDB.DeleteBackup -- ** CreateBackup , module Network.AWS.DynamoDB.CreateBackup -- ** DescribeGlobalTableSettings , module Network.AWS.DynamoDB.DescribeGlobalTableSettings -- ** ListTagsOfResource , module Network.AWS.DynamoDB.ListTagsOfResource -- ** DescribeGlobalTable , module Network.AWS.DynamoDB.DescribeGlobalTable -- ** DescribeTable , module Network.AWS.DynamoDB.DescribeTable -- ** DescribeLimits , module Network.AWS.DynamoDB.DescribeLimits -- ** GetItem , module Network.AWS.DynamoDB.GetItem -- ** DescribeBackup , module Network.AWS.DynamoDB.DescribeBackup -- ** UpdateGlobalTableSettings , module Network.AWS.DynamoDB.UpdateGlobalTableSettings -- ** BatchWriteItem , module Network.AWS.DynamoDB.BatchWriteItem -- ** ListTables (Paginated) , module Network.AWS.DynamoDB.ListTables -- ** Scan (Paginated) , module Network.AWS.DynamoDB.Scan -- ** Query (Paginated) , module Network.AWS.DynamoDB.Query -- ** CreateTable , module Network.AWS.DynamoDB.CreateTable -- ** DescribeTimeToLive , module Network.AWS.DynamoDB.DescribeTimeToLive -- ** DescribeContinuousBackups , module Network.AWS.DynamoDB.DescribeContinuousBackups -- ** TagResource , module Network.AWS.DynamoDB.TagResource -- ** UntagResource , module Network.AWS.DynamoDB.UntagResource -- ** RestoreTableToPointInTime , module Network.AWS.DynamoDB.RestoreTableToPointInTime -- ** RestoreTableFromBackup , module Network.AWS.DynamoDB.RestoreTableFromBackup -- ** UpdateTimeToLive , module Network.AWS.DynamoDB.UpdateTimeToLive -- ** CreateGlobalTable , module Network.AWS.DynamoDB.CreateGlobalTable -- ** UpdateContinuousBackups , module Network.AWS.DynamoDB.UpdateContinuousBackups -- * Types -- ** AttributeAction , AttributeAction (..) -- ** BackupStatus , BackupStatus (..) -- ** ComparisonOperator , ComparisonOperator (..) -- ** ConditionalOperator , ConditionalOperator (..) -- ** ContinuousBackupsStatus , ContinuousBackupsStatus (..) -- ** GlobalTableStatus , GlobalTableStatus (..) -- ** IndexStatus , IndexStatus (..) -- ** KeyType , KeyType (..) -- ** PointInTimeRecoveryStatus , PointInTimeRecoveryStatus (..) -- ** ProjectionType , ProjectionType (..) -- ** ReplicaStatus , ReplicaStatus (..) -- ** ReturnConsumedCapacity , ReturnConsumedCapacity (..) -- ** ReturnItemCollectionMetrics , ReturnItemCollectionMetrics (..) -- ** ReturnValue , ReturnValue (..) -- ** SSEStatus , SSEStatus (..) -- ** ScalarAttributeType , ScalarAttributeType (..) -- ** Select , Select (..) -- ** StreamViewType , StreamViewType (..) -- ** TableStatus , TableStatus (..) -- ** TimeToLiveStatus , TimeToLiveStatus (..) -- ** AttributeDefinition , AttributeDefinition , attributeDefinition , adAttributeName , adAttributeType -- ** AttributeValue , AttributeValue , attributeValue , avL , avNS , avM , avNULL , avN , avBS , avB , avSS , avS , avBOOL -- ** AttributeValueUpdate , AttributeValueUpdate , attributeValueUpdate , avuValue , avuAction -- ** BackupDescription , BackupDescription , backupDescription , bdBackupDetails , bdSourceTableDetails , bdSourceTableFeatureDetails -- ** BackupDetails , BackupDetails , backupDetails , bdBackupSizeBytes , bdBackupARN , bdBackupName , bdBackupStatus , bdBackupCreationDateTime -- ** BackupSummary , BackupSummary , backupSummary , bsTableARN , bsBackupName , bsBackupStatus , bsBackupSizeBytes , bsBackupARN , bsTableId , bsBackupCreationDateTime , bsTableName -- ** Capacity , Capacity , capacity , cCapacityUnits -- ** Condition , Condition , condition , cAttributeValueList , cComparisonOperator -- ** ConsumedCapacity , ConsumedCapacity , consumedCapacity , ccGlobalSecondaryIndexes , ccCapacityUnits , ccLocalSecondaryIndexes , ccTable , ccTableName -- ** ContinuousBackupsDescription , ContinuousBackupsDescription , continuousBackupsDescription , cbdPointInTimeRecoveryDescription , cbdContinuousBackupsStatus -- ** CreateGlobalSecondaryIndexAction , CreateGlobalSecondaryIndexAction , createGlobalSecondaryIndexAction , cgsiaIndexName , cgsiaKeySchema , cgsiaProjection , cgsiaProvisionedThroughput -- ** CreateReplicaAction , CreateReplicaAction , createReplicaAction , craRegionName -- ** DeleteGlobalSecondaryIndexAction , DeleteGlobalSecondaryIndexAction , deleteGlobalSecondaryIndexAction , dgsiaIndexName -- ** DeleteReplicaAction , DeleteReplicaAction , deleteReplicaAction , draRegionName -- ** DeleteRequest , DeleteRequest , deleteRequest , drKey -- ** ExpectedAttributeValue , ExpectedAttributeValue , expectedAttributeValue , eavAttributeValueList , eavExists , eavValue , eavComparisonOperator -- ** GlobalSecondaryIndex , GlobalSecondaryIndex , globalSecondaryIndex , gsiIndexName , gsiKeySchema , gsiProjection , gsiProvisionedThroughput -- ** GlobalSecondaryIndexDescription , GlobalSecondaryIndexDescription , globalSecondaryIndexDescription , gsidBackfilling , gsidIndexSizeBytes , gsidIndexStatus , gsidProvisionedThroughput , gsidIndexARN , gsidKeySchema , gsidProjection , gsidItemCount , gsidIndexName -- ** GlobalSecondaryIndexInfo , GlobalSecondaryIndexInfo , globalSecondaryIndexInfo , gsiiProvisionedThroughput , gsiiKeySchema , gsiiProjection , gsiiIndexName -- ** GlobalSecondaryIndexUpdate , GlobalSecondaryIndexUpdate , globalSecondaryIndexUpdate , gsiuCreate , gsiuDelete , gsiuUpdate -- ** GlobalTable , GlobalTable , globalTable , gtGlobalTableName , gtReplicationGroup -- ** GlobalTableDescription , GlobalTableDescription , globalTableDescription , gtdGlobalTableStatus , gtdGlobalTableName , gtdGlobalTableARN , gtdCreationDateTime , gtdReplicationGroup -- ** GlobalTableGlobalSecondaryIndexSettingsUpdate , GlobalTableGlobalSecondaryIndexSettingsUpdate , globalTableGlobalSecondaryIndexSettingsUpdate , gtgsisuProvisionedWriteCapacityUnits , gtgsisuIndexName -- ** ItemCollectionMetrics , ItemCollectionMetrics , itemCollectionMetrics , icmItemCollectionKey , icmSizeEstimateRangeGB -- ** KeySchemaElement , KeySchemaElement , keySchemaElement , kseAttributeName , kseKeyType -- ** KeysAndAttributes , KeysAndAttributes , keysAndAttributes , kaaProjectionExpression , kaaAttributesToGet , kaaExpressionAttributeNames , kaaConsistentRead , kaaKeys -- ** LocalSecondaryIndex , LocalSecondaryIndex , localSecondaryIndex , lsiIndexName , lsiKeySchema , lsiProjection -- ** LocalSecondaryIndexDescription , LocalSecondaryIndexDescription , localSecondaryIndexDescription , lsidIndexSizeBytes , lsidIndexARN , lsidKeySchema , lsidProjection , lsidItemCount , lsidIndexName -- ** LocalSecondaryIndexInfo , LocalSecondaryIndexInfo , localSecondaryIndexInfo , lsiiKeySchema , lsiiProjection , lsiiIndexName -- ** PointInTimeRecoveryDescription , PointInTimeRecoveryDescription , pointInTimeRecoveryDescription , pitrdPointInTimeRecoveryStatus , pitrdEarliestRestorableDateTime , pitrdLatestRestorableDateTime -- ** PointInTimeRecoverySpecification , PointInTimeRecoverySpecification , pointInTimeRecoverySpecification , pitrsPointInTimeRecoveryEnabled -- ** Projection , Projection , projection , pProjectionType , pNonKeyAttributes -- ** ProvisionedThroughput , ProvisionedThroughput , provisionedThroughput , ptReadCapacityUnits , ptWriteCapacityUnits -- ** ProvisionedThroughputDescription , ProvisionedThroughputDescription , provisionedThroughputDescription , ptdReadCapacityUnits , ptdLastDecreaseDateTime , ptdWriteCapacityUnits , ptdNumberOfDecreasesToday , ptdLastIncreaseDateTime -- ** PutRequest , PutRequest , putRequest , prItem -- ** Replica , Replica , replica , rRegionName -- ** ReplicaDescription , ReplicaDescription , replicaDescription , rdRegionName -- ** ReplicaGlobalSecondaryIndexSettingsDescription , ReplicaGlobalSecondaryIndexSettingsDescription , replicaGlobalSecondaryIndexSettingsDescription , rgsisdIndexStatus , rgsisdProvisionedReadCapacityUnits , rgsisdProvisionedWriteCapacityUnits , rgsisdIndexName -- ** ReplicaGlobalSecondaryIndexSettingsUpdate , ReplicaGlobalSecondaryIndexSettingsUpdate , replicaGlobalSecondaryIndexSettingsUpdate , rgsisuProvisionedReadCapacityUnits , rgsisuIndexName -- ** ReplicaSettingsDescription , ReplicaSettingsDescription , replicaSettingsDescription , rsdReplicaStatus , rsdReplicaProvisionedReadCapacityUnits , rsdReplicaProvisionedWriteCapacityUnits , rsdReplicaGlobalSecondaryIndexSettings , rsdRegionName -- ** ReplicaSettingsUpdate , ReplicaSettingsUpdate , replicaSettingsUpdate , rsuReplicaProvisionedReadCapacityUnits , rsuReplicaGlobalSecondaryIndexSettingsUpdate , rsuRegionName -- ** ReplicaUpdate , ReplicaUpdate , replicaUpdate , ruCreate , ruDelete -- ** RestoreSummary , RestoreSummary , restoreSummary , rsSourceTableARN , rsSourceBackupARN , rsRestoreDateTime , rsRestoreInProgress -- ** SSEDescription , SSEDescription , sSEDescription , ssedStatus -- ** SSESpecification , SSESpecification , sSESpecification , ssesEnabled -- ** SourceTableDetails , SourceTableDetails , sourceTableDetails , stdTableSizeBytes , stdTableARN , stdItemCount , stdTableName , stdTableId , stdKeySchema , stdTableCreationDateTime , stdProvisionedThroughput -- ** SourceTableFeatureDetails , SourceTableFeatureDetails , sourceTableFeatureDetails , stfdStreamDescription , stfdGlobalSecondaryIndexes , stfdLocalSecondaryIndexes , stfdSSEDescription , stfdTimeToLiveDescription -- ** StreamSpecification , StreamSpecification , streamSpecification , ssStreamViewType , ssStreamEnabled -- ** TableDescription , TableDescription , tableDescription , tdRestoreSummary , tdTableSizeBytes , tdAttributeDefinitions , tdLatestStreamARN , tdProvisionedThroughput , tdTableStatus , tdTableARN , tdKeySchema , tdGlobalSecondaryIndexes , tdLatestStreamLabel , tdLocalSecondaryIndexes , tdCreationDateTime , tdSSEDescription , tdTableId , tdItemCount , tdTableName , tdStreamSpecification -- ** Tag , Tag , tag , tagKey , tagValue -- ** TimeToLiveDescription , TimeToLiveDescription , timeToLiveDescription , ttldTimeToLiveStatus , ttldAttributeName -- ** TimeToLiveSpecification , TimeToLiveSpecification , timeToLiveSpecification , ttlsEnabled , ttlsAttributeName -- ** UpdateGlobalSecondaryIndexAction , UpdateGlobalSecondaryIndexAction , updateGlobalSecondaryIndexAction , ugsiaIndexName , ugsiaProvisionedThroughput -- ** WriteRequest , WriteRequest , writeRequest , wrDeleteRequest , wrPutRequest ) where import Network.AWS.DynamoDB.BatchGetItem import Network.AWS.DynamoDB.BatchWriteItem import Network.AWS.DynamoDB.CreateBackup import Network.AWS.DynamoDB.CreateGlobalTable import Network.AWS.DynamoDB.CreateTable import Network.AWS.DynamoDB.DeleteBackup import Network.AWS.DynamoDB.DeleteItem import Network.AWS.DynamoDB.DeleteTable import Network.AWS.DynamoDB.DescribeBackup import Network.AWS.DynamoDB.DescribeContinuousBackups import Network.AWS.DynamoDB.DescribeGlobalTable import Network.AWS.DynamoDB.DescribeGlobalTableSettings import Network.AWS.DynamoDB.DescribeLimits import Network.AWS.DynamoDB.DescribeTable import Network.AWS.DynamoDB.DescribeTimeToLive import Network.AWS.DynamoDB.GetItem import Network.AWS.DynamoDB.ListBackups import Network.AWS.DynamoDB.ListGlobalTables import Network.AWS.DynamoDB.ListTables import Network.AWS.DynamoDB.ListTagsOfResource import Network.AWS.DynamoDB.PutItem import Network.AWS.DynamoDB.Query import Network.AWS.DynamoDB.RestoreTableFromBackup import Network.AWS.DynamoDB.RestoreTableToPointInTime import Network.AWS.DynamoDB.Scan import Network.AWS.DynamoDB.TagResource import Network.AWS.DynamoDB.Types import Network.AWS.DynamoDB.UntagResource import Network.AWS.DynamoDB.UpdateContinuousBackups import Network.AWS.DynamoDB.UpdateGlobalTable import Network.AWS.DynamoDB.UpdateGlobalTableSettings import Network.AWS.DynamoDB.UpdateItem import Network.AWS.DynamoDB.UpdateTable import Network.AWS.DynamoDB.UpdateTimeToLive import Network.AWS.DynamoDB.Waiters {- $errors Error matchers are designed for use with the functions provided by . This allows catching (and rethrowing) service specific errors returned by 'DynamoDB'. -} {- $operations Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the 'ListObjects' operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results. Operations that have an 'AWSPager' instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation. Many operations have the ability to filter results on the server side. See the individual operation parameters for details. -} {- $waiters Waiters poll by repeatedly sending a request until some remote success condition configured by the 'Wait' specification is fulfilled. The 'Wait' specification determines how many attempts should be made, in addition to delay and retry strategies. -}