amazonka-dynamodb 1.4.2 → 1.4.3
raw patch · 21 files changed
+950/−3143 lines, 21 filesdep ~amazonka-coredep ~amazonka-dynamodbdep ~amazonka-testPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: amazonka-core, amazonka-dynamodb, amazonka-test
API changes (from Hackage documentation)
- Network.AWS.DynamoDB.BatchGetItem: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.BatchGetItem.BatchGetItem
- Network.AWS.DynamoDB.BatchWriteItem: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.BatchWriteItem.BatchWriteItem
- Network.AWS.DynamoDB.CreateTable: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.CreateTable.CreateTable
- Network.AWS.DynamoDB.DeleteItem: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.DeleteItem.DeleteItem
- Network.AWS.DynamoDB.DeleteTable: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.DeleteTable.DeleteTable
- Network.AWS.DynamoDB.DescribeLimits: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.DescribeLimits.DescribeLimits
- Network.AWS.DynamoDB.DescribeTable: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.DescribeTable.DescribeTable
- Network.AWS.DynamoDB.GetItem: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.GetItem.GetItem
- Network.AWS.DynamoDB.ListTables: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.ListTables.ListTables
- Network.AWS.DynamoDB.PutItem: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.PutItem.PutItem
- Network.AWS.DynamoDB.Query: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.Query.Query
- Network.AWS.DynamoDB.Scan: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.Scan.Scan
- Network.AWS.DynamoDB.UpdateItem: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.UpdateItem.UpdateItem
- Network.AWS.DynamoDB.UpdateTable: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.DynamoDB.UpdateTable.UpdateTable
+ Network.AWS.DynamoDB.BatchGetItem: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.BatchGetItem.BatchGetItem
+ Network.AWS.DynamoDB.BatchWriteItem: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.BatchWriteItem.BatchWriteItem
+ Network.AWS.DynamoDB.CreateTable: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.CreateTable.CreateTable
+ Network.AWS.DynamoDB.DeleteItem: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.DeleteItem.DeleteItem
+ Network.AWS.DynamoDB.DeleteTable: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.DeleteTable.DeleteTable
+ Network.AWS.DynamoDB.DescribeLimits: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.DescribeLimits.DescribeLimits
+ Network.AWS.DynamoDB.DescribeTable: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.DescribeTable.DescribeTable
+ Network.AWS.DynamoDB.GetItem: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.GetItem.GetItem
+ Network.AWS.DynamoDB.ListTables: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.ListTables.ListTables
+ Network.AWS.DynamoDB.PutItem: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.PutItem.PutItem
+ Network.AWS.DynamoDB.Query: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.Query.Query
+ Network.AWS.DynamoDB.Scan: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.Scan.Scan
+ Network.AWS.DynamoDB.UpdateItem: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.UpdateItem.UpdateItem
+ Network.AWS.DynamoDB.UpdateTable: instance Data.Aeson.Types.Class.ToJSON Network.AWS.DynamoDB.UpdateTable.UpdateTable
Files
- README.md +24/−98
- amazonka-dynamodb.cabal +28/−102
- gen/Network/AWS/DynamoDB.hs +23/−97
- gen/Network/AWS/DynamoDB/BatchGetItem.hs +36/−127
- gen/Network/AWS/DynamoDB/BatchWriteItem.hs +32/−125
- gen/Network/AWS/DynamoDB/CreateTable.hs +34/−106
- gen/Network/AWS/DynamoDB/DeleteItem.hs +69/−254
- gen/Network/AWS/DynamoDB/DeleteTable.hs +3/−14
- gen/Network/AWS/DynamoDB/DescribeLimits.hs +16/−53
- gen/Network/AWS/DynamoDB/DescribeTable.hs +2/−8
- gen/Network/AWS/DynamoDB/GetItem.hs +22/−62
- gen/Network/AWS/DynamoDB/ListTables.hs +7/−18
- gen/Network/AWS/DynamoDB/PutItem.hs +74/−276
- gen/Network/AWS/DynamoDB/Query.hs +107/−372
- gen/Network/AWS/DynamoDB/Scan.hs +67/−209
- gen/Network/AWS/DynamoDB/Types.hs +6/−20
- gen/Network/AWS/DynamoDB/Types/Product.hs +200/−707
- gen/Network/AWS/DynamoDB/Types/Sum.hs +4/−10
- gen/Network/AWS/DynamoDB/UpdateItem.hs +104/−378
- gen/Network/AWS/DynamoDB/UpdateTable.hs +8/−23
- test/Test/AWS/Gen/DynamoDB.hs +84/−84
README.md view
@@ -8,140 +8,66 @@ ## Version -`1.4.2`+`1.4.3` ## Description Amazon DynamoDB -This is the Amazon DynamoDB API Reference. This guide provides-descriptions of the low-level DynamoDB API.+This is the Amazon DynamoDB API Reference. This guide provides descriptions of the low-level DynamoDB API. -This guide is intended for use with the following DynamoDB-documentation:+This guide is intended for use with the following DynamoDB documentation: -- <http://docs.aws.amazon.com/amazondynamodb/latest/gettingstartedguide/ Amazon DynamoDB Getting Started Guide>- - provides hands-on exercises that help you learn the basics of- working with DynamoDB. /If you are new to DynamoDB, we recommend- that you begin with the Getting Started Guide./+- <http://docs.aws.amazon.com/amazondynamodb/latest/gettingstartedguide/ Amazon DynamoDB Getting Started Guide> - provides hands-on exercises that help you learn the basics of working with DynamoDB. /If you are new to DynamoDB, we recommend that you begin with the Getting Started Guide./ -- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ Amazon DynamoDB Developer Guide>- - contains detailed information about DynamoDB concepts, usage, and- best practices.+- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ Amazon DynamoDB Developer Guide> - contains detailed information about DynamoDB concepts, usage, and best practices. -- <http://docs.aws.amazon.com/dynamodbstreams/latest/APIReference/ Amazon DynamoDB Streams API Reference>- - provides descriptions and samples of the DynamoDB Streams API.- (For more information, see- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html Capturing Table Activity with DynamoDB Streams>- in the Amazon DynamoDB Developer Guide.)+- <http://docs.aws.amazon.com/dynamodbstreams/latest/APIReference/ Amazon DynamoDB Streams API Reference> - provides descriptions and samples of the DynamoDB Streams API. (For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html Capturing Table Activity with DynamoDB Streams> in the Amazon DynamoDB Developer Guide.) -Instead of making the requests to the low-level DynamoDB API directly-from your application, we recommend that you use the AWS Software-Development Kits (SDKs). The easy-to-use libraries in the AWS SDKs make-it unnecessary to call the low-level DynamoDB API directly from your-application. The libraries take care of request authentication,-serialization, and connection management. For more information, see-<http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/UsingAWSSDK.html Using the AWS SDKs with DynamoDB>-in the Amazon DynamoDB Developer Guide.+Instead of making the requests to the low-level DynamoDB API directly from your application, we recommend that you use the AWS Software Development Kits (SDKs). The easy-to-use libraries in the AWS SDKs make it unnecessary to call the low-level DynamoDB API directly from your application. The libraries take care of request authentication, serialization, and connection management. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/UsingAWSSDK.html Using the AWS SDKs with DynamoDB> in the Amazon DynamoDB Developer Guide. -If you decide to code against the low-level DynamoDB API directly, you-will need to write the necessary code to authenticate your requests. For-more information on signing your requests, see-<http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API.html Using the DynamoDB API>-in the /Amazon DynamoDB Developer Guide/.+If you decide to code against the low-level DynamoDB API directly, you will need to write the necessary code to authenticate your requests. For more information on signing your requests, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API.html Using the DynamoDB API> in the /Amazon DynamoDB Developer Guide/. -The following are short descriptions of each low-level API action,-organized by function.+The following are short descriptions of each low-level API action, organized by function. __Managing Tables__ -- /CreateTable/ - Creates a table with user-specified provisioned- throughput settings. You must define a primary key for the table -- either a simple primary key (partition key), or a composite primary- key (partition key and sort key). Optionally, you can create one or- more secondary indexes, which provide fast data access using non-key- attributes.+- /CreateTable/ - Creates a table with user-specified provisioned throughput settings. You must define a primary key for the table - either a simple primary key (partition key), or a composite primary key (partition key and sort key). Optionally, you can create one or more secondary indexes, which provide fast data access using non-key attributes. -- /DescribeTable/ - Returns metadata for a table, such as table size,- status, and index information.+- /DescribeTable/ - Returns metadata for a table, such as table size, status, and index information. -- /UpdateTable/ - Modifies the provisioned throughput settings for a- table. Optionally, you can modify the provisioned throughput- settings for global secondary indexes on the table.+- /UpdateTable/ - Modifies the provisioned throughput settings for a table. Optionally, you can modify the provisioned throughput settings for global secondary indexes on the table. -- /ListTables/ - Returns a list of all tables associated with the- current AWS account and endpoint.+- /ListTables/ - Returns a list of all tables associated with the current AWS account and endpoint. - /DeleteTable/ - Deletes a table and all of its indexes. -For conceptual information about managing tables, see-<http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html Working with Tables>-in the /Amazon DynamoDB Developer Guide/.+For conceptual information about managing tables, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html Working with Tables> in the /Amazon DynamoDB Developer Guide/. __Reading Data__ -- /GetItem/ - Returns a set of attributes for the item that has a- given primary key. By default, /GetItem/ performs an eventually- consistent read; however, applications can request a strongly- consistent read instead.+- /GetItem/ - Returns a set of attributes for the item that has a given primary key. By default, /GetItem/ performs an eventually consistent read; however, applications can request a strongly consistent read instead. -- /BatchGetItem/ - Performs multiple /GetItem/ requests for data items- using their primary keys, from one table or multiple tables. The- response from /BatchGetItem/ has a size limit of 16 MB and returns a- maximum of 100 items. Both eventually consistent and strongly- consistent reads can be used.+- /BatchGetItem/ - Performs multiple /GetItem/ requests for data items using their primary keys, from one table or multiple tables. The response from /BatchGetItem/ has a size limit of 16 MB and returns a maximum of 100 items. Both eventually consistent and strongly consistent reads can be used. -- /Query/ - Returns one or more items from a table or a secondary- index. You must provide a specific value for the partition key. You- can narrow the scope of the query using comparison operators against- a sort key value, or on the index key. /Query/ supports either- eventual or strong consistency. A single response has a size limit- of 1 MB.+- /Query/ - Returns one or more items from a table or a secondary index. You must provide a specific value for the partition key. You can narrow the scope of the query using comparison operators against a sort key value, or on the index key. /Query/ supports either eventual or strong consistency. A single response has a size limit of 1 MB. -- /Scan/ - Reads every item in a table; the result set is eventually- consistent. You can limit the number of items returned by filtering- the data attributes, using conditional expressions. /Scan/ can be- used to enable ad-hoc querying of a table against non-key- attributes; however, since this is a full table scan without using- an index, /Scan/ should not be used for any application query use- case that requires predictable performance.+- /Scan/ - Reads every item in a table; the result set is eventually consistent. You can limit the number of items returned by filtering the data attributes, using conditional expressions. /Scan/ can be used to enable ad-hoc querying of a table against non-key attributes; however, since this is a full table scan without using an index, /Scan/ should not be used for any application query use case that requires predictable performance. -For conceptual information about reading data, see-<http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items>-and-<http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan Operations>-in the /Amazon DynamoDB Developer Guide/.+For conceptual information about reading data, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items> and <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan Operations> in the /Amazon DynamoDB Developer Guide/. __Modifying Data__ -- /PutItem/ - Creates a new item, or replaces an existing item with a- new item (including all the attributes). By default, if an item in- the table already exists with the same primary key, the new item- completely replaces the existing item. You can use conditional- operators to replace an item only if its attribute values match- certain conditions, or to insert a new item only if that item- doesn\'t already exist.+- /PutItem/ - Creates a new item, or replaces an existing item with a new item (including all the attributes). By default, if an item in the table already exists with the same primary key, the new item completely replaces the existing item. You can use conditional operators to replace an item only if its attribute values match certain conditions, or to insert a new item only if that item doesn\'t already exist. -- /UpdateItem/ - Modifies the attributes of an existing item. You can- also use conditional operators to perform an update only if the- item\'s attribute values match certain conditions.+- /UpdateItem/ - Modifies the attributes of an existing item. You can also use conditional operators to perform an update only if the item\'s attribute values match certain conditions. -- /DeleteItem/ - Deletes an item in a table by primary key. You can- use conditional operators to perform a delete an item only if the- item\'s attribute values match certain conditions.+- /DeleteItem/ - Deletes an item in a table by primary key. You can use conditional operators to perform a delete an item only if the item\'s attribute values match certain conditions. -- /BatchWriteItem/ - Performs multiple /PutItem/ and /DeleteItem/- requests across multiple tables in a single request. A failure of- any request(s) in the batch will not cause the entire- /BatchWriteItem/ operation to fail. Supports batches of up to 25- items to put or delete, with a maximum total request size of 16 MB.+- /BatchWriteItem/ - Performs multiple /PutItem/ and /DeleteItem/ requests across multiple tables in a single request. A failure of any request(s) in the batch will not cause the entire /BatchWriteItem/ operation to fail. Supports batches of up to 25 items to put or delete, with a maximum total request size of 16 MB. -For conceptual information about modifying data, see-<http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items>-and-<http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan Operations>-in the /Amazon DynamoDB Developer Guide/.+For conceptual information about modifying data, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items> and <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan Operations> in the /Amazon DynamoDB Developer Guide/. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-dynamodb) and the [AWS API Reference](https://aws.amazon.com/documentation/).
amazonka-dynamodb.cabal view
@@ -1,5 +1,5 @@ name: amazonka-dynamodb-version: 1.4.2+version: 1.4.3 synopsis: Amazon DynamoDB SDK. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -15,133 +15,59 @@ description: Amazon DynamoDB - This is the Amazon DynamoDB API Reference. This guide provides- descriptions of the low-level DynamoDB API.+ This is the Amazon DynamoDB API Reference. This guide provides descriptions of the low-level DynamoDB API. - This guide is intended for use with the following DynamoDB- documentation:+ This guide is intended for use with the following DynamoDB documentation: - - <http://docs.aws.amazon.com/amazondynamodb/latest/gettingstartedguide/ Amazon DynamoDB Getting Started Guide>- - provides hands-on exercises that help you learn the basics of- working with DynamoDB. /If you are new to DynamoDB, we recommend- that you begin with the Getting Started Guide./+ - <http://docs.aws.amazon.com/amazondynamodb/latest/gettingstartedguide/ Amazon DynamoDB Getting Started Guide> - provides hands-on exercises that help you learn the basics of working with DynamoDB. /If you are new to DynamoDB, we recommend that you begin with the Getting Started Guide./ - - <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ Amazon DynamoDB Developer Guide>- - contains detailed information about DynamoDB concepts, usage, and- best practices.+ - <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ Amazon DynamoDB Developer Guide> - contains detailed information about DynamoDB concepts, usage, and best practices. - - <http://docs.aws.amazon.com/dynamodbstreams/latest/APIReference/ Amazon DynamoDB Streams API Reference>- - provides descriptions and samples of the DynamoDB Streams API.- (For more information, see- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html Capturing Table Activity with DynamoDB Streams>- in the Amazon DynamoDB Developer Guide.)+ - <http://docs.aws.amazon.com/dynamodbstreams/latest/APIReference/ Amazon DynamoDB Streams API Reference> - provides descriptions and samples of the DynamoDB Streams API. (For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html Capturing Table Activity with DynamoDB Streams> in the Amazon DynamoDB Developer Guide.) - Instead of making the requests to the low-level DynamoDB API directly- from your application, we recommend that you use the AWS Software- Development Kits (SDKs). The easy-to-use libraries in the AWS SDKs make- it unnecessary to call the low-level DynamoDB API directly from your- application. The libraries take care of request authentication,- serialization, and connection management. For more information, see- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/UsingAWSSDK.html Using the AWS SDKs with DynamoDB>- in the Amazon DynamoDB Developer Guide.+ Instead of making the requests to the low-level DynamoDB API directly from your application, we recommend that you use the AWS Software Development Kits (SDKs). The easy-to-use libraries in the AWS SDKs make it unnecessary to call the low-level DynamoDB API directly from your application. The libraries take care of request authentication, serialization, and connection management. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/UsingAWSSDK.html Using the AWS SDKs with DynamoDB> in the Amazon DynamoDB Developer Guide. - If you decide to code against the low-level DynamoDB API directly, you- will need to write the necessary code to authenticate your requests. For- more information on signing your requests, see- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API.html Using the DynamoDB API>- in the /Amazon DynamoDB Developer Guide/.+ If you decide to code against the low-level DynamoDB API directly, you will need to write the necessary code to authenticate your requests. For more information on signing your requests, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API.html Using the DynamoDB API> in the /Amazon DynamoDB Developer Guide/. - The following are short descriptions of each low-level API action,- organized by function.+ The following are short descriptions of each low-level API action, organized by function. __Managing Tables__ - - /CreateTable/ - Creates a table with user-specified provisioned- throughput settings. You must define a primary key for the table -- either a simple primary key (partition key), or a composite primary- key (partition key and sort key). Optionally, you can create one or- more secondary indexes, which provide fast data access using non-key- attributes.+ - /CreateTable/ - Creates a table with user-specified provisioned throughput settings. You must define a primary key for the table - either a simple primary key (partition key), or a composite primary key (partition key and sort key). Optionally, you can create one or more secondary indexes, which provide fast data access using non-key attributes. - - /DescribeTable/ - Returns metadata for a table, such as table size,- status, and index information.+ - /DescribeTable/ - Returns metadata for a table, such as table size, status, and index information. - - /UpdateTable/ - Modifies the provisioned throughput settings for a- table. Optionally, you can modify the provisioned throughput- settings for global secondary indexes on the table.+ - /UpdateTable/ - Modifies the provisioned throughput settings for a table. Optionally, you can modify the provisioned throughput settings for global secondary indexes on the table. - - /ListTables/ - Returns a list of all tables associated with the- current AWS account and endpoint.+ - /ListTables/ - Returns a list of all tables associated with the current AWS account and endpoint. - /DeleteTable/ - Deletes a table and all of its indexes. - For conceptual information about managing tables, see- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html Working with Tables>- in the /Amazon DynamoDB Developer Guide/.+ For conceptual information about managing tables, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html Working with Tables> in the /Amazon DynamoDB Developer Guide/. __Reading Data__ - - /GetItem/ - Returns a set of attributes for the item that has a- given primary key. By default, /GetItem/ performs an eventually- consistent read; however, applications can request a strongly- consistent read instead.+ - /GetItem/ - Returns a set of attributes for the item that has a given primary key. By default, /GetItem/ performs an eventually consistent read; however, applications can request a strongly consistent read instead. - - /BatchGetItem/ - Performs multiple /GetItem/ requests for data items- using their primary keys, from one table or multiple tables. The- response from /BatchGetItem/ has a size limit of 16 MB and returns a- maximum of 100 items. Both eventually consistent and strongly- consistent reads can be used.+ - /BatchGetItem/ - Performs multiple /GetItem/ requests for data items using their primary keys, from one table or multiple tables. The response from /BatchGetItem/ has a size limit of 16 MB and returns a maximum of 100 items. Both eventually consistent and strongly consistent reads can be used. - - /Query/ - Returns one or more items from a table or a secondary- index. You must provide a specific value for the partition key. You- can narrow the scope of the query using comparison operators against- a sort key value, or on the index key. /Query/ supports either- eventual or strong consistency. A single response has a size limit- of 1 MB.+ - /Query/ - Returns one or more items from a table or a secondary index. You must provide a specific value for the partition key. You can narrow the scope of the query using comparison operators against a sort key value, or on the index key. /Query/ supports either eventual or strong consistency. A single response has a size limit of 1 MB. - - /Scan/ - Reads every item in a table; the result set is eventually- consistent. You can limit the number of items returned by filtering- the data attributes, using conditional expressions. /Scan/ can be- used to enable ad-hoc querying of a table against non-key- attributes; however, since this is a full table scan without using- an index, /Scan/ should not be used for any application query use- case that requires predictable performance.+ - /Scan/ - Reads every item in a table; the result set is eventually consistent. You can limit the number of items returned by filtering the data attributes, using conditional expressions. /Scan/ can be used to enable ad-hoc querying of a table against non-key attributes; however, since this is a full table scan without using an index, /Scan/ should not be used for any application query use case that requires predictable performance. - For conceptual information about reading data, see- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items>- and- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan Operations>- in the /Amazon DynamoDB Developer Guide/.+ For conceptual information about reading data, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items> and <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan Operations> in the /Amazon DynamoDB Developer Guide/. __Modifying Data__ - - /PutItem/ - Creates a new item, or replaces an existing item with a- new item (including all the attributes). By default, if an item in- the table already exists with the same primary key, the new item- completely replaces the existing item. You can use conditional- operators to replace an item only if its attribute values match- certain conditions, or to insert a new item only if that item- doesn\'t already exist.+ - /PutItem/ - Creates a new item, or replaces an existing item with a new item (including all the attributes). By default, if an item in the table already exists with the same primary key, the new item completely replaces the existing item. You can use conditional operators to replace an item only if its attribute values match certain conditions, or to insert a new item only if that item doesn\'t already exist. - - /UpdateItem/ - Modifies the attributes of an existing item. You can- also use conditional operators to perform an update only if the- item\'s attribute values match certain conditions.+ - /UpdateItem/ - Modifies the attributes of an existing item. You can also use conditional operators to perform an update only if the item\'s attribute values match certain conditions. - - /DeleteItem/ - Deletes an item in a table by primary key. You can- use conditional operators to perform a delete an item only if the- item\'s attribute values match certain conditions.+ - /DeleteItem/ - Deletes an item in a table by primary key. You can use conditional operators to perform a delete an item only if the item\'s attribute values match certain conditions. - - /BatchWriteItem/ - Performs multiple /PutItem/ and /DeleteItem/- requests across multiple tables in a single request. A failure of- any request(s) in the batch will not cause the entire- /BatchWriteItem/ operation to fail. Supports batches of up to 25- items to put or delete, with a maximum total request size of 16 MB.+ - /BatchWriteItem/ - Performs multiple /PutItem/ and /DeleteItem/ requests across multiple tables in a single request. A failure of any request(s) in the batch will not cause the entire /BatchWriteItem/ operation to fail. Supports batches of up to 25 items to put or delete, with a maximum total request size of 16 MB. - For conceptual information about modifying data, see- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items>- and- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan Operations>- in the /Amazon DynamoDB Developer Guide/.+ For conceptual information about modifying data, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items> and <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan Operations> in the /Amazon DynamoDB Developer Guide/. . The types from this library are intended to be used with <http://hackage.haskell.org/package/amazonka amazonka>, which provides@@ -191,7 +117,7 @@ , Network.AWS.DynamoDB.Types.Sum build-depends:- amazonka-core == 1.4.2.*+ amazonka-core == 1.4.3.* , base >= 4.7 && < 5 test-suite amazonka-dynamodb-test@@ -211,9 +137,9 @@ , Test.AWS.DynamoDB.Internal build-depends:- amazonka-core == 1.4.2.*- , amazonka-test == 1.4.2.*- , amazonka-dynamodb == 1.4.2.*+ amazonka-core == 1.4.3.*+ , amazonka-test == 1.4.3.*+ , amazonka-dynamodb == 1.4.3.* , base , bytestring , tasty
gen/Network/AWS/DynamoDB.hs view
@@ -13,133 +13,59 @@ -- -- Amazon DynamoDB ----- This is the Amazon DynamoDB API Reference. This guide provides--- descriptions of the low-level DynamoDB API.+-- This is the Amazon DynamoDB API Reference. This guide provides descriptions of the low-level DynamoDB API. ----- This guide is intended for use with the following DynamoDB--- documentation:+-- This guide is intended for use with the following DynamoDB documentation: ----- - <http://docs.aws.amazon.com/amazondynamodb/latest/gettingstartedguide/ Amazon DynamoDB Getting Started Guide>--- - provides hands-on exercises that help you learn the basics of--- working with DynamoDB. /If you are new to DynamoDB, we recommend--- that you begin with the Getting Started Guide./+-- - <http://docs.aws.amazon.com/amazondynamodb/latest/gettingstartedguide/ Amazon DynamoDB Getting Started Guide> - provides hands-on exercises that help you learn the basics of working with DynamoDB. /If you are new to DynamoDB, we recommend that you begin with the Getting Started Guide./ ----- - <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ Amazon DynamoDB Developer Guide>--- - contains detailed information about DynamoDB concepts, usage, and--- best practices.+-- - <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ Amazon DynamoDB Developer Guide> - contains detailed information about DynamoDB concepts, usage, and best practices. ----- - <http://docs.aws.amazon.com/dynamodbstreams/latest/APIReference/ Amazon DynamoDB Streams API Reference>--- - provides descriptions and samples of the DynamoDB Streams API.--- (For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html Capturing Table Activity with DynamoDB Streams>--- in the Amazon DynamoDB Developer Guide.)+-- - <http://docs.aws.amazon.com/dynamodbstreams/latest/APIReference/ Amazon DynamoDB Streams API Reference> - provides descriptions and samples of the DynamoDB Streams API. (For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html Capturing Table Activity with DynamoDB Streams> in the Amazon DynamoDB Developer Guide.) ----- Instead of making the requests to the low-level DynamoDB API directly--- from your application, we recommend that you use the AWS Software--- Development Kits (SDKs). The easy-to-use libraries in the AWS SDKs make--- it unnecessary to call the low-level DynamoDB API directly from your--- application. The libraries take care of request authentication,--- serialization, and connection management. For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/UsingAWSSDK.html Using the AWS SDKs with DynamoDB>--- in the Amazon DynamoDB Developer Guide.+-- Instead of making the requests to the low-level DynamoDB API directly from your application, we recommend that you use the AWS Software Development Kits (SDKs). The easy-to-use libraries in the AWS SDKs make it unnecessary to call the low-level DynamoDB API directly from your application. The libraries take care of request authentication, serialization, and connection management. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/UsingAWSSDK.html Using the AWS SDKs with DynamoDB> in the Amazon DynamoDB Developer Guide. ----- If you decide to code against the low-level DynamoDB API directly, you--- will need to write the necessary code to authenticate your requests. For--- more information on signing your requests, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API.html Using the DynamoDB API>--- in the /Amazon DynamoDB Developer Guide/.+-- If you decide to code against the low-level DynamoDB API directly, you will need to write the necessary code to authenticate your requests. For more information on signing your requests, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API.html Using the DynamoDB API> in the /Amazon DynamoDB Developer Guide/. ----- The following are short descriptions of each low-level API action,--- organized by function.+-- The following are short descriptions of each low-level API action, organized by function. -- -- __Managing Tables__ ----- - /CreateTable/ - Creates a table with user-specified provisioned--- throughput settings. You must define a primary key for the table ---- either a simple primary key (partition key), or a composite primary--- key (partition key and sort key). Optionally, you can create one or--- more secondary indexes, which provide fast data access using non-key--- attributes.+-- - /CreateTable/ - Creates a table with user-specified provisioned throughput settings. You must define a primary key for the table - either a simple primary key (partition key), or a composite primary key (partition key and sort key). Optionally, you can create one or more secondary indexes, which provide fast data access using non-key attributes. ----- - /DescribeTable/ - Returns metadata for a table, such as table size,--- status, and index information.+-- - /DescribeTable/ - Returns metadata for a table, such as table size, status, and index information. ----- - /UpdateTable/ - Modifies the provisioned throughput settings for a--- table. Optionally, you can modify the provisioned throughput--- settings for global secondary indexes on the table.+-- - /UpdateTable/ - Modifies the provisioned throughput settings for a table. Optionally, you can modify the provisioned throughput settings for global secondary indexes on the table. ----- - /ListTables/ - Returns a list of all tables associated with the--- current AWS account and endpoint.+-- - /ListTables/ - Returns a list of all tables associated with the current AWS account and endpoint. -- -- - /DeleteTable/ - Deletes a table and all of its indexes. ----- For conceptual information about managing tables, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html Working with Tables>--- in the /Amazon DynamoDB Developer Guide/.+-- For conceptual information about managing tables, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html Working with Tables> in the /Amazon DynamoDB Developer Guide/. -- -- __Reading Data__ ----- - /GetItem/ - Returns a set of attributes for the item that has a--- given primary key. By default, /GetItem/ performs an eventually--- consistent read; however, applications can request a strongly--- consistent read instead.+-- - /GetItem/ - Returns a set of attributes for the item that has a given primary key. By default, /GetItem/ performs an eventually consistent read; however, applications can request a strongly consistent read instead. ----- - /BatchGetItem/ - Performs multiple /GetItem/ requests for data items--- using their primary keys, from one table or multiple tables. The--- response from /BatchGetItem/ has a size limit of 16 MB and returns a--- maximum of 100 items. Both eventually consistent and strongly--- consistent reads can be used.+-- - /BatchGetItem/ - Performs multiple /GetItem/ requests for data items using their primary keys, from one table or multiple tables. The response from /BatchGetItem/ has a size limit of 16 MB and returns a maximum of 100 items. Both eventually consistent and strongly consistent reads can be used. ----- - /Query/ - Returns one or more items from a table or a secondary--- index. You must provide a specific value for the partition key. You--- can narrow the scope of the query using comparison operators against--- a sort key value, or on the index key. /Query/ supports either--- eventual or strong consistency. A single response has a size limit--- of 1 MB.+-- - /Query/ - Returns one or more items from a table or a secondary index. You must provide a specific value for the partition key. You can narrow the scope of the query using comparison operators against a sort key value, or on the index key. /Query/ supports either eventual or strong consistency. A single response has a size limit of 1 MB. ----- - /Scan/ - Reads every item in a table; the result set is eventually--- consistent. You can limit the number of items returned by filtering--- the data attributes, using conditional expressions. /Scan/ can be--- used to enable ad-hoc querying of a table against non-key--- attributes; however, since this is a full table scan without using--- an index, /Scan/ should not be used for any application query use--- case that requires predictable performance.+-- - /Scan/ - Reads every item in a table; the result set is eventually consistent. You can limit the number of items returned by filtering the data attributes, using conditional expressions. /Scan/ can be used to enable ad-hoc querying of a table against non-key attributes; however, since this is a full table scan without using an index, /Scan/ should not be used for any application query use case that requires predictable performance. ----- For conceptual information about reading data, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items>--- and--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan Operations>--- in the /Amazon DynamoDB Developer Guide/.+-- For conceptual information about reading data, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items> and <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan Operations> in the /Amazon DynamoDB Developer Guide/. -- -- __Modifying Data__ ----- - /PutItem/ - Creates a new item, or replaces an existing item with a--- new item (including all the attributes). By default, if an item in--- the table already exists with the same primary key, the new item--- completely replaces the existing item. You can use conditional--- operators to replace an item only if its attribute values match--- certain conditions, or to insert a new item only if that item--- doesn\'t already exist.+-- - /PutItem/ - Creates a new item, or replaces an existing item with a new item (including all the attributes). By default, if an item in the table already exists with the same primary key, the new item completely replaces the existing item. You can use conditional operators to replace an item only if its attribute values match certain conditions, or to insert a new item only if that item doesn\'t already exist. ----- - /UpdateItem/ - Modifies the attributes of an existing item. You can--- also use conditional operators to perform an update only if the--- item\'s attribute values match certain conditions.+-- - /UpdateItem/ - Modifies the attributes of an existing item. You can also use conditional operators to perform an update only if the item\'s attribute values match certain conditions. ----- - /DeleteItem/ - Deletes an item in a table by primary key. You can--- use conditional operators to perform a delete an item only if the--- item\'s attribute values match certain conditions.+-- - /DeleteItem/ - Deletes an item in a table by primary key. You can use conditional operators to perform a delete an item only if the item\'s attribute values match certain conditions. ----- - /BatchWriteItem/ - Performs multiple /PutItem/ and /DeleteItem/--- requests across multiple tables in a single request. A failure of--- any request(s) in the batch will not cause the entire--- /BatchWriteItem/ operation to fail. Supports batches of up to 25--- items to put or delete, with a maximum total request size of 16 MB.+-- - /BatchWriteItem/ - Performs multiple /PutItem/ and /DeleteItem/ requests across multiple tables in a single request. A failure of any request(s) in the batch will not cause the entire /BatchWriteItem/ operation to fail. Supports batches of up to 25 items to put or delete, with a maximum total request size of 16 MB. ----- For conceptual information about modifying data, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items>--- and--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan Operations>--- in the /Amazon DynamoDB Developer Guide/.+-- For conceptual information about modifying data, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items> and <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan Operations> in the /Amazon DynamoDB Developer Guide/. module Network.AWS.DynamoDB ( -- * Service Configuration
gen/Network/AWS/DynamoDB/BatchGetItem.hs view
@@ -18,64 +18,27 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- The /BatchGetItem/ operation returns the attributes of one or more items--- from one or more tables. You identify requested items by primary key.+-- The /BatchGetItem/ operation returns the attributes of one or more items from one or more tables. You identify requested items by primary key. ----- A single operation can retrieve up to 16 MB of data, which can contain--- as many as 100 items. /BatchGetItem/ will return a partial result if the--- response size limit is exceeded, the table\'s provisioned throughput is--- exceeded, or an internal processing failure occurs. If a partial result--- is returned, the operation returns a value for /UnprocessedKeys/. You--- can use this value to retry the operation starting with the next item to--- get.+-- A single operation can retrieve up to 16 MB of data, which can contain as many as 100 items. /BatchGetItem/ will return a partial result if the response size limit is exceeded, the table\'s provisioned throughput is exceeded, or an internal processing failure occurs. If a partial result is returned, the operation returns a value for /UnprocessedKeys/. You can use this value to retry the operation starting with the next item to get. ----- If you request more than 100 items /BatchGetItem/ will return a--- /ValidationException/ with the message \"Too many items requested for--- the BatchGetItem call\".+-- If you request more than 100 items /BatchGetItem/ will return a /ValidationException/ with the message \"Too many items requested for the BatchGetItem call\". ----- For example, if you ask to retrieve 100 items, but each individual item--- is 300 KB in size, the system returns 52 items (so as not to exceed the--- 16 MB limit). It also returns an appropriate /UnprocessedKeys/ value so--- you can get the next page of results. If desired, your application can--- include its own logic to assemble the pages of results into one data--- set.+-- For example, if you ask to retrieve 100 items, but each individual item is 300 KB in size, the system returns 52 items (so as not to exceed the 16 MB limit). It also returns an appropriate /UnprocessedKeys/ value so you can get the next page of results. If desired, your application can include its own logic to assemble the pages of results into one data set. ----- If /none/ of the items can be processed due to insufficient provisioned--- throughput on all of the tables in the request, then /BatchGetItem/ will--- return a /ProvisionedThroughputExceededException/. If /at least one/ of--- the items is successfully processed, then /BatchGetItem/ completes--- successfully, while returning the keys of the unread items in--- /UnprocessedKeys/.+-- If /none/ of the items can be processed due to insufficient provisioned throughput on all of the tables in the request, then /BatchGetItem/ will return a /ProvisionedThroughputExceededException/. If /at least one/ of the items is successfully processed, then /BatchGetItem/ completes successfully, while returning the keys of the unread items in /UnprocessedKeys/. ----- If DynamoDB returns any unprocessed items, you should retry the batch--- operation on those items. However, /we strongly recommend that you use--- an exponential backoff algorithm/. If you retry the batch operation--- immediately, the underlying read or write requests can still fail due to--- throttling on the individual tables. If you delay the batch operation--- using exponential backoff, the individual requests in the batch are much--- more likely to succeed.+-- If DynamoDB returns any unprocessed items, you should retry the batch operation on those items. However, /we strongly recommend that you use an exponential backoff algorithm/. If you retry the batch operation immediately, the underlying read or write requests can still fail due to throttling on the individual tables. If you delay the batch operation using exponential backoff, the individual requests in the batch are much more likely to succeed. ----- For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ErrorHandling.html#BatchOperations Batch Operations and Error Handling>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ErrorHandling.html#BatchOperations Batch Operations and Error Handling> in the /Amazon DynamoDB Developer Guide/. ----- By default, /BatchGetItem/ performs eventually consistent reads on every--- table in the request. If you want strongly consistent reads instead, you--- can set /ConsistentRead/ to 'true' for any or all tables.+-- By default, /BatchGetItem/ performs eventually consistent reads on every table in the request. If you want strongly consistent reads instead, you can set /ConsistentRead/ to 'true' for any or all tables. ----- In order to minimize response latency, /BatchGetItem/ retrieves items in--- parallel.+-- In order to minimize response latency, /BatchGetItem/ retrieves items in parallel. ----- When designing your application, keep in mind that DynamoDB does not--- return attributes in any particular order. To help parse the response by--- item, include the primary key values for the items in your request in--- the /AttributesToGet/ parameter.+-- When designing your application, keep in mind that DynamoDB does not return attributes in any particular order. To help parse the response by item, include the primary key values for the items in your request in the /AttributesToGet/ parameter. ----- If a requested item does not exist, it is not returned in the result.--- Requests for nonexistent items consume the minimum read capacity units--- according to the type of read. For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#CapacityUnitCalculations Capacity Units Calculations>--- in the /Amazon DynamoDB Developer Guide/.+-- If a requested item does not exist, it is not returned in the result. Requests for nonexistent items consume the minimum read capacity units according to the type of read. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#CapacityUnitCalculations Capacity Units Calculations> in the /Amazon DynamoDB Developer Guide/. module Network.AWS.DynamoDB.BatchGetItem ( -- * Creating a Request@@ -129,95 +92,53 @@ bgiReturnConsumedCapacity :: Lens' BatchGetItem (Maybe ReturnConsumedCapacity) bgiReturnConsumedCapacity = lens _bgiReturnConsumedCapacity (\ s a -> s{_bgiReturnConsumedCapacity = a}); --- | A map of one or more table names and, for each table, a map that--- describes one or more items to retrieve from that table. Each table name--- can be used only once per /BatchGetItem/ request.+-- | A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per /BatchGetItem/ request. -- -- Each element in the map of items to retrieve consists of the following: ----- - /ConsistentRead/ - If 'true', a strongly consistent read is used; if--- 'false' (the default), an eventually consistent read is used.+-- - /ConsistentRead/ - If 'true', a strongly consistent read is used; if 'false' (the default), an eventually consistent read is used. ----- - /ExpressionAttributeNames/ - One or more substitution tokens for--- attribute names in the /ProjectionExpression/ parameter. The--- following are some use cases for using /ExpressionAttributeNames/:+-- - /ExpressionAttributeNames/ - One or more substitution tokens for attribute names in the /ProjectionExpression/ parameter. The following are some use cases for using /ExpressionAttributeNames/: ----- - To access an attribute whose name conflicts with a DynamoDB--- reserved word.+-- - To access an attribute whose name conflicts with a DynamoDB reserved word. ----- - To create a placeholder for repeating occurrences of an--- attribute name in an expression.+-- - To create a placeholder for repeating occurrences of an attribute name in an expression. ----- - To prevent special characters in an attribute name from being--- misinterpreted in an expression.+-- - To prevent special characters in an attribute name from being misinterpreted in an expression. ----- Use the __#__ character in an expression to dereference an attribute--- name. For example, consider the following attribute name:+-- Use the __#__ character in an expression to dereference an attribute name. For example, consider the following attribute name: -- -- - 'Percentile' ----- The name of this attribute conflicts with a reserved word, so it--- cannot be used directly in an expression. (For the complete list of--- reserved words, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words>--- in the /Amazon DynamoDB Developer Guide/). To work around this, you--- could specify the following for /ExpressionAttributeNames/:+-- The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words> in the /Amazon DynamoDB Developer Guide/). To work around this, you could specify the following for /ExpressionAttributeNames/: -- -- - '{\"#P\":\"Percentile\"}' ----- You could then use this substitution in an expression, as in this--- example:+-- You could then use this substitution in an expression, as in this example: -- -- - '#P = :val' ----- Tokens that begin with the __:__ character are /expression attribute--- values/, which are placeholders for the actual value at runtime.+-- Tokens that begin with the __:__ character are /expression attribute values/, which are placeholders for the actual value at runtime. ----- For more information on expression attribute names, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on expression attribute names, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes> in the /Amazon DynamoDB Developer Guide/. ----- - /Keys/ - An array of primary key attribute values that define--- specific items in the table. For each primary key, you must provide--- /all/ of the key attributes. For example, with a simple primary key,--- you only need to provide the partition key value. For a composite--- key, you must provide /both/ the partition key value and the sort--- key value.+-- - /Keys/ - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide /all/ of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide /both/ the partition key value and the sort key value. ----- - /ProjectionExpression/ - A string that identifies one or more--- attributes to retrieve from the table. These attributes can include--- scalars, sets, or elements of a JSON document. The attributes in the--- expression must be separated by commas.+-- - /ProjectionExpression/ - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas. ----- If no attribute names are specified, then all attributes will be--- returned. If any of the requested attributes are not found, they--- will not appear in the result.+-- If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. ----- For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes> in the /Amazon DynamoDB Developer Guide/. -- -- - /AttributesToGet/ - ----- This is a legacy parameter, for backward compatibility. New--- applications should use /ProjectionExpression/ instead. Do not--- combine legacy parameters and expression parameters in a single API--- call; otherwise, DynamoDB will return a /ValidationException/--- exception.+-- This is a legacy parameter, for backward compatibility. New applications should use /ProjectionExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. ----- This parameter allows you to retrieve attributes of type List or--- Map; however, it cannot retrieve individual elements within a List--- or a Map.+-- This parameter allows you to retrieve attributes of type List or Map; however, it cannot retrieve individual elements within a List or a Map. ----- The names of one or more attributes to retrieve. If no attribute--- names are provided, then all attributes will be returned. If any of--- the requested attributes are not found, they will not appear in the--- result.+-- The names of one or more attributes to retrieve. If no attribute names are provided, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. ----- Note that /AttributesToGet/ has no effect on provisioned throughput--- consumption. DynamoDB determines capacity units consumed based on--- item size, not on the amount of data that is returned to an--- application.+-- Note that /AttributesToGet/ has no effect on provisioned throughput consumption. DynamoDB determines capacity units consumed based on item size, not on the amount of data that is returned to an application. -- bgiRequestItems :: Lens' BatchGetItem (HashMap Text KeysAndAttributes) bgiRequestItems = lens _bgiRequestItems (\ s a -> s{_bgiRequestItems = a}) . _Map;@@ -293,33 +214,21 @@ , _bgirsResponseStatus = pResponseStatus_ } --- | A map of tables and their respective keys that were not processed with--- the current response. The /UnprocessedKeys/ value is in the same form as--- /RequestItems/, so the value can be provided directly to a subsequent--- /BatchGetItem/ operation. For more information, see /RequestItems/ in--- the Request Parameters section.+-- | A map of tables and their respective keys that were not processed with the current response. The /UnprocessedKeys/ value is in the same form as /RequestItems/, so the value can be provided directly to a subsequent /BatchGetItem/ operation. For more information, see /RequestItems/ in the Request Parameters section. -- -- Each element consists of: ----- - /Keys/ - An array of primary key attribute values that define--- specific items in the table.+-- - /Keys/ - An array of primary key attribute values that define specific items in the table. ----- - /AttributesToGet/ - One or more attributes to be retrieved from the--- table or index. By default, all attributes are returned. If a--- requested attribute is not found, it does not appear in the result.+-- - /AttributesToGet/ - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result. ----- - /ConsistentRead/ - The consistency of a read operation. If set to--- 'true', then a strongly consistent read is used; otherwise, an--- eventually consistent read is used.+-- - /ConsistentRead/ - The consistency of a read operation. If set to 'true', then a strongly consistent read is used; otherwise, an eventually consistent read is used. ----- If there are no unprocessed keys remaining, the response contains an--- empty /UnprocessedKeys/ map.+-- If there are no unprocessed keys remaining, the response contains an empty /UnprocessedKeys/ map. bgirsUnprocessedKeys :: Lens' BatchGetItemResponse (HashMap Text KeysAndAttributes) bgirsUnprocessedKeys = lens _bgirsUnprocessedKeys (\ s a -> s{_bgirsUnprocessedKeys = a}) . _Default . _Map; --- | A map of table name to a list of items. Each object in /Responses/--- consists of a table name, along with a map of attribute data consisting--- of the data type and attribute value.+-- | A map of table name to a list of items. Each object in /Responses/ consists of a table name, along with a map of attribute data consisting of the data type and attribute value. bgirsResponses :: Lens' BatchGetItemResponse (HashMap Text [HashMap Text AttributeValue]) bgirsResponses = lens _bgirsResponses (\ s a -> s{_bgirsResponses = a}) . _Default . _Map;
gen/Network/AWS/DynamoDB/BatchWriteItem.hs view
@@ -18,76 +18,31 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- The /BatchWriteItem/ operation puts or deletes multiple items in one or--- more tables. A single call to /BatchWriteItem/ can write up to 16 MB of--- data, which can comprise as many as 25 put or delete requests.--- Individual items to be written can be as large as 400 KB.+-- The /BatchWriteItem/ operation puts or deletes multiple items in one or more tables. A single call to /BatchWriteItem/ can write up to 16 MB of data, which can comprise as many as 25 put or delete requests. Individual items to be written can be as large as 400 KB. ----- /BatchWriteItem/ cannot update items. To update items, use the--- /UpdateItem/ API.+-- /BatchWriteItem/ cannot update items. To update items, use the /UpdateItem/ API. ----- The individual /PutItem/ and /DeleteItem/ operations specified in--- /BatchWriteItem/ are atomic; however /BatchWriteItem/ as a whole is not.--- If any requested operations fail because the table\'s provisioned--- throughput is exceeded or an internal processing failure occurs, the--- failed operations are returned in the /UnprocessedItems/ response--- parameter. You can investigate and optionally resend the requests.--- Typically, you would call /BatchWriteItem/ in a loop. Each iteration--- would check for unprocessed items and submit a new /BatchWriteItem/--- request with those unprocessed items until all items have been--- processed.+-- The individual /PutItem/ and /DeleteItem/ operations specified in /BatchWriteItem/ are atomic; however /BatchWriteItem/ as a whole is not. If any requested operations fail because the table\'s provisioned throughput is exceeded or an internal processing failure occurs, the failed operations are returned in the /UnprocessedItems/ response parameter. You can investigate and optionally resend the requests. Typically, you would call /BatchWriteItem/ in a loop. Each iteration would check for unprocessed items and submit a new /BatchWriteItem/ request with those unprocessed items until all items have been processed. ----- Note that if /none/ of the items can be processed due to insufficient--- provisioned throughput on all of the tables in the request, then--- /BatchWriteItem/ will return a /ProvisionedThroughputExceededException/.+-- Note that if /none/ of the items can be processed due to insufficient provisioned throughput on all of the tables in the request, then /BatchWriteItem/ will return a /ProvisionedThroughputExceededException/. ----- If DynamoDB returns any unprocessed items, you should retry the batch--- operation on those items. However, /we strongly recommend that you use--- an exponential backoff algorithm/. If you retry the batch operation--- immediately, the underlying read or write requests can still fail due to--- throttling on the individual tables. If you delay the batch operation--- using exponential backoff, the individual requests in the batch are much--- more likely to succeed.+-- If DynamoDB returns any unprocessed items, you should retry the batch operation on those items. However, /we strongly recommend that you use an exponential backoff algorithm/. If you retry the batch operation immediately, the underlying read or write requests can still fail due to throttling on the individual tables. If you delay the batch operation using exponential backoff, the individual requests in the batch are much more likely to succeed. ----- For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ErrorHandling.html#BatchOperations Batch Operations and Error Handling>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ErrorHandling.html#BatchOperations Batch Operations and Error Handling> in the /Amazon DynamoDB Developer Guide/. ----- With /BatchWriteItem/, you can efficiently write or delete large amounts--- of data, such as from Amazon Elastic MapReduce (EMR), or copy data from--- another database into DynamoDB. In order to improve performance with--- these large-scale operations, /BatchWriteItem/ does not behave in the--- same way as individual /PutItem/ and /DeleteItem/ calls would. For--- example, you cannot specify conditions on individual put and delete--- requests, and /BatchWriteItem/ does not return deleted items in the--- response.+-- With /BatchWriteItem/, you can efficiently write or delete large amounts of data, such as from Amazon Elastic MapReduce (EMR), or copy data from another database into DynamoDB. In order to improve performance with these large-scale operations, /BatchWriteItem/ does not behave in the same way as individual /PutItem/ and /DeleteItem/ calls would. For example, you cannot specify conditions on individual put and delete requests, and /BatchWriteItem/ does not return deleted items in the response. ----- If you use a programming language that supports concurrency, you can use--- threads to write items in parallel. Your application must include the--- necessary logic to manage the threads. With languages that don\'t--- support threading, you must update or delete the specified items one at--- a time. In both situations, /BatchWriteItem/ provides an alternative--- where the API performs the specified put and delete operations in--- parallel, giving you the power of the thread pool approach without--- having to introduce complexity into your application.+-- If you use a programming language that supports concurrency, you can use threads to write items in parallel. Your application must include the necessary logic to manage the threads. With languages that don\'t support threading, you must update or delete the specified items one at a time. In both situations, /BatchWriteItem/ provides an alternative where the API performs the specified put and delete operations in parallel, giving you the power of the thread pool approach without having to introduce complexity into your application. ----- Parallel processing reduces latency, but each specified put and delete--- request consumes the same number of write capacity units whether it is--- processed in parallel or not. Delete operations on nonexistent items--- consume one write capacity unit.+-- Parallel processing reduces latency, but each specified put and delete request consumes the same number of write capacity units whether it is processed in parallel or not. Delete operations on nonexistent items consume one write capacity unit. ----- If one or more of the following is true, DynamoDB rejects the entire--- batch write operation:+-- If one or more of the following is true, DynamoDB rejects the entire batch write operation: ----- - One or more tables specified in the /BatchWriteItem/ request does--- not exist.+-- - One or more tables specified in the /BatchWriteItem/ request does not exist. ----- - Primary key attributes specified on an item in the request do not--- match those in the corresponding table\'s primary key schema.+-- - Primary key attributes specified on an item in the request do not match those in the corresponding table\'s primary key schema. ----- - You try to perform multiple operations on the same item in the same--- /BatchWriteItem/ request. For example, you cannot put and delete the--- same item in the same /BatchWriteItem/ request.+-- - You try to perform multiple operations on the same item in the same /BatchWriteItem/ request. For example, you cannot put and delete the same item in the same /BatchWriteItem/ request. -- -- - There are more than 25 requests in the batch. --@@ -153,41 +108,21 @@ bwiReturnConsumedCapacity :: Lens' BatchWriteItem (Maybe ReturnConsumedCapacity) bwiReturnConsumedCapacity = lens _bwiReturnConsumedCapacity (\ s a -> s{_bwiReturnConsumedCapacity = a}); --- | Determines whether item collection metrics are returned. If set to--- 'SIZE', the response includes statistics about item collections, if any,--- that were modified during the operation are returned in the response. If--- set to 'NONE' (the default), no statistics are returned.+-- | Determines whether item collection metrics are returned. If set to 'SIZE', the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to 'NONE' (the default), no statistics are returned. bwiReturnItemCollectionMetrics :: Lens' BatchWriteItem (Maybe ReturnItemCollectionMetrics) bwiReturnItemCollectionMetrics = lens _bwiReturnItemCollectionMetrics (\ s a -> s{_bwiReturnItemCollectionMetrics = a}); --- | A map of one or more table names and, for each table, a list of--- operations to be performed (/DeleteRequest/ or /PutRequest/). Each--- element in the map consists of the following:+-- | A map of one or more table names and, for each table, a list of operations to be performed (/DeleteRequest/ or /PutRequest/). Each element in the map consists of the following: ----- - /DeleteRequest/ - Perform a /DeleteItem/ operation on the specified--- item. The item to be deleted is identified by a /Key/ subelement:+-- - /DeleteRequest/ - Perform a /DeleteItem/ operation on the specified item. The item to be deleted is identified by a /Key/ subelement: ----- - /Key/ - A map of primary key attribute values that uniquely--- identify the ! item. Each entry in this map consists of an--- attribute name and an attribute value. For each primary key, you--- must provide /all/ of the key attributes. For example, with a--- simple primary key, you only need to provide a value for the--- partition key. For a composite primary key, you must provide--- values for /both/ the partition key and the sort key.+-- - /Key/ - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide /all/ of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for /both/ the partition key and the sort key. ----- - /PutRequest/ - Perform a /PutItem/ operation on the specified item.--- The item to be put is identified by an /Item/ subelement:+-- - /PutRequest/ - Perform a /PutItem/ operation on the specified item. The item to be put is identified by an /Item/ subelement: ----- - /Item/ - A map of attributes and their values. Each entry in--- this map consists of an attribute name and an attribute value.--- Attribute values must not be null; string and binary type--- attributes must have lengths greater than zero; and set type--- attributes must not be empty. Requests that contain empty values--- will be rejected with a /ValidationException/ exception.+-- - /Item/ - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a /ValidationException/ exception. ----- If you specify any attributes that are part of an index key,--- then the data types for those attributes must match those of the--- schema in the table\'s attribute definition.+-- If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table\'s attribute definition. -- bwiRequestItems :: Lens' BatchWriteItem (HashMap Text (NonEmpty WriteRequest)) bwiRequestItems = lens _bwiRequestItems (\ s a -> s{_bwiRequestItems = a}) . _Map;@@ -265,25 +200,15 @@ , _bwirsResponseStatus = pResponseStatus_ } --- | A list of tables that were processed by /BatchWriteItem/ and, for each--- table, information about any item collections that were affected by--- individual /DeleteItem/ or /PutItem/ operations.+-- | A list of tables that were processed by /BatchWriteItem/ and, for each table, information about any item collections that were affected by individual /DeleteItem/ or /PutItem/ operations. -- -- Each entry consists of the following subelements: ----- - /ItemCollectionKey/ - The partition key value of the item--- collection. This is the same as the partition key value of the item.+-- - /ItemCollectionKey/ - The partition key value of the item collection. This is the same as the partition key value of the item. ----- - /SizeEstimateRange/ - An estimate of item collection size, expressed--- in GB. This is a two-element array containing a lower bound and an--- upper bound for the estimate. The estimate includes the size of all--- the items in the table, plus the size of all attributes projected--- into all of the local secondary indexes on the table. Use this--- estimate to measure whether a local secondary index is approaching--- its size limit.+-- - /SizeEstimateRange/ - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit. ----- The estimate is subject to change over time; therefore, do not rely--- on the precision or accuracy of the estimate.+-- The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate. -- bwirsItemCollectionMetrics :: Lens' BatchWriteItemResponse (HashMap Text [ItemCollectionMetrics]) bwirsItemCollectionMetrics = lens _bwirsItemCollectionMetrics (\ s a -> s{_bwirsItemCollectionMetrics = a}) . _Default . _Map;@@ -299,39 +224,21 @@ bwirsConsumedCapacity :: Lens' BatchWriteItemResponse [ConsumedCapacity] bwirsConsumedCapacity = lens _bwirsConsumedCapacity (\ s a -> s{_bwirsConsumedCapacity = a}) . _Default . _Coerce; --- | A map of tables and requests against those tables that were not--- processed. The /UnprocessedItems/ value is in the same form as--- /RequestItems/, so you can provide this value directly to a subsequent--- /BatchGetItem/ operation. For more information, see /RequestItems/ in--- the Request Parameters section.+-- | A map of tables and requests against those tables that were not processed. The /UnprocessedItems/ value is in the same form as /RequestItems/, so you can provide this value directly to a subsequent /BatchGetItem/ operation. For more information, see /RequestItems/ in the Request Parameters section. ----- Each /UnprocessedItems/ entry consists of a table name and, for that--- table, a list of operations to perform (/DeleteRequest/ or--- /PutRequest/).+-- Each /UnprocessedItems/ entry consists of a table name and, for that table, a list of operations to perform (/DeleteRequest/ or /PutRequest/). ----- - /DeleteRequest/ - Perform a /DeleteItem/ operation on the specified--- item. The item to be deleted is identified by a /Key/ subelement:+-- - /DeleteRequest/ - Perform a /DeleteItem/ operation on the specified item. The item to be deleted is identified by a /Key/ subelement: ----- - /Key/ - A map of primary key attribute values that uniquely--- identify the item. Each entry in this map consists of an--- attribute name and an attribute value.+-- - /Key/ - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value. ----- - /PutRequest/ - Perform a /PutItem/ operation on the specified item.--- The item to be put is identified by an /Item/ subelement:+-- - /PutRequest/ - Perform a /PutItem/ operation on the specified item. The item to be put is identified by an /Item/ subelement: ----- - /Item/ - A map of attributes and their values. Each entry in--- this map consists of an attribute name and an attribute value.--- Attribute values must not be null; string and binary type--- attributes must have lengths greater than zero; and set type--- attributes must not be empty. Requests that contain empty values--- will be rejected with a /ValidationException/ exception.+-- - /Item/ - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a /ValidationException/ exception. ----- If you specify any attributes that are part of an index key,--- then the data types for those attributes must match those of the--- schema in the table\'s attribute definition.+-- If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table\'s attribute definition. ----- If there are no unprocessed items remaining, the response contains an--- empty /UnprocessedItems/ map.+-- If there are no unprocessed items remaining, the response contains an empty /UnprocessedItems/ map. bwirsUnprocessedItems :: Lens' BatchWriteItemResponse (HashMap Text (NonEmpty WriteRequest)) bwirsUnprocessedItems = lens _bwirsUnprocessedItems (\ s a -> s{_bwirsUnprocessedItems = a}) . _Default . _Map;
gen/Network/AWS/DynamoDB/CreateTable.hs view
@@ -18,22 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- The /CreateTable/ operation adds a new table to your account. In an AWS--- account, table names must be unique within each region. That is, you can--- have two tables with same name if you create the tables in different--- regions.+-- The /CreateTable/ operation adds a new table to your account. In an AWS account, table names must be unique within each region. That is, you can have two tables with same name if you create the tables in different regions. ----- /CreateTable/ is an asynchronous operation. Upon receiving a--- /CreateTable/ request, DynamoDB immediately returns a response with a--- /TableStatus/ of 'CREATING'. After the table is created, DynamoDB sets--- the /TableStatus/ to 'ACTIVE'. You can perform read and write operations--- only on an 'ACTIVE' table.+-- /CreateTable/ is an asynchronous operation. Upon receiving a /CreateTable/ request, DynamoDB immediately returns a response with a /TableStatus/ of 'CREATING'. After the table is created, DynamoDB sets the /TableStatus/ to 'ACTIVE'. You can perform read and write operations only on an 'ACTIVE' table. ----- You can optionally define secondary indexes on the new table, as part of--- the /CreateTable/ operation. If you want to create multiple tables with--- secondary indexes on them, you must create the tables sequentially. Only--- one table with secondary indexes can be in the 'CREATING' state at any--- given time.+-- You can optionally define secondary indexes on the new table, as part of the /CreateTable/ operation. If you want to create multiple tables with secondary indexes on them, you must create the tables sequentially. Only one table with secondary indexes can be in the 'CREATING' state at any given time. -- -- You can use the /DescribeTable/ API to check the table status. module Network.AWS.DynamoDB.CreateTable@@ -111,115 +100,70 @@ , _ctProvisionedThroughput = pProvisionedThroughput_ } --- | One or more global secondary indexes (the maximum is five) to be created--- on the table. Each global secondary index in the array includes the--- following:+-- | One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following: ----- - /IndexName/ - The name of the global secondary index. Must be unique--- only for this table.+-- - /IndexName/ - The name of the global secondary index. Must be unique only for this table. ----- - /KeySchema/ - Specifies the key schema for the global secondary--- index.+-- - /KeySchema/ - Specifies the key schema for the global secondary index. ----- - /Projection/ - Specifies attributes that are copied (projected) from--- the table into the index. These are in addition to the primary key--- attributes and index key attributes, which are automatically--- projected. Each attribute specification is composed of:+-- - /Projection/ - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of: -- -- - /ProjectionType/ - One of the following: ----- - 'KEYS_ONLY' - Only the index and primary keys are projected--- into the index.+-- - 'KEYS_ONLY' - Only the index and primary keys are projected into the index. ----- - 'INCLUDE' - Only the specified table attributes are--- projected into the index. The list of projected attributes--- are in /NonKeyAttributes/.+-- - 'INCLUDE' - Only the specified table attributes are projected into the index. The list of projected attributes are in /NonKeyAttributes/. ----- - 'ALL' - All of the table attributes are projected into the--- index.+-- - 'ALL' - All of the table attributes are projected into the index. ----- - /NonKeyAttributes/ - A list of one or more non-key attribute--- names that are projected into the secondary index. The total--- count of attributes provided in /NonKeyAttributes/, summed--- across all of the secondary indexes, must not exceed 20. If you--- project the same attribute into two different indexes, this--- counts as two distinct attributes when determining the total.+-- - /NonKeyAttributes/ - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in /NonKeyAttributes/, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. ----- - /ProvisionedThroughput/ - The provisioned throughput settings for--- the global secondary index, consisting of read and write capacity--- units.+-- - /ProvisionedThroughput/ - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units. -- ctGlobalSecondaryIndexes :: Lens' CreateTable [GlobalSecondaryIndex] ctGlobalSecondaryIndexes = lens _ctGlobalSecondaryIndexes (\ s a -> s{_ctGlobalSecondaryIndexes = a}) . _Default . _Coerce; --- | One or more local secondary indexes (the maximum is five) to be created--- on the table. Each index is scoped to a given partition key value. There--- is a 10 GB size limit per partition key value; otherwise, the size of a--- local secondary index is unconstrained.+-- | One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained. -- -- Each local secondary index in the array includes the following: ----- - /IndexName/ - The name of the local secondary index. Must be unique--- only for this table.+-- - /IndexName/ - The name of the local secondary index. Must be unique only for this table. ----- - /KeySchema/ - Specifies the key schema for the local secondary--- index. The key schema must begin with the same partition key as the--- table.+-- - /KeySchema/ - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table. ----- - /Projection/ - Specifies attributes that are copied (projected) from--- the table into the index. These are in addition to the primary key--- attributes and index key attributes, which are automatically--- projected. Each attribute specification is composed of:+-- - /Projection/ - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of: -- -- - /ProjectionType/ - One of the following: ----- - 'KEYS_ONLY' - Only the index and primary keys are projected--- into the index.+-- - 'KEYS_ONLY' - Only the index and primary keys are projected into the index. ----- - 'INCLUDE' - Only the specified table attributes are--- projected into the index. The list of projected attributes--- are in /NonKeyAttributes/.+-- - 'INCLUDE' - Only the specified table attributes are projected into the index. The list of projected attributes are in /NonKeyAttributes/. ----- - 'ALL' - All of the table attributes are projected into the--- index.+-- - 'ALL' - All of the table attributes are projected into the index. ----- - /NonKeyAttributes/ - A list of one or more non-key attribute--- names that are projected into the secondary index. The total--- count of attributes provided in /NonKeyAttributes/, summed--- across all of the secondary indexes, must not exceed 20. If you--- project the same attribute into two different indexes, this--- counts as two distinct attributes when determining the total.+-- - /NonKeyAttributes/ - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in /NonKeyAttributes/, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. -- ctLocalSecondaryIndexes :: Lens' CreateTable [LocalSecondaryIndex] ctLocalSecondaryIndexes = lens _ctLocalSecondaryIndexes (\ s a -> s{_ctLocalSecondaryIndexes = a}) . _Default . _Coerce; --- | The settings for DynamoDB Streams on the table. These settings consist--- of:+-- | The settings for DynamoDB Streams on the table. These settings consist of: ----- - /StreamEnabled/ - Indicates whether Streams is to be enabled (true)--- or disabled (false).+-- - /StreamEnabled/ - Indicates whether Streams is to be enabled (true) or disabled (false). ----- - /StreamViewType/ - When an item in the table is modified,--- /StreamViewType/ determines what information is written to the--- table\'s stream. Valid values for /StreamViewType/ are:+-- - /StreamViewType/ - When an item in the table is modified, /StreamViewType/ determines what information is written to the table\'s stream. Valid values for /StreamViewType/ are: ----- - /KEYS_ONLY/ - Only the key attributes of the modified item are--- written to the stream.+-- - /KEYS_ONLY/ - Only the key attributes of the modified item are written to the stream. ----- - /NEW_IMAGE/ - The entire item, as it appears after it was--- modified, is written to the stream.+-- - /NEW_IMAGE/ - The entire item, as it appears after it was modified, is written to the stream. ----- - /OLD_IMAGE/ - The entire item, as it appeared before it was--- modified, is written to the stream.+-- - /OLD_IMAGE/ - The entire item, as it appeared before it was modified, is written to the stream. ----- - /NEW_AND_OLD_IMAGES/ - Both the new and the old item images of--- the item are written to the stream.+-- - /NEW_AND_OLD_IMAGES/ - Both the new and the old item images of the item are written to the stream. -- ctStreamSpecification :: Lens' CreateTable (Maybe StreamSpecification) ctStreamSpecification = lens _ctStreamSpecification (\ s a -> s{_ctStreamSpecification = a}); --- | An array of attributes that describe the key schema for the table and--- indexes.+-- | An array of attributes that describe the key schema for the table and indexes. ctAttributeDefinitions :: Lens' CreateTable [AttributeDefinition] ctAttributeDefinitions = lens _ctAttributeDefinitions (\ s a -> s{_ctAttributeDefinitions = a}) . _Coerce; @@ -227,11 +171,7 @@ ctTableName :: Lens' CreateTable Text ctTableName = lens _ctTableName (\ s a -> s{_ctTableName = a}); --- | Specifies the attributes that make up the primary key for a table or an--- index. The attributes in /KeySchema/ must also be defined in the--- /AttributeDefinitions/ array. For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html Data Model>--- in the /Amazon DynamoDB Developer Guide/.+-- | Specifies the attributes that make up the primary key for a table or an index. The attributes in /KeySchema/ must also be defined in the /AttributeDefinitions/ array. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html Data Model> in the /Amazon DynamoDB Developer Guide/. -- -- Each /KeySchemaElement/ in the array is composed of: --@@ -243,27 +183,15 @@ -- -- - 'RANGE' - sort key ----- The partition key of an item is also known as its /hash attribute/. The--- term \"hash attribute\" derives from DynamoDB\' usage of an internal--- hash function to evenly distribute data items across partitions, based--- on their partition key values.+-- The partition key of an item is also known as its /hash attribute/. The term \"hash attribute\" derives from DynamoDB\' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. ----- The sort key of an item is also known as its /range attribute/. The term--- \"range attribute\" derives from the way DynamoDB stores items with the--- same partition key physically close together, in sorted order by the--- sort key value.+-- The sort key of an item is also known as its /range attribute/. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. ----- For a simple primary key (partition key), you must provide exactly one--- element with a /KeyType/ of 'HASH'.+-- For a simple primary key (partition key), you must provide exactly one element with a /KeyType/ of 'HASH'. ----- For a composite primary key (partition key and sort key), you must--- provide exactly two elements, in this order: The first element must have--- a /KeyType/ of 'HASH', and the second element must have a /KeyType/ of--- 'RANGE'.+-- For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a /KeyType/ of 'HASH', and the second element must have a /KeyType/ of 'RANGE'. ----- For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#WorkingWithTables.primary.key Specifying the Primary Key>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#WorkingWithTables.primary.key Specifying the Primary Key> in the /Amazon DynamoDB Developer Guide/. ctKeySchema :: Lens' CreateTable (NonEmpty KeySchemaElement) ctKeySchema = lens _ctKeySchema (\ s a -> s{_ctKeySchema = a}) . _List1;
gen/Network/AWS/DynamoDB/DeleteItem.hs view
@@ -18,21 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes a single item in a table by primary key. You can perform a--- conditional delete operation that deletes the item if it exists, or if--- it has an expected attribute value.+-- Deletes a single item in a table by primary key. You can perform a conditional delete operation that deletes the item if it exists, or if it has an expected attribute value. ----- In addition to deleting an item, you can also return the item\'s--- attribute values in the same operation, using the /ReturnValues/--- parameter.+-- In addition to deleting an item, you can also return the item\'s attribute values in the same operation, using the /ReturnValues/ parameter. ----- Unless you specify conditions, the /DeleteItem/ is an idempotent--- operation; running it multiple times on the same item or attribute does--- /not/ result in an error response.+-- Unless you specify conditions, the /DeleteItem/ is an idempotent operation; running it multiple times on the same item or attribute does /not/ result in an error response. ----- Conditional deletes are useful for deleting items only if specific--- conditions are met. If those conditions are met, DynamoDB performs the--- delete. Otherwise, the item is not deleted.+-- Conditional deletes are useful for deleting items only if specific conditions are met. If those conditions are met, DynamoDB performs the delete. Otherwise, the item is not deleted. module Network.AWS.DynamoDB.DeleteItem ( -- * Creating a Request@@ -123,53 +115,35 @@ , _diKey = mempty } --- | One or more substitution tokens for attribute names in an expression.--- The following are some use cases for using /ExpressionAttributeNames/:+-- | One or more substitution tokens for attribute names in an expression. The following are some use cases for using /ExpressionAttributeNames/: ----- - To access an attribute whose name conflicts with a DynamoDB reserved--- word.+-- - To access an attribute whose name conflicts with a DynamoDB reserved word. ----- - To create a placeholder for repeating occurrences of an attribute--- name in an expression.+-- - To create a placeholder for repeating occurrences of an attribute name in an expression. ----- - To prevent special characters in an attribute name from being--- misinterpreted in an expression.+-- - To prevent special characters in an attribute name from being misinterpreted in an expression. ----- Use the __#__ character in an expression to dereference an attribute--- name. For example, consider the following attribute name:+-- Use the __#__ character in an expression to dereference an attribute name. For example, consider the following attribute name: -- -- - 'Percentile' ----- The name of this attribute conflicts with a reserved word, so it cannot--- be used directly in an expression. (For the complete list of reserved--- words, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words>--- in the /Amazon DynamoDB Developer Guide/). To work around this, you--- could specify the following for /ExpressionAttributeNames/:+-- The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words> in the /Amazon DynamoDB Developer Guide/). To work around this, you could specify the following for /ExpressionAttributeNames/: -- -- - '{\"#P\":\"Percentile\"}' ----- You could then use this substitution in an expression, as in this--- example:+-- You could then use this substitution in an expression, as in this example: -- -- - '#P = :val' ----- Tokens that begin with the __:__ character are /expression attribute--- values/, which are placeholders for the actual value at runtime.+-- Tokens that begin with the __:__ character are /expression attribute values/, which are placeholders for the actual value at runtime. ----- For more information on expression attribute names, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on expression attribute names, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes> in the /Amazon DynamoDB Developer Guide/. diExpressionAttributeNames :: Lens' DeleteItem (HashMap Text Text) diExpressionAttributeNames = lens _diExpressionAttributeNames (\ s a -> s{_diExpressionAttributeNames = a}) . _Default . _Map; --- | Use /ReturnValues/ if you want to get the item attributes as they--- appeared before they were deleted. For /DeleteItem/, the valid values--- are:+-- | Use /ReturnValues/ if you want to get the item attributes as they appeared before they were deleted. For /DeleteItem/, the valid values are: ----- - 'NONE' - If /ReturnValues/ is not specified, or if its value is--- 'NONE', then nothing is returned. (This setting is the default for--- /ReturnValues/.)+-- - 'NONE' - If /ReturnValues/ is not specified, or if its value is 'NONE', then nothing is returned. (This setting is the default for /ReturnValues/.) -- -- - 'ALL_OLD' - The content of the old item is returned. --@@ -178,9 +152,7 @@ -- | One or more values that can be substituted in an expression. ----- Use the __:__ (colon) character in an expression to dereference an--- attribute value. For example, suppose that you wanted to check whether--- the value of the /ProductStatus/ attribute was one of the following:+-- Use the __:__ (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the /ProductStatus/ attribute was one of the following: -- -- 'Available | Backordered | Discontinued' --@@ -192,9 +164,7 @@ -- -- 'ProductStatus IN (:avail, :back, :disc)' ----- For more information on expression attribute values, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on expression attribute values, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions> in the /Amazon DynamoDB Developer Guide/. diExpressionAttributeValues :: Lens' DeleteItem (HashMap Text AttributeValue) diExpressionAttributeValues = lens _diExpressionAttributeValues (\ s a -> s{_diExpressionAttributeValues = a}) . _Default . _Map; @@ -202,49 +172,35 @@ diReturnConsumedCapacity :: Lens' DeleteItem (Maybe ReturnConsumedCapacity) diReturnConsumedCapacity = lens _diReturnConsumedCapacity (\ s a -> s{_diReturnConsumedCapacity = a}); --- | Determines whether item collection metrics are returned. If set to--- 'SIZE', the response includes statistics about item collections, if any,--- that were modified during the operation are returned in the response. If--- set to 'NONE' (the default), no statistics are returned.+-- | Determines whether item collection metrics are returned. If set to 'SIZE', the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to 'NONE' (the default), no statistics are returned. diReturnItemCollectionMetrics :: Lens' DeleteItem (Maybe ReturnItemCollectionMetrics) diReturnItemCollectionMetrics = lens _diReturnItemCollectionMetrics (\ s a -> s{_diReturnItemCollectionMetrics = a}); --- | A condition that must be satisfied in order for a conditional--- /DeleteItem/ to succeed.+-- | A condition that must be satisfied in order for a conditional /DeleteItem/ to succeed. -- -- An expression can contain any of the following: ----- - Functions:--- 'attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size'+-- - Functions: 'attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size' -- -- These function names are case-sensitive. ----- - Comparison operators:--- ' = | <> | < | > | <= | >= | BETWEEN | IN'+-- - Comparison operators: ' = | <> | < | > | <= | >= | BETWEEN | IN' -- -- - Logical operators: 'AND | OR | NOT' ----- For more information on condition expressions, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on condition expressions, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions> in the /Amazon DynamoDB Developer Guide/. ----- /ConditionExpression/ replaces the legacy /ConditionalOperator/ and--- /Expected/ parameters.+-- /ConditionExpression/ replaces the legacy /ConditionalOperator/ and /Expected/ parameters. diConditionExpression :: Lens' DeleteItem (Maybe Text) diConditionExpression = lens _diConditionExpression (\ s a -> s{_diConditionExpression = a}); --- | This is a legacy parameter, for backward compatibility. New applications--- should use /ConditionExpression/ instead. Do not combine legacy--- parameters and expression parameters in a single API call; otherwise,--- DynamoDB will return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /ConditionExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. -- -- A logical operator to apply to the conditions in the /Expected/ map: ----- - 'AND' - If all of the conditions evaluate to true, then the entire--- map evaluates to true.+-- - 'AND' - If all of the conditions evaluate to true, then the entire map evaluates to true. ----- - 'OR' - If at least one of the conditions evaluate to true, then the--- entire map evaluates to true.+-- - 'OR' - If at least one of the conditions evaluate to true, then the entire map evaluates to true. -- -- If you omit /ConditionalOperator/, then 'AND' is the default. --@@ -254,48 +210,27 @@ diConditionalOperator :: Lens' DeleteItem (Maybe ConditionalOperator) diConditionalOperator = lens _diConditionalOperator (\ s a -> s{_diConditionalOperator = a}); --- | This is a legacy parameter, for backward compatibility. New applications--- should use /ConditionExpression/ instead. Do not combine legacy--- parameters and expression parameters in a single API call; otherwise,--- DynamoDB will return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /ConditionExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. ----- A map of attribute\/condition pairs. /Expected/ provides a conditional--- block for the /DeleteItem/ operation.+-- A map of attribute\/condition pairs. /Expected/ provides a conditional block for the /DeleteItem/ operation. ----- Each element of /Expected/ consists of an attribute name, a comparison--- operator, and one or more values. DynamoDB compares the attribute with--- the value(s) you supplied, using the comparison operator. For each--- /Expected/ element, the result of the evaluation is either true or--- false.+-- Each element of /Expected/ consists of an attribute name, a comparison operator, and one or more values. DynamoDB compares the attribute with the value(s) you supplied, using the comparison operator. For each /Expected/ element, the result of the evaluation is either true or false. ----- If you specify more than one element in the /Expected/ map, then by--- default all of the conditions must evaluate to true. In other words, the--- conditions are ANDed together. (You can use the /ConditionalOperator/--- parameter to OR the conditions instead. If you do this, then at least--- one of the conditions must evaluate to true, rather than all of them.)+-- If you specify more than one element in the /Expected/ map, then by default all of the conditions must evaluate to true. In other words, the conditions are ANDed together. (You can use the /ConditionalOperator/ parameter to OR the conditions instead. If you do this, then at least one of the conditions must evaluate to true, rather than all of them.) ----- If the /Expected/ map evaluates to true, then the conditional operation--- succeeds; otherwise, it fails.+-- If the /Expected/ map evaluates to true, then the conditional operation succeeds; otherwise, it fails. -- -- /Expected/ contains the following: ----- - /AttributeValueList/ - One or more values to evaluate against the--- supplied attribute. The number of values in the list depends on the--- /ComparisonOperator/ being used.+-- - /AttributeValueList/ - One or more values to evaluate against the supplied attribute. The number of values in the list depends on the /ComparisonOperator/ being used. -- -- For type Number, value comparisons are numeric. ----- String value comparisons for greater than, equals, or less than are--- based on ASCII character code values. For example, 'a' is greater--- than 'A', and 'a' is greater than 'B'. For a list of code values,--- see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>.+-- String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, 'a' is greater than 'A', and 'a' is greater than 'B'. For a list of code values, see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>. ----- For type Binary, DynamoDB treats each byte of the binary data as--- unsigned when it compares binary values.+-- For type Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. ----- - /ComparisonOperator/ - A comparator for evaluating attributes in the--- /AttributeValueList/. When performing the comparison, DynamoDB uses--- strongly consistent reads.+-- - /ComparisonOperator/ - A comparator for evaluating attributes in the /AttributeValueList/. When performing the comparison, DynamoDB uses strongly consistent reads. -- -- The following comparison operators are available: --@@ -303,178 +238,77 @@ -- -- The following are descriptions of each comparison operator. ----- - 'EQ' : Equal. 'EQ' is supported for all datatypes, including--- lists and maps.+-- - 'EQ' : Equal. 'EQ' is supported for all datatypes, including lists and maps. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, Binary, String Set, Number Set,--- or Binary Set. If an item contains an /AttributeValue/ element--- of a different type than the one provided in the request, the--- value does not match. For example, '{\"S\":\"6\"}' does not--- equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'. ----- - 'NE' : Not equal. 'NE' is supported for all datatypes, including--- lists and maps.+-- - 'NE' : Not equal. 'NE' is supported for all datatypes, including lists and maps. ----- /AttributeValueList/ can contain only one /AttributeValue/ of--- type String, Number, Binary, String Set, Number Set, or Binary--- Set. If an item contains an /AttributeValue/ of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not equal--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an /AttributeValue/ of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'LE' : Less than or equal. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- an item contains an /AttributeValue/ element of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'LT' : Less than. ----- /AttributeValueList/ can contain only one /AttributeValue/ of--- type String, Number, or Binary (not a set type). If an item--- contains an /AttributeValue/ element of a different type than--- the one provided in the request, the value does not match. For--- example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'GE' : Greater than or equal. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- an item contains an /AttributeValue/ element of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'GT' : Greater than. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- an item contains an /AttributeValue/ element of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. ----- - 'NOT_NULL' : The attribute exists. 'NOT_NULL' is supported for--- all datatypes, including lists and maps.+-- - 'NOT_NULL' : The attribute exists. 'NOT_NULL' is supported for all datatypes, including lists and maps. ----- This operator tests for the existence of an attribute, not its--- data type. If the data type of attribute \"'a'\" is null, and--- you evaluate it using 'NOT_NULL', the result is a Boolean--- /true/. This result is because the attribute \"'a'\" exists; its--- data type is not relevant to the 'NOT_NULL' comparison operator.+-- This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"'a'\" is null, and you evaluate it using 'NOT_NULL', the result is a Boolean /true/. This result is because the attribute \"'a'\" exists; its data type is not relevant to the 'NOT_NULL' comparison operator. ----- - 'NULL' : The attribute does not exist. 'NULL' is supported for--- all datatypes, including lists and maps.+-- - 'NULL' : The attribute does not exist. 'NULL' is supported for all datatypes, including lists and maps. ----- This operator tests for the nonexistence of an attribute, not--- its data type. If the data type of attribute \"'a'\" is null,--- and you evaluate it using 'NULL', the result is a Boolean--- /false/. This is because the attribute \"'a'\" exists; its data--- type is not relevant to the 'NULL' comparison operator.+-- This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"'a'\" is null, and you evaluate it using 'NULL', the result is a Boolean /false/. This is because the attribute \"'a'\" exists; its data type is not relevant to the 'NULL' comparison operator. -- -- - 'CONTAINS' : Checks for a subsequence, or value in a set. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- the target attribute of the comparison is of type String, then--- the operator checks for a substring match. If the target--- attribute of the comparison is of type Binary, then the operator--- looks for a subsequence of the target that matches the input. If--- the target attribute of the comparison is a set (\"'SS'\",--- \"'NS'\", or \"'BS'\"), then the operator evaluates to true if--- it finds an exact match with any member of the set.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"'SS'\", \"'NS'\", or \"'BS'\"), then the operator evaluates to true if it finds an exact match with any member of the set. ----- CONTAINS is supported for lists: When evaluating--- \"'a CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\"--- cannot be a set, a map, or a list.+-- CONTAINS is supported for lists: When evaluating \"'a CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\" cannot be a set, a map, or a list. ----- - 'NOT_CONTAINS' : Checks for absence of a subsequence, or absence--- of a value in a set.+-- - 'NOT_CONTAINS' : Checks for absence of a subsequence, or absence of a value in a set. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- the target attribute of the comparison is a String, then the--- operator checks for the absence of a substring match. If the--- target attribute of the comparison is Binary, then the operator--- checks for the absence of a subsequence of the target that--- matches the input. If the target attribute of the comparison is--- a set (\"'SS'\", \"'NS'\", or \"'BS'\"), then the operator--- evaluates to true if it /does not/ find an exact match with any--- member of the set.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"'SS'\", \"'NS'\", or \"'BS'\"), then the operator evaluates to true if it /does not/ find an exact match with any member of the set. ----- NOT_CONTAINS is supported for lists: When evaluating--- \"'a NOT CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\"--- cannot be a set, a map, or a list.+-- NOT_CONTAINS is supported for lists: When evaluating \"'a NOT CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\" cannot be a set, a map, or a list. -- -- - 'BEGINS_WITH' : Checks for a prefix. ----- /AttributeValueList/ can contain only one /AttributeValue/ of--- type String or Binary (not a Number or a set type). The target--- attribute of the comparison must be of type String or Binary--- (not a Number or a set type).+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type). -- -- - 'IN' : Checks for matching elements within two sets. ----- /AttributeValueList/ can contain one or more /AttributeValue/--- elements of type String, Number, or Binary (not a set type).--- These attributes are compared against an existing set type--- attribute of an item. If any elements of the input set are--- present in the item attribute, the expression evaluates to true.+-- /AttributeValueList/ can contain one or more /AttributeValue/ elements of type String, Number, or Binary (not a set type). These attributes are compared against an existing set type attribute of an item. If any elements of the input set are present in the item attribute, the expression evaluates to true. ----- - 'BETWEEN' : Greater than or equal to the first value, and less--- than or equal to the second value.+-- - 'BETWEEN' : Greater than or equal to the first value, and less than or equal to the second value. ----- /AttributeValueList/ must contain two /AttributeValue/ elements--- of the same type, either String, Number, or Binary (not a set--- type). A target attribute matches if the target value is greater--- than, or equal to, the first element and less than, or equal to,--- the second element. If an item contains an /AttributeValue/--- element of a different type than the one provided in the--- request, the value does not match. For example, '{\"S\":\"6\"}'--- does not compare to '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does--- not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'+-- /AttributeValueList/ must contain two /AttributeValue/ elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not compare to '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}' ----- For usage examples of /AttributeValueList/ and /ComparisonOperator/, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html Legacy Conditional Parameters>--- in the /Amazon DynamoDB Developer Guide/.+-- For usage examples of /AttributeValueList/ and /ComparisonOperator/, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html Legacy Conditional Parameters> in the /Amazon DynamoDB Developer Guide/. ----- For backward compatibility with previous DynamoDB releases, the--- following parameters can be used instead of /AttributeValueList/ and--- /ComparisonOperator/:+-- For backward compatibility with previous DynamoDB releases, the following parameters can be used instead of /AttributeValueList/ and /ComparisonOperator/: -- -- - /Value/ - A value for DynamoDB to compare with an attribute. ----- - /Exists/ - A Boolean value that causes DynamoDB to evaluate the--- value before attempting the conditional operation:+-- - /Exists/ - A Boolean value that causes DynamoDB to evaluate the value before attempting the conditional operation: ----- - If /Exists/ is 'true', DynamoDB will check to see if that--- attribute value already exists in the table. If it is found,--- then the condition evaluates to true; otherwise the condition--- evaluate to false.+-- - If /Exists/ is 'true', DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the condition evaluates to true; otherwise the condition evaluate to false. ----- - If /Exists/ is 'false', DynamoDB assumes that the attribute--- value does /not/ exist in the table. If in fact the value does--- not exist, then the assumption is valid and the condition--- evaluates to true. If the value is found, despite the assumption--- that it does not exist, the condition evaluates to false.+-- - If /Exists/ is 'false', DynamoDB assumes that the attribute value does /not/ exist in the table. If in fact the value does not exist, then the assumption is valid and the condition evaluates to true. If the value is found, despite the assumption that it does not exist, the condition evaluates to false. -- -- Note that the default value for /Exists/ is 'true'. ----- The /Value/ and /Exists/ parameters are incompatible with--- /AttributeValueList/ and /ComparisonOperator/. Note that if you use both--- sets of parameters at once, DynamoDB will return a /ValidationException/--- exception.+-- The /Value/ and /Exists/ parameters are incompatible with /AttributeValueList/ and /ComparisonOperator/. Note that if you use both sets of parameters at once, DynamoDB will return a /ValidationException/ exception. -- -- This parameter does not support attributes of type List or Map. diExpected :: Lens' DeleteItem (HashMap Text ExpectedAttributeValue)@@ -484,13 +318,9 @@ diTableName :: Lens' DeleteItem Text diTableName = lens _diTableName (\ s a -> s{_diTableName = a}); --- | A map of attribute names to /AttributeValue/ objects, representing the--- primary key of the item to delete.+-- | A map of attribute names to /AttributeValue/ objects, representing the primary key of the item to delete. ----- For the primary key, you must provide all of the attributes. For--- example, with a simple primary key, you only need to provide a value for--- the partition key. For a composite primary key, you must provide values--- for both the partition key and the sort key.+-- For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key. diKey :: Lens' DeleteItem (HashMap Text AttributeValue) diKey = lens _diKey (\ s a -> s{_diKey = a}) . _Map; @@ -578,27 +408,15 @@ , _dirsResponseStatus = pResponseStatus_ } --- | Information about item collections, if any, that were affected by the--- operation. /ItemCollectionMetrics/ is only returned if the request asked--- for it. If the table does not have any local secondary indexes, this--- information is not returned in the response.+-- | Information about item collections, if any, that were affected by the operation. /ItemCollectionMetrics/ is only returned if the request asked for it. If the table does not have any local secondary indexes, this information is not returned in the response. -- -- Each /ItemCollectionMetrics/ element consists of: ----- - /ItemCollectionKey/ - The partition key value of the item--- collection. This is the same as the partition key value of the item--- itself.+-- - /ItemCollectionKey/ - The partition key value of the item collection. This is the same as the partition key value of the item itself. ----- - /SizeEstimateRange/ - An estimate of item collection size, in--- gigabytes. This value is a two-element array containing a lower--- bound and an upper bound for the estimate. The estimate includes the--- size of all the items in the table, plus the size of all attributes--- projected into all of the local secondary indexes on that table. Use--- this estimate to measure whether a local secondary index is--- approaching its size limit.+-- - /SizeEstimateRange/ - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit. ----- The estimate is subject to change over time; therefore, do not rely--- on the precision or accuracy of the estimate.+-- The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate. -- dirsItemCollectionMetrics :: Lens' DeleteItemResponse (Maybe ItemCollectionMetrics) dirsItemCollectionMetrics = lens _dirsItemCollectionMetrics (\ s a -> s{_dirsItemCollectionMetrics = a});@@ -607,10 +425,7 @@ dirsConsumedCapacity :: Lens' DeleteItemResponse (Maybe ConsumedCapacity) dirsConsumedCapacity = lens _dirsConsumedCapacity (\ s a -> s{_dirsConsumedCapacity = a}); --- | A map of attribute names to /AttributeValue/ objects, representing the--- item as it appeared before the /DeleteItem/ operation. This map appears--- in the response only if /ReturnValues/ was specified as 'ALL_OLD' in the--- request.+-- | A map of attribute names to /AttributeValue/ objects, representing the item as it appeared before the /DeleteItem/ operation. This map appears in the response only if /ReturnValues/ was specified as 'ALL_OLD' in the request. dirsAttributes :: Lens' DeleteItemResponse (HashMap Text AttributeValue) dirsAttributes = lens _dirsAttributes (\ s a -> s{_dirsAttributes = a}) . _Default . _Map;
gen/Network/AWS/DynamoDB/DeleteTable.hs view
@@ -18,24 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DeleteTable/ operation deletes a table and all of its items. After--- a /DeleteTable/ request, the specified table is in the 'DELETING' state--- until DynamoDB completes the deletion. If the table is in the 'ACTIVE'--- state, you can delete it. If a table is in 'CREATING' or 'UPDATING'--- states, then DynamoDB returns a /ResourceInUseException/. If the--- specified table does not exist, DynamoDB returns a--- /ResourceNotFoundException/. If table is already in the 'DELETING'--- state, no error is returned.+-- The /DeleteTable/ operation deletes a table and all of its items. After a /DeleteTable/ request, the specified table is in the 'DELETING' state until DynamoDB completes the deletion. If the table is in the 'ACTIVE' state, you can delete it. If a table is in 'CREATING' or 'UPDATING' states, then DynamoDB returns a /ResourceInUseException/. If the specified table does not exist, DynamoDB returns a /ResourceNotFoundException/. If table is already in the 'DELETING' state, no error is returned. ----- DynamoDB might continue to accept data read and write operations, such--- as /GetItem/ and /PutItem/, on a table in the 'DELETING' state until the--- table deletion is complete.+-- DynamoDB might continue to accept data read and write operations, such as /GetItem/ and /PutItem/, on a table in the 'DELETING' state until the table deletion is complete. -- -- When you delete a table, any indexes on that table are also deleted. ----- If you have DynamoDB Streams enabled on the table, then the--- corresponding stream on that table goes into the 'DISABLED' state, and--- the stream is automatically deleted after 24 hours.+-- If you have DynamoDB Streams enabled on the table, then the corresponding stream on that table goes into the 'DISABLED' state, and the stream is automatically deleted after 24 hours. -- -- Use the /DescribeTable/ API to check the status of the table. module Network.AWS.DynamoDB.DeleteTable
gen/Network/AWS/DynamoDB/DescribeLimits.hs view
@@ -18,61 +18,32 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the current provisioned-capacity limits for your AWS account in--- a region, both for the region as a whole and for any one DynamoDB table--- that you create there.+-- Returns the current provisioned-capacity limits for your AWS account in a region, both for the region as a whole and for any one DynamoDB table that you create there. ----- When you establish an AWS account, the account has initial limits on the--- maximum read capacity units and write capacity units that you can--- provision across all of your DynamoDB tables in a given region. Also,--- there are per-table limits that apply when you create a table there. For--- more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html Limits>--- page in the /Amazon DynamoDB Developer Guide/.+-- When you establish an AWS account, the account has initial limits on the maximum read capacity units and write capacity units that you can provision across all of your DynamoDB tables in a given region. Also, there are per-table limits that apply when you create a table there. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html Limits> page in the /Amazon DynamoDB Developer Guide/. ----- Although you can increase these limits by filing a case at--- <https://console.aws.amazon.com/support/home#/ AWS Support Center>,--- obtaining the increase is not instantaneous. The /DescribeLimits/ API--- lets you write code to compare the capacity you are currently using to--- those limits imposed by your account so that you have enough time to--- apply for an increase before you hit a limit.+-- Although you can increase these limits by filing a case at <https://console.aws.amazon.com/support/home#/ AWS Support Center>, obtaining the increase is not instantaneous. The /DescribeLimits/ API lets you write code to compare the capacity you are currently using to those limits imposed by your account so that you have enough time to apply for an increase before you hit a limit. -- -- For example, you could use one of the AWS SDKs to do the following: ----- 1. Call /DescribeLimits/ for a particular region to obtain your current--- account limits on provisioned capacity there.--- 2. Create a variable to hold the aggregate read capacity units--- provisioned for all your tables in that region, and one to hold the--- aggregate write capacity units. Zero them both.+-- 1. Call /DescribeLimits/ for a particular region to obtain your current account limits on provisioned capacity there.+-- 2. Create a variable to hold the aggregate read capacity units provisioned for all your tables in that region, and one to hold the aggregate write capacity units. Zero them both. -- 3. Call /ListTables/ to obtain a list of all your DynamoDB tables. -- 4. For each table name listed by /ListTables/, do the following: -- -- - Call /DescribeTable/ with the table name.--- - Use the data returned by /DescribeTable/ to add the read--- capacity units and write capacity units provisioned for the--- table itself to your variables.--- - If the table has one or more global secondary indexes (GSIs),--- loop over these GSIs and add their provisioned capacity values--- to your variables as well.+-- - Use the data returned by /DescribeTable/ to add the read capacity units and write capacity units provisioned for the table itself to your variables.+-- - If the table has one or more global secondary indexes (GSIs), loop over these GSIs and add their provisioned capacity values to your variables as well. ----- 5. Report the account limits for that region returned by--- /DescribeLimits/, along with the total current provisioned capacity--- levels you have calculated.+-- 5. Report the account limits for that region returned by /DescribeLimits/, along with the total current provisioned capacity levels you have calculated. ----- This will let you see whether you are getting close to your--- account-level limits.+-- This will let you see whether you are getting close to your account-level limits. ----- The per-table limits apply only when you are creating a new table. They--- restrict the sum of the provisioned capacity of the new table itself and--- all its global secondary indexes.+-- The per-table limits apply only when you are creating a new table. They restrict the sum of the provisioned capacity of the new table itself and all its global secondary indexes. ----- For existing tables and their GSIs, DynamoDB will not let you increase--- provisioned capacity extremely rapidly, but the only upper limit that--- applies is that the aggregate provisioned capacity over all your tables--- and GSIs cannot exceed either of the per-account limits.+-- For existing tables and their GSIs, DynamoDB will not let you increase provisioned capacity extremely rapidly, but the only upper limit that applies is that the aggregate provisioned capacity over all your tables and GSIs cannot exceed either of the per-account limits. ----- /DescribeLimits/ should only be called periodically. You can expect--- throttling errors if you call it more than once in a minute.+-- /DescribeLimits/ should only be called periodically. You can expect throttling errors if you call it more than once in a minute. -- -- The /DescribeLimits/ Request element has no content. module Network.AWS.DynamoDB.DescribeLimits@@ -183,27 +154,19 @@ , _dlrsResponseStatus = pResponseStatus_ } --- | The maximum write capacity units that your account allows you to--- provision for a new table that you are creating in this region,--- including the write capacity units provisioned for its global secondary--- indexes (GSIs).+-- | The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs). dlrsTableMaxWriteCapacityUnits :: Lens' DescribeLimitsResponse (Maybe Natural) dlrsTableMaxWriteCapacityUnits = lens _dlrsTableMaxWriteCapacityUnits (\ s a -> s{_dlrsTableMaxWriteCapacityUnits = a}) . mapping _Nat; --- | The maximum read capacity units that your account allows you to--- provision for a new table that you are creating in this region,--- including the read capacity units provisioned for its global secondary--- indexes (GSIs).+-- | The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs). dlrsTableMaxReadCapacityUnits :: Lens' DescribeLimitsResponse (Maybe Natural) dlrsTableMaxReadCapacityUnits = lens _dlrsTableMaxReadCapacityUnits (\ s a -> s{_dlrsTableMaxReadCapacityUnits = a}) . mapping _Nat; --- | The maximum total write capacity units that your account allows you to--- provision across all of your tables in this region.+-- | The maximum total write capacity units that your account allows you to provision across all of your tables in this region. dlrsAccountMaxWriteCapacityUnits :: Lens' DescribeLimitsResponse (Maybe Natural) dlrsAccountMaxWriteCapacityUnits = lens _dlrsAccountMaxWriteCapacityUnits (\ s a -> s{_dlrsAccountMaxWriteCapacityUnits = a}) . mapping _Nat; --- | The maximum total read capacity units that your account allows you to--- provision across all of your tables in this region.+-- | The maximum total read capacity units that your account allows you to provision across all of your tables in this region. dlrsAccountMaxReadCapacityUnits :: Lens' DescribeLimitsResponse (Maybe Natural) dlrsAccountMaxReadCapacityUnits = lens _dlrsAccountMaxReadCapacityUnits (\ s a -> s{_dlrsAccountMaxReadCapacityUnits = a}) . mapping _Nat;
gen/Network/AWS/DynamoDB/DescribeTable.hs view
@@ -18,15 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns information about the table, including the current status of the--- table, when it was created, the primary key schema, and any indexes on--- the table.+-- Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table. ----- If you issue a /DescribeTable/ request immediately after a /CreateTable/--- request, DynamoDB might return a /ResourceNotFoundException/. This is--- because /DescribeTable/ uses an eventually consistent query, and the--- metadata for your table might not be available at that moment. Wait for--- a few seconds, and then try the /DescribeTable/ request again.+-- If you issue a /DescribeTable/ request immediately after a /CreateTable/ request, DynamoDB might return a /ResourceNotFoundException/. This is because /DescribeTable/ uses an eventually consistent query, and the metadata for your table might not be available at that moment. Wait for a few seconds, and then try the /DescribeTable/ request again. module Network.AWS.DynamoDB.DescribeTable ( -- * Creating a Request
gen/Network/AWS/DynamoDB/GetItem.hs view
@@ -18,14 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- The /GetItem/ operation returns a set of attributes for the item with--- the given primary key. If there is no matching item, /GetItem/ does not--- return any data.+-- The /GetItem/ operation returns a set of attributes for the item with the given primary key. If there is no matching item, /GetItem/ does not return any data. ----- /GetItem/ provides an eventually consistent read by default. If your--- application requires a strongly consistent read, set /ConsistentRead/ to--- 'true'. Although a strongly consistent read might take more time than an--- eventually consistent read, it always returns the last updated value.+-- /GetItem/ provides an eventually consistent read by default. If your application requires a strongly consistent read, set /ConsistentRead/ to 'true'. Although a strongly consistent read might take more time than an eventually consistent read, it always returns the last updated value. module Network.AWS.DynamoDB.GetItem ( -- * Creating a Request@@ -100,83 +95,53 @@ , _giKey = mempty } --- | A string that identifies one or more attributes to retrieve from the--- table. These attributes can include scalars, sets, or elements of a JSON--- document. The attributes in the expression must be separated by commas.+-- | A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas. ----- If no attribute names are specified, then all attributes will be--- returned. If any of the requested attributes are not found, they will--- not appear in the result.+-- If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. ----- For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes> in the /Amazon DynamoDB Developer Guide/. -- -- /ProjectionExpression/ replaces the legacy /AttributesToGet/ parameter. giProjectionExpression :: Lens' GetItem (Maybe Text) giProjectionExpression = lens _giProjectionExpression (\ s a -> s{_giProjectionExpression = a}); --- | This is a legacy parameter, for backward compatibility. New applications--- should use /ProjectionExpression/ instead. Do not combine legacy--- parameters and expression parameters in a single API call; otherwise,--- DynamoDB will return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /ProjectionExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. ----- This parameter allows you to retrieve attributes of type List or Map;--- however, it cannot retrieve individual elements within a List or a Map.+-- This parameter allows you to retrieve attributes of type List or Map; however, it cannot retrieve individual elements within a List or a Map. ----- The names of one or more attributes to retrieve. If no attribute names--- are provided, then all attributes will be returned. If any of the--- requested attributes are not found, they will not appear in the result.+-- The names of one or more attributes to retrieve. If no attribute names are provided, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. ----- Note that /AttributesToGet/ has no effect on provisioned throughput--- consumption. DynamoDB determines capacity units consumed based on item--- size, not on the amount of data that is returned to an application.+-- Note that /AttributesToGet/ has no effect on provisioned throughput consumption. DynamoDB determines capacity units consumed based on item size, not on the amount of data that is returned to an application. giAttributesToGet :: Lens' GetItem (Maybe (NonEmpty Text)) giAttributesToGet = lens _giAttributesToGet (\ s a -> s{_giAttributesToGet = a}) . mapping _List1; --- | One or more substitution tokens for attribute names in an expression.--- The following are some use cases for using /ExpressionAttributeNames/:+-- | One or more substitution tokens for attribute names in an expression. The following are some use cases for using /ExpressionAttributeNames/: ----- - To access an attribute whose name conflicts with a DynamoDB reserved--- word.+-- - To access an attribute whose name conflicts with a DynamoDB reserved word. ----- - To create a placeholder for repeating occurrences of an attribute--- name in an expression.+-- - To create a placeholder for repeating occurrences of an attribute name in an expression. ----- - To prevent special characters in an attribute name from being--- misinterpreted in an expression.+-- - To prevent special characters in an attribute name from being misinterpreted in an expression. ----- Use the __#__ character in an expression to dereference an attribute--- name. For example, consider the following attribute name:+-- Use the __#__ character in an expression to dereference an attribute name. For example, consider the following attribute name: -- -- - 'Percentile' ----- The name of this attribute conflicts with a reserved word, so it cannot--- be used directly in an expression. (For the complete list of reserved--- words, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words>--- in the /Amazon DynamoDB Developer Guide/). To work around this, you--- could specify the following for /ExpressionAttributeNames/:+-- The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words> in the /Amazon DynamoDB Developer Guide/). To work around this, you could specify the following for /ExpressionAttributeNames/: -- -- - '{\"#P\":\"Percentile\"}' ----- You could then use this substitution in an expression, as in this--- example:+-- You could then use this substitution in an expression, as in this example: -- -- - '#P = :val' ----- Tokens that begin with the __:__ character are /expression attribute--- values/, which are placeholders for the actual value at runtime.+-- Tokens that begin with the __:__ character are /expression attribute values/, which are placeholders for the actual value at runtime. ----- For more information on expression attribute names, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on expression attribute names, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes> in the /Amazon DynamoDB Developer Guide/. giExpressionAttributeNames :: Lens' GetItem (HashMap Text Text) giExpressionAttributeNames = lens _giExpressionAttributeNames (\ s a -> s{_giExpressionAttributeNames = a}) . _Default . _Map; --- | Determines the read consistency model: If set to 'true', then the--- operation uses strongly consistent reads; otherwise, the operation uses--- eventually consistent reads.+-- | Determines the read consistency model: If set to 'true', then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads. giConsistentRead :: Lens' GetItem (Maybe Bool) giConsistentRead = lens _giConsistentRead (\ s a -> s{_giConsistentRead = a}); @@ -188,13 +153,9 @@ giTableName :: Lens' GetItem Text giTableName = lens _giTableName (\ s a -> s{_giTableName = a}); --- | A map of attribute names to /AttributeValue/ objects, representing the--- primary key of the item to retrieve.+-- | A map of attribute names to /AttributeValue/ objects, representing the primary key of the item to retrieve. ----- For the primary key, you must provide all of the attributes. For--- example, with a simple primary key, you only need to provide a value for--- the partition key. For a composite primary key, you must provide values--- for both the partition key and the sort key.+-- For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key. giKey :: Lens' GetItem (HashMap Text AttributeValue) giKey = lens _giKey (\ s a -> s{_giKey = a}) . _Map; @@ -275,8 +236,7 @@ girsConsumedCapacity :: Lens' GetItemResponse (Maybe ConsumedCapacity) girsConsumedCapacity = lens _girsConsumedCapacity (\ s a -> s{_girsConsumedCapacity = a}); --- | A map of attribute names to /AttributeValue/ objects, as specified by--- /AttributesToGet/.+-- | A map of attribute names to /AttributeValue/ objects, as specified by /AttributesToGet/. girsItem :: Lens' GetItemResponse (HashMap Text AttributeValue) girsItem = lens _girsItem (\ s a -> s{_girsItem = a}) . _Default . _Map;
gen/Network/AWS/DynamoDB/ListTables.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns an array of table names associated with the current account and--- endpoint. The output from /ListTables/ is paginated, with each page--- returning a maximum of 100 table names.+-- Returns an array of table names associated with the current account and endpoint. The output from /ListTables/ is paginated, with each page returning a maximum of 100 table names. -- -- This operation returns paginated results. module Network.AWS.DynamoDB.ListTables@@ -72,14 +70,11 @@ , _ltLimit = Nothing } --- | The first table name that this operation will evaluate. Use the value--- that was returned for /LastEvaluatedTableName/ in a previous operation,--- so that you can obtain the next page of results.+-- | The first table name that this operation will evaluate. Use the value that was returned for /LastEvaluatedTableName/ in a previous operation, so that you can obtain the next page of results. ltExclusiveStartTableName :: Lens' ListTables (Maybe Text) ltExclusiveStartTableName = lens _ltExclusiveStartTableName (\ s a -> s{_ltExclusiveStartTableName = a}); --- | A maximum number of table names to return. If this parameter is not--- specified, the limit is 100.+-- | A maximum number of table names to return. If this parameter is not specified, the limit is 100. ltLimit :: Lens' ListTables (Maybe Natural) ltLimit = lens _ltLimit (\ s a -> s{_ltLimit = a}) . mapping _Nat; @@ -158,21 +153,15 @@ , _ltrsResponseStatus = pResponseStatus_ } --- | The name of the last table in the current page of results. Use this--- value as the /ExclusiveStartTableName/ in a new request to obtain the--- next page of results, until all the table names are returned.+-- | The name of the last table in the current page of results. Use this value as the /ExclusiveStartTableName/ in a new request to obtain the next page of results, until all the table names are returned. ----- If you do not receive a /LastEvaluatedTableName/ value in the response,--- this means that there are no more table names to be retrieved.+-- If you do not receive a /LastEvaluatedTableName/ value in the response, this means that there are no more table names to be retrieved. ltrsLastEvaluatedTableName :: Lens' ListTablesResponse (Maybe Text) ltrsLastEvaluatedTableName = lens _ltrsLastEvaluatedTableName (\ s a -> s{_ltrsLastEvaluatedTableName = a}); --- | The names of the tables associated with the current account at the--- current endpoint. The maximum size of this array is 100.+-- | The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100. ----- If /LastEvaluatedTableName/ also appears in the output, you can use this--- value as the /ExclusiveStartTableName/ parameter in a subsequent--- /ListTables/ request and obtain the next page of results.+-- If /LastEvaluatedTableName/ also appears in the output, you can use this value as the /ExclusiveStartTableName/ parameter in a subsequent /ListTables/ request and obtain the next page of results. ltrsTableNames :: Lens' ListTablesResponse [Text] ltrsTableNames = lens _ltrsTableNames (\ s a -> s{_ltrsTableNames = a}) . _Default . _Coerce;
gen/Network/AWS/DynamoDB/PutItem.hs view
@@ -18,37 +18,17 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a new item, or replaces an old item with a new item. If an item--- that has the same primary key as the new item already exists in the--- specified table, the new item completely replaces the existing item. You--- can perform a conditional put operation (add a new item if one with the--- specified primary key doesn\'t exist), or replace an existing item if it--- has certain attribute values.+-- Creates a new item, or replaces an old item with a new item. If an item that has the same primary key as the new item already exists in the specified table, the new item completely replaces the existing item. You can perform a conditional put operation (add a new item if one with the specified primary key doesn\'t exist), or replace an existing item if it has certain attribute values. ----- In addition to putting an item, you can also return the item\'s--- attribute values in the same operation, using the /ReturnValues/--- parameter.+-- In addition to putting an item, you can also return the item\'s attribute values in the same operation, using the /ReturnValues/ parameter. ----- When you add an item, the primary key attribute(s) are the only required--- attributes. Attribute values cannot be null. String and Binary type--- attributes must have lengths greater than zero. Set type attributes--- cannot be empty. Requests with empty values will be rejected with a--- /ValidationException/ exception.+-- When you add an item, the primary key attribute(s) are the only required attributes. Attribute values cannot be null. String and Binary type attributes must have lengths greater than zero. Set type attributes cannot be empty. Requests with empty values will be rejected with a /ValidationException/ exception. ----- You can request that /PutItem/ return either a copy of the original item--- (before the update) or a copy of the updated item (after the update).--- For more information, see the /ReturnValues/ description below.+-- You can request that /PutItem/ return either a copy of the original item (before the update) or a copy of the updated item (after the update). For more information, see the /ReturnValues/ description below. ----- To prevent a new item from replacing an existing item, use a conditional--- expression that contains the 'attribute_not_exists' function with the--- name of the attribute being used as the partition key for the table.--- Since every record must contain that attribute, the--- 'attribute_not_exists' function will only succeed if no matching item--- exists.+-- To prevent a new item from replacing an existing item, use a conditional expression that contains the 'attribute_not_exists' function with the name of the attribute being used as the partition key for the table. Since every record must contain that attribute, the 'attribute_not_exists' function will only succeed if no matching item exists. ----- For more information about using this API, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information about using this API, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html Working with Items> in the /Amazon DynamoDB Developer Guide/. module Network.AWS.DynamoDB.PutItem ( -- * Creating a Request@@ -139,65 +119,44 @@ , _piItem = mempty } --- | One or more substitution tokens for attribute names in an expression.--- The following are some use cases for using /ExpressionAttributeNames/:+-- | One or more substitution tokens for attribute names in an expression. The following are some use cases for using /ExpressionAttributeNames/: ----- - To access an attribute whose name conflicts with a DynamoDB reserved--- word.+-- - To access an attribute whose name conflicts with a DynamoDB reserved word. ----- - To create a placeholder for repeating occurrences of an attribute--- name in an expression.+-- - To create a placeholder for repeating occurrences of an attribute name in an expression. ----- - To prevent special characters in an attribute name from being--- misinterpreted in an expression.+-- - To prevent special characters in an attribute name from being misinterpreted in an expression. ----- Use the __#__ character in an expression to dereference an attribute--- name. For example, consider the following attribute name:+-- Use the __#__ character in an expression to dereference an attribute name. For example, consider the following attribute name: -- -- - 'Percentile' ----- The name of this attribute conflicts with a reserved word, so it cannot--- be used directly in an expression. (For the complete list of reserved--- words, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words>--- in the /Amazon DynamoDB Developer Guide/). To work around this, you--- could specify the following for /ExpressionAttributeNames/:+-- The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words> in the /Amazon DynamoDB Developer Guide/). To work around this, you could specify the following for /ExpressionAttributeNames/: -- -- - '{\"#P\":\"Percentile\"}' ----- You could then use this substitution in an expression, as in this--- example:+-- You could then use this substitution in an expression, as in this example: -- -- - '#P = :val' ----- Tokens that begin with the __:__ character are /expression attribute--- values/, which are placeholders for the actual value at runtime.+-- Tokens that begin with the __:__ character are /expression attribute values/, which are placeholders for the actual value at runtime. ----- For more information on expression attribute names, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on expression attribute names, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes> in the /Amazon DynamoDB Developer Guide/. piExpressionAttributeNames :: Lens' PutItem (HashMap Text Text) piExpressionAttributeNames = lens _piExpressionAttributeNames (\ s a -> s{_piExpressionAttributeNames = a}) . _Default . _Map; --- | Use /ReturnValues/ if you want to get the item attributes as they--- appeared before they were updated with the /PutItem/ request. For--- /PutItem/, the valid values are:+-- | Use /ReturnValues/ if you want to get the item attributes as they appeared before they were updated with the /PutItem/ request. For /PutItem/, the valid values are: ----- - 'NONE' - If /ReturnValues/ is not specified, or if its value is--- 'NONE', then nothing is returned. (This setting is the default for--- /ReturnValues/.)+-- - 'NONE' - If /ReturnValues/ is not specified, or if its value is 'NONE', then nothing is returned. (This setting is the default for /ReturnValues/.) ----- - 'ALL_OLD' - If /PutItem/ overwrote an attribute name-value pair,--- then the content of the old item is returned.+-- - 'ALL_OLD' - If /PutItem/ overwrote an attribute name-value pair, then the content of the old item is returned. -- piReturnValues :: Lens' PutItem (Maybe ReturnValue) piReturnValues = lens _piReturnValues (\ s a -> s{_piReturnValues = a}); -- | One or more values that can be substituted in an expression. ----- Use the __:__ (colon) character in an expression to dereference an--- attribute value. For example, suppose that you wanted to check whether--- the value of the /ProductStatus/ attribute was one of the following:+-- Use the __:__ (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the /ProductStatus/ attribute was one of the following: -- -- 'Available | Backordered | Discontinued' --@@ -209,9 +168,7 @@ -- -- 'ProductStatus IN (:avail, :back, :disc)' ----- For more information on expression attribute values, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on expression attribute values, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions> in the /Amazon DynamoDB Developer Guide/. piExpressionAttributeValues :: Lens' PutItem (HashMap Text AttributeValue) piExpressionAttributeValues = lens _piExpressionAttributeValues (\ s a -> s{_piExpressionAttributeValues = a}) . _Default . _Map; @@ -219,49 +176,35 @@ piReturnConsumedCapacity :: Lens' PutItem (Maybe ReturnConsumedCapacity) piReturnConsumedCapacity = lens _piReturnConsumedCapacity (\ s a -> s{_piReturnConsumedCapacity = a}); --- | Determines whether item collection metrics are returned. If set to--- 'SIZE', the response includes statistics about item collections, if any,--- that were modified during the operation are returned in the response. If--- set to 'NONE' (the default), no statistics are returned.+-- | Determines whether item collection metrics are returned. If set to 'SIZE', the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to 'NONE' (the default), no statistics are returned. piReturnItemCollectionMetrics :: Lens' PutItem (Maybe ReturnItemCollectionMetrics) piReturnItemCollectionMetrics = lens _piReturnItemCollectionMetrics (\ s a -> s{_piReturnItemCollectionMetrics = a}); --- | A condition that must be satisfied in order for a conditional /PutItem/--- operation to succeed.+-- | A condition that must be satisfied in order for a conditional /PutItem/ operation to succeed. -- -- An expression can contain any of the following: ----- - Functions:--- 'attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size'+-- - Functions: 'attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size' -- -- These function names are case-sensitive. ----- - Comparison operators:--- ' = | <> | < | > | <= | >= | BETWEEN | IN'+-- - Comparison operators: ' = | <> | < | > | <= | >= | BETWEEN | IN' -- -- - Logical operators: 'AND | OR | NOT' ----- For more information on condition expressions, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on condition expressions, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions> in the /Amazon DynamoDB Developer Guide/. ----- /ConditionExpression/ replaces the legacy /ConditionalOperator/ and--- /Expected/ parameters.+-- /ConditionExpression/ replaces the legacy /ConditionalOperator/ and /Expected/ parameters. piConditionExpression :: Lens' PutItem (Maybe Text) piConditionExpression = lens _piConditionExpression (\ s a -> s{_piConditionExpression = a}); --- | This is a legacy parameter, for backward compatibility. New applications--- should use /ConditionExpression/ instead. Do not combine legacy--- parameters and expression parameters in a single API call; otherwise,--- DynamoDB will return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /ConditionExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. -- -- A logical operator to apply to the conditions in the /Expected/ map: ----- - 'AND' - If all of the conditions evaluate to true, then the entire--- map evaluates to true.+-- - 'AND' - If all of the conditions evaluate to true, then the entire map evaluates to true. ----- - 'OR' - If at least one of the conditions evaluate to true, then the--- entire map evaluates to true.+-- - 'OR' - If at least one of the conditions evaluate to true, then the entire map evaluates to true. -- -- If you omit /ConditionalOperator/, then 'AND' is the default. --@@ -271,50 +214,29 @@ piConditionalOperator :: Lens' PutItem (Maybe ConditionalOperator) piConditionalOperator = lens _piConditionalOperator (\ s a -> s{_piConditionalOperator = a}); --- | This is a legacy parameter, for backward compatibility. New applications--- should use /ConditionExpression/ instead. Do not combine legacy--- parameters and expression parameters in a single API call; otherwise,--- DynamoDB will return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /ConditionExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. ----- A map of attribute\/condition pairs. /Expected/ provides a conditional--- block for the /PutItem/ operation.+-- A map of attribute\/condition pairs. /Expected/ provides a conditional block for the /PutItem/ operation. -- -- This parameter does not support attributes of type List or Map. ----- Each element of /Expected/ consists of an attribute name, a comparison--- operator, and one or more values. DynamoDB compares the attribute with--- the value(s) you supplied, using the comparison operator. For each--- /Expected/ element, the result of the evaluation is either true or--- false.+-- Each element of /Expected/ consists of an attribute name, a comparison operator, and one or more values. DynamoDB compares the attribute with the value(s) you supplied, using the comparison operator. For each /Expected/ element, the result of the evaluation is either true or false. ----- If you specify more than one element in the /Expected/ map, then by--- default all of the conditions must evaluate to true. In other words, the--- conditions are ANDed together. (You can use the /ConditionalOperator/--- parameter to OR the conditions instead. If you do this, then at least--- one of the conditions must evaluate to true, rather than all of them.)+-- If you specify more than one element in the /Expected/ map, then by default all of the conditions must evaluate to true. In other words, the conditions are ANDed together. (You can use the /ConditionalOperator/ parameter to OR the conditions instead. If you do this, then at least one of the conditions must evaluate to true, rather than all of them.) ----- If the /Expected/ map evaluates to true, then the conditional operation--- succeeds; otherwise, it fails.+-- If the /Expected/ map evaluates to true, then the conditional operation succeeds; otherwise, it fails. -- -- /Expected/ contains the following: ----- - /AttributeValueList/ - One or more values to evaluate against the--- supplied attribute. The number of values in the list depends on the--- /ComparisonOperator/ being used.+-- - /AttributeValueList/ - One or more values to evaluate against the supplied attribute. The number of values in the list depends on the /ComparisonOperator/ being used. -- -- For type Number, value comparisons are numeric. ----- String value comparisons for greater than, equals, or less than are--- based on ASCII character code values. For example, 'a' is greater--- than 'A', and 'a' is greater than 'B'. For a list of code values,--- see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>.+-- String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, 'a' is greater than 'A', and 'a' is greater than 'B'. For a list of code values, see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>. ----- For type Binary, DynamoDB treats each byte of the binary data as--- unsigned when it compares binary values.+-- For type Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. ----- - /ComparisonOperator/ - A comparator for evaluating attributes in the--- /AttributeValueList/. When performing the comparison, DynamoDB uses--- strongly consistent reads.+-- - /ComparisonOperator/ - A comparator for evaluating attributes in the /AttributeValueList/. When performing the comparison, DynamoDB uses strongly consistent reads. -- -- The following comparison operators are available: --@@ -322,178 +244,77 @@ -- -- The following are descriptions of each comparison operator. ----- - 'EQ' : Equal. 'EQ' is supported for all datatypes, including--- lists and maps.+-- - 'EQ' : Equal. 'EQ' is supported for all datatypes, including lists and maps. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, Binary, String Set, Number Set,--- or Binary Set. If an item contains an /AttributeValue/ element--- of a different type than the one provided in the request, the--- value does not match. For example, '{\"S\":\"6\"}' does not--- equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'. ----- - 'NE' : Not equal. 'NE' is supported for all datatypes, including--- lists and maps.+-- - 'NE' : Not equal. 'NE' is supported for all datatypes, including lists and maps. ----- /AttributeValueList/ can contain only one /AttributeValue/ of--- type String, Number, Binary, String Set, Number Set, or Binary--- Set. If an item contains an /AttributeValue/ of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not equal--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an /AttributeValue/ of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'LE' : Less than or equal. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- an item contains an /AttributeValue/ element of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'LT' : Less than. ----- /AttributeValueList/ can contain only one /AttributeValue/ of--- type String, Number, or Binary (not a set type). If an item--- contains an /AttributeValue/ element of a different type than--- the one provided in the request, the value does not match. For--- example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'GE' : Greater than or equal. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- an item contains an /AttributeValue/ element of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'GT' : Greater than. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- an item contains an /AttributeValue/ element of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. ----- - 'NOT_NULL' : The attribute exists. 'NOT_NULL' is supported for--- all datatypes, including lists and maps.+-- - 'NOT_NULL' : The attribute exists. 'NOT_NULL' is supported for all datatypes, including lists and maps. ----- This operator tests for the existence of an attribute, not its--- data type. If the data type of attribute \"'a'\" is null, and--- you evaluate it using 'NOT_NULL', the result is a Boolean--- /true/. This result is because the attribute \"'a'\" exists; its--- data type is not relevant to the 'NOT_NULL' comparison operator.+-- This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"'a'\" is null, and you evaluate it using 'NOT_NULL', the result is a Boolean /true/. This result is because the attribute \"'a'\" exists; its data type is not relevant to the 'NOT_NULL' comparison operator. ----- - 'NULL' : The attribute does not exist. 'NULL' is supported for--- all datatypes, including lists and maps.+-- - 'NULL' : The attribute does not exist. 'NULL' is supported for all datatypes, including lists and maps. ----- This operator tests for the nonexistence of an attribute, not--- its data type. If the data type of attribute \"'a'\" is null,--- and you evaluate it using 'NULL', the result is a Boolean--- /false/. This is because the attribute \"'a'\" exists; its data--- type is not relevant to the 'NULL' comparison operator.+-- This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"'a'\" is null, and you evaluate it using 'NULL', the result is a Boolean /false/. This is because the attribute \"'a'\" exists; its data type is not relevant to the 'NULL' comparison operator. -- -- - 'CONTAINS' : Checks for a subsequence, or value in a set. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- the target attribute of the comparison is of type String, then--- the operator checks for a substring match. If the target--- attribute of the comparison is of type Binary, then the operator--- looks for a subsequence of the target that matches the input. If--- the target attribute of the comparison is a set (\"'SS'\",--- \"'NS'\", or \"'BS'\"), then the operator evaluates to true if--- it finds an exact match with any member of the set.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"'SS'\", \"'NS'\", or \"'BS'\"), then the operator evaluates to true if it finds an exact match with any member of the set. ----- CONTAINS is supported for lists: When evaluating--- \"'a CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\"--- cannot be a set, a map, or a list.+-- CONTAINS is supported for lists: When evaluating \"'a CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\" cannot be a set, a map, or a list. ----- - 'NOT_CONTAINS' : Checks for absence of a subsequence, or absence--- of a value in a set.+-- - 'NOT_CONTAINS' : Checks for absence of a subsequence, or absence of a value in a set. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- the target attribute of the comparison is a String, then the--- operator checks for the absence of a substring match. If the--- target attribute of the comparison is Binary, then the operator--- checks for the absence of a subsequence of the target that--- matches the input. If the target attribute of the comparison is--- a set (\"'SS'\", \"'NS'\", or \"'BS'\"), then the operator--- evaluates to true if it /does not/ find an exact match with any--- member of the set.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"'SS'\", \"'NS'\", or \"'BS'\"), then the operator evaluates to true if it /does not/ find an exact match with any member of the set. ----- NOT_CONTAINS is supported for lists: When evaluating--- \"'a NOT CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\"--- cannot be a set, a map, or a list.+-- NOT_CONTAINS is supported for lists: When evaluating \"'a NOT CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\" cannot be a set, a map, or a list. -- -- - 'BEGINS_WITH' : Checks for a prefix. ----- /AttributeValueList/ can contain only one /AttributeValue/ of--- type String or Binary (not a Number or a set type). The target--- attribute of the comparison must be of type String or Binary--- (not a Number or a set type).+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type). -- -- - 'IN' : Checks for matching elements within two sets. ----- /AttributeValueList/ can contain one or more /AttributeValue/--- elements of type String, Number, or Binary (not a set type).--- These attributes are compared against an existing set type--- attribute of an item. If any elements of the input set are--- present in the item attribute, the expression evaluates to true.+-- /AttributeValueList/ can contain one or more /AttributeValue/ elements of type String, Number, or Binary (not a set type). These attributes are compared against an existing set type attribute of an item. If any elements of the input set are present in the item attribute, the expression evaluates to true. ----- - 'BETWEEN' : Greater than or equal to the first value, and less--- than or equal to the second value.+-- - 'BETWEEN' : Greater than or equal to the first value, and less than or equal to the second value. ----- /AttributeValueList/ must contain two /AttributeValue/ elements--- of the same type, either String, Number, or Binary (not a set--- type). A target attribute matches if the target value is greater--- than, or equal to, the first element and less than, or equal to,--- the second element. If an item contains an /AttributeValue/--- element of a different type than the one provided in the--- request, the value does not match. For example, '{\"S\":\"6\"}'--- does not compare to '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does--- not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'+-- /AttributeValueList/ must contain two /AttributeValue/ elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not compare to '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}' ----- For usage examples of /AttributeValueList/ and /ComparisonOperator/, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html Legacy Conditional Parameters>--- in the /Amazon DynamoDB Developer Guide/.+-- For usage examples of /AttributeValueList/ and /ComparisonOperator/, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html Legacy Conditional Parameters> in the /Amazon DynamoDB Developer Guide/. ----- For backward compatibility with previous DynamoDB releases, the--- following parameters can be used instead of /AttributeValueList/ and--- /ComparisonOperator/:+-- For backward compatibility with previous DynamoDB releases, the following parameters can be used instead of /AttributeValueList/ and /ComparisonOperator/: -- -- - /Value/ - A value for DynamoDB to compare with an attribute. ----- - /Exists/ - A Boolean value that causes DynamoDB to evaluate the--- value before attempting the conditional operation:+-- - /Exists/ - A Boolean value that causes DynamoDB to evaluate the value before attempting the conditional operation: ----- - If /Exists/ is 'true', DynamoDB will check to see if that--- attribute value already exists in the table. If it is found,--- then the condition evaluates to true; otherwise the condition--- evaluate to false.+-- - If /Exists/ is 'true', DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the condition evaluates to true; otherwise the condition evaluate to false. ----- - If /Exists/ is 'false', DynamoDB assumes that the attribute--- value does /not/ exist in the table. If in fact the value does--- not exist, then the assumption is valid and the condition--- evaluates to true. If the value is found, despite the assumption--- that it does not exist, the condition evaluates to false.+-- - If /Exists/ is 'false', DynamoDB assumes that the attribute value does /not/ exist in the table. If in fact the value does not exist, then the assumption is valid and the condition evaluates to true. If the value is found, despite the assumption that it does not exist, the condition evaluates to false. -- -- Note that the default value for /Exists/ is 'true'. ----- The /Value/ and /Exists/ parameters are incompatible with--- /AttributeValueList/ and /ComparisonOperator/. Note that if you use both--- sets of parameters at once, DynamoDB will return a /ValidationException/--- exception.+-- The /Value/ and /Exists/ parameters are incompatible with /AttributeValueList/ and /ComparisonOperator/. Note that if you use both sets of parameters at once, DynamoDB will return a /ValidationException/ exception. piExpected :: Lens' PutItem (HashMap Text ExpectedAttributeValue) piExpected = lens _piExpected (\ s a -> s{_piExpected = a}) . _Default . _Map; @@ -501,22 +322,13 @@ piTableName :: Lens' PutItem Text piTableName = lens _piTableName (\ s a -> s{_piTableName = a}); --- | A map of attribute name\/value pairs, one for each attribute. Only the--- primary key attributes are required; you can optionally provide other--- attribute name-value pairs for the item.+-- | A map of attribute name\/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item. ----- You must provide all of the attributes for the primary key. For example,--- with a simple primary key, you only need to provide a value for the--- partition key. For a composite primary key, you must provide both values--- for both the partition key and the sort key.+-- You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key. ----- If you specify any attributes that are part of an index key, then the--- data types for those attributes must match those of the schema in the--- table\'s attribute definition.+-- If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table\'s attribute definition. ----- For more information about primary keys, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html#DataModelPrimaryKey Primary Key>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information about primary keys, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html#DataModelPrimaryKey Primary Key> in the /Amazon DynamoDB Developer Guide/. -- -- Each element in the /Item/ map is an /AttributeValue/ object. piItem :: Lens' PutItem (HashMap Text AttributeValue)@@ -606,27 +418,15 @@ , _pirsResponseStatus = pResponseStatus_ } --- | Information about item collections, if any, that were affected by the--- operation. /ItemCollectionMetrics/ is only returned if the request asked--- for it. If the table does not have any local secondary indexes, this--- information is not returned in the response.+-- | Information about item collections, if any, that were affected by the operation. /ItemCollectionMetrics/ is only returned if the request asked for it. If the table does not have any local secondary indexes, this information is not returned in the response. -- -- Each /ItemCollectionMetrics/ element consists of: ----- - /ItemCollectionKey/ - The partition key value of the item--- collection. This is the same as the partition key value of the item--- itself.+-- - /ItemCollectionKey/ - The partition key value of the item collection. This is the same as the partition key value of the item itself. ----- - /SizeEstimateRange/ - An estimate of item collection size, in--- gigabytes. This value is a two-element array containing a lower--- bound and an upper bound for the estimate. The estimate includes the--- size of all the items in the table, plus the size of all attributes--- projected into all of the local secondary indexes on that table. Use--- this estimate to measure whether a local secondary index is--- approaching its size limit.+-- - /SizeEstimateRange/ - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit. ----- The estimate is subject to change over time; therefore, do not rely--- on the precision or accuracy of the estimate.+-- The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate. -- pirsItemCollectionMetrics :: Lens' PutItemResponse (Maybe ItemCollectionMetrics) pirsItemCollectionMetrics = lens _pirsItemCollectionMetrics (\ s a -> s{_pirsItemCollectionMetrics = a});@@ -635,9 +435,7 @@ pirsConsumedCapacity :: Lens' PutItemResponse (Maybe ConsumedCapacity) pirsConsumedCapacity = lens _pirsConsumedCapacity (\ s a -> s{_pirsConsumedCapacity = a}); --- | The attribute values as they appeared before the /PutItem/ operation,--- but only if /ReturnValues/ is specified as 'ALL_OLD' in the request.--- Each element consists of an attribute name and an attribute value.+-- | The attribute values as they appeared before the /PutItem/ operation, but only if /ReturnValues/ is specified as 'ALL_OLD' in the request. Each element consists of an attribute name and an attribute value. pirsAttributes :: Lens' PutItemResponse (HashMap Text AttributeValue) pirsAttributes = lens _pirsAttributes (\ s a -> s{_pirsAttributes = a}) . _Default . _Map;
gen/Network/AWS/DynamoDB/Query.hs view
@@ -18,34 +18,15 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- A /Query/ operation uses the primary key of a table or a secondary index--- to directly access items from that table or index.+-- A /Query/ operation uses the primary key of a table or a secondary index to directly access items from that table or index. ----- Use the /KeyConditionExpression/ parameter to provide a specific value--- for the partition key. The /Query/ operation will return all of the--- items from the table or index with that partition key value. You can--- optionally narrow the scope of the /Query/ operation by specifying a--- sort key value and a comparison operator in /KeyConditionExpression/.--- You can use the /ScanIndexForward/ parameter to get results in forward--- or reverse order, by sort key.+-- Use the /KeyConditionExpression/ parameter to provide a specific value for the partition key. The /Query/ operation will return all of the items from the table or index with that partition key value. You can optionally narrow the scope of the /Query/ operation by specifying a sort key value and a comparison operator in /KeyConditionExpression/. You can use the /ScanIndexForward/ parameter to get results in forward or reverse order, by sort key. ----- Queries that do not return results consume the minimum number of read--- capacity units for that type of read operation.+-- Queries that do not return results consume the minimum number of read capacity units for that type of read operation. ----- If the total number of items meeting the query criteria exceeds the--- result set size limit of 1 MB, the query stops and results are returned--- to the user with the /LastEvaluatedKey/ element to continue the query in--- a subsequent operation. Unlike a /Scan/ operation, a /Query/ operation--- never returns both an empty result set and a /LastEvaluatedKey/ value.--- /LastEvaluatedKey/ is only provided if the results exceed 1 MB, or if--- you have used the /Limit/ parameter.+-- If the total number of items meeting the query criteria exceeds the result set size limit of 1 MB, the query stops and results are returned to the user with the /LastEvaluatedKey/ element to continue the query in a subsequent operation. Unlike a /Scan/ operation, a /Query/ operation never returns both an empty result set and a /LastEvaluatedKey/ value. /LastEvaluatedKey/ is only provided if the results exceed 1 MB, or if you have used the /Limit/ parameter. ----- You can query a table, a local secondary index, or a global secondary--- index. For a query on a table or on a local secondary index, you can set--- the /ConsistentRead/ parameter to 'true' and obtain a strongly--- consistent result. Global secondary indexes support eventually--- consistent reads only, so do not specify /ConsistentRead/ when querying--- a global secondary index.+-- You can query a table, a local secondary index, or a global secondary index. For a query on a table or on a local secondary index, you can set the /ConsistentRead/ parameter to 'true' and obtain a strongly consistent result. Global secondary indexes support eventually consistent reads only, so do not specify /ConsistentRead/ when querying a global secondary index. -- -- This operation returns paginated results. module Network.AWS.DynamoDB.Query@@ -176,48 +157,27 @@ , _qTableName = pTableName_ } --- | This is a legacy parameter, for backward compatibility. New applications--- should use /KeyConditionExpression/ instead. Do not combine legacy--- parameters and expression parameters in a single API call; otherwise,--- DynamoDB will return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /KeyConditionExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. ----- The selection criteria for the query. For a query on a table, you can--- have conditions only on the table primary key attributes. You must--- provide the partition key name and value as an 'EQ' condition. You can--- optionally provide a second condition, referring to the sort key.+-- The selection criteria for the query. For a query on a table, you can have conditions only on the table primary key attributes. You must provide the partition key name and value as an 'EQ' condition. You can optionally provide a second condition, referring to the sort key. ----- If you don\'t provide a sort key condition, all of the items that match--- the partition key will be retrieved. If a /FilterExpression/ or--- /QueryFilter/ is present, it will be applied after the items are--- retrieved.+-- If you don\'t provide a sort key condition, all of the items that match the partition key will be retrieved. If a /FilterExpression/ or /QueryFilter/ is present, it will be applied after the items are retrieved. ----- For a query on an index, you can have conditions only on the index key--- attributes. You must provide the index partition key name and value as--- an 'EQ' condition. You can optionally provide a second condition,--- referring to the index sort key.+-- For a query on an index, you can have conditions only on the index key attributes. You must provide the index partition key name and value as an 'EQ' condition. You can optionally provide a second condition, referring to the index sort key. ----- Each /KeyConditions/ element consists of an attribute name to compare,--- along with the following:+-- Each /KeyConditions/ element consists of an attribute name to compare, along with the following: ----- - /AttributeValueList/ - One or more values to evaluate against the--- supplied attribute. The number of values in the list depends on the--- /ComparisonOperator/ being used.+-- - /AttributeValueList/ - One or more values to evaluate against the supplied attribute. The number of values in the list depends on the /ComparisonOperator/ being used. -- -- For type Number, value comparisons are numeric. ----- String value comparisons for greater than, equals, or less than are--- based on ASCII character code values. For example, 'a' is greater--- than 'A', and 'a' is greater than 'B'. For a list of code values,--- see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>.+-- String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, 'a' is greater than 'A', and 'a' is greater than 'B'. For a list of code values, see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>. ----- For Binary, DynamoDB treats each byte of the binary data as unsigned--- when it compares binary values.+-- For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. ----- - /ComparisonOperator/ - A comparator for evaluating attributes, for--- example, equals, greater than, less than, and so on.+-- - /ComparisonOperator/ - A comparator for evaluating attributes, for example, equals, greater than, less than, and so on. ----- For /KeyConditions/, only the following comparison operators are--- supported:+-- For /KeyConditions/, only the following comparison operators are supported: -- -- 'EQ | LE | LT | GE | GT | BEGINS_WITH | BETWEEN' --@@ -225,259 +185,142 @@ -- -- - 'EQ' : Equal. ----- /AttributeValueList/ can contain only one /AttributeValue/ of--- type String, Number, or Binary (not a set type). If an item--- contains an /AttributeValue/ element of a different type than--- the one specified in the request, the value does not match. For--- example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one specified in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'LE' : Less than or equal. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- an item contains an /AttributeValue/ element of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'LT' : Less than. ----- /AttributeValueList/ can contain only one /AttributeValue/ of--- type String, Number, or Binary (not a set type). If an item--- contains an /AttributeValue/ element of a different type than--- the one provided in the request, the value does not match. For--- example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'GE' : Greater than or equal. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- an item contains an /AttributeValue/ element of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'GT' : Greater than. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- an item contains an /AttributeValue/ element of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'BEGINS_WITH' : Checks for a prefix. ----- /AttributeValueList/ can contain only one /AttributeValue/ of--- type String or Binary (not a Number or a set type). The target--- attribute of the comparison must be of type String or Binary--- (not a Number or a set type).+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type). ----- - 'BETWEEN' : Greater than or equal to the first value, and less--- than or equal to the second value.+-- - 'BETWEEN' : Greater than or equal to the first value, and less than or equal to the second value. ----- /AttributeValueList/ must contain two /AttributeValue/ elements--- of the same type, either String, Number, or Binary (not a set--- type). A target attribute matches if the target value is greater--- than, or equal to, the first element and less than, or equal to,--- the second element. If an item contains an /AttributeValue/--- element of a different type than the one provided in the--- request, the value does not match. For example, '{\"S\":\"6\"}'--- does not compare to '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does--- not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'+-- /AttributeValueList/ must contain two /AttributeValue/ elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not compare to '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}' ----- For usage examples of /AttributeValueList/ and /ComparisonOperator/, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html Legacy Conditional Parameters>--- in the /Amazon DynamoDB Developer Guide/.+-- For usage examples of /AttributeValueList/ and /ComparisonOperator/, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html Legacy Conditional Parameters> in the /Amazon DynamoDB Developer Guide/. qKeyConditions :: Lens' Query (HashMap Text Condition) qKeyConditions = lens _qKeyConditions (\ s a -> s{_qKeyConditions = a}) . _Default . _Map; --- | A string that identifies one or more attributes to retrieve from the--- table. These attributes can include scalars, sets, or elements of a JSON--- document. The attributes in the expression must be separated by commas.+-- | A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas. ----- If no attribute names are specified, then all attributes will be--- returned. If any of the requested attributes are not found, they will--- not appear in the result.+-- If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. ----- For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes> in the /Amazon DynamoDB Developer Guide/. -- -- /ProjectionExpression/ replaces the legacy /AttributesToGet/ parameter. qProjectionExpression :: Lens' Query (Maybe Text) qProjectionExpression = lens _qProjectionExpression (\ s a -> s{_qProjectionExpression = a}); --- | This is a legacy parameter, for backward compatibility. New applications--- should use /ProjectionExpression/ instead. Do not combine legacy--- parameters and expression parameters in a single API call; otherwise,--- DynamoDB will return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /ProjectionExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. ----- This parameter allows you to retrieve attributes of type List or Map;--- however, it cannot retrieve individual elements within a List or a Map.+-- This parameter allows you to retrieve attributes of type List or Map; however, it cannot retrieve individual elements within a List or a Map. ----- The names of one or more attributes to retrieve. If no attribute names--- are provided, then all attributes will be returned. If any of the--- requested attributes are not found, they will not appear in the result.+-- The names of one or more attributes to retrieve. If no attribute names are provided, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. ----- Note that /AttributesToGet/ has no effect on provisioned throughput--- consumption. DynamoDB determines capacity units consumed based on item--- size, not on the amount of data that is returned to an application.+-- Note that /AttributesToGet/ has no effect on provisioned throughput consumption. DynamoDB determines capacity units consumed based on item size, not on the amount of data that is returned to an application. ----- You cannot use both /AttributesToGet/ and /Select/ together in a /Query/--- request, /unless/ the value for /Select/ is 'SPECIFIC_ATTRIBUTES'. (This--- usage is equivalent to specifying /AttributesToGet/ without any value--- for /Select/.)+-- You cannot use both /AttributesToGet/ and /Select/ together in a /Query/ request, /unless/ the value for /Select/ is 'SPECIFIC_ATTRIBUTES'. (This usage is equivalent to specifying /AttributesToGet/ without any value for /Select/.) ----- If you query a local secondary index and request only attributes that--- are projected into that index, the operation will read only the index--- and not the table. If any of the requested attributes are not projected--- into the local secondary index, DynamoDB will fetch each of these--- attributes from the parent table. This extra fetching incurs additional--- throughput cost and latency.+-- If you query a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency. ----- If you query a global secondary index, you can only request attributes--- that are projected into the index. Global secondary index queries cannot--- fetch attributes from the parent table.+-- If you query a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table. qAttributesToGet :: Lens' Query (Maybe (NonEmpty Text)) qAttributesToGet = lens _qAttributesToGet (\ s a -> s{_qAttributesToGet = a}) . mapping _List1; --- | One or more substitution tokens for attribute names in an expression.--- The following are some use cases for using /ExpressionAttributeNames/:+-- | One or more substitution tokens for attribute names in an expression. The following are some use cases for using /ExpressionAttributeNames/: ----- - To access an attribute whose name conflicts with a DynamoDB reserved--- word.+-- - To access an attribute whose name conflicts with a DynamoDB reserved word. ----- - To create a placeholder for repeating occurrences of an attribute--- name in an expression.+-- - To create a placeholder for repeating occurrences of an attribute name in an expression. ----- - To prevent special characters in an attribute name from being--- misinterpreted in an expression.+-- - To prevent special characters in an attribute name from being misinterpreted in an expression. ----- Use the __#__ character in an expression to dereference an attribute--- name. For example, consider the following attribute name:+-- Use the __#__ character in an expression to dereference an attribute name. For example, consider the following attribute name: -- -- - 'Percentile' ----- The name of this attribute conflicts with a reserved word, so it cannot--- be used directly in an expression. (For the complete list of reserved--- words, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words>--- in the /Amazon DynamoDB Developer Guide/). To work around this, you--- could specify the following for /ExpressionAttributeNames/:+-- The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words> in the /Amazon DynamoDB Developer Guide/). To work around this, you could specify the following for /ExpressionAttributeNames/: -- -- - '{\"#P\":\"Percentile\"}' ----- You could then use this substitution in an expression, as in this--- example:+-- You could then use this substitution in an expression, as in this example: -- -- - '#P = :val' ----- Tokens that begin with the __:__ character are /expression attribute--- values/, which are placeholders for the actual value at runtime.+-- Tokens that begin with the __:__ character are /expression attribute values/, which are placeholders for the actual value at runtime. ----- For more information on expression attribute names, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on expression attribute names, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes> in the /Amazon DynamoDB Developer Guide/. qExpressionAttributeNames :: Lens' Query (HashMap Text Text) qExpressionAttributeNames = lens _qExpressionAttributeNames (\ s a -> s{_qExpressionAttributeNames = a}) . _Default . _Map; --- | A string that contains conditions that DynamoDB applies after the--- /Query/ operation, but before the data is returned to you. Items that do--- not satisfy the /FilterExpression/ criteria are not returned.+-- | A string that contains conditions that DynamoDB applies after the /Query/ operation, but before the data is returned to you. Items that do not satisfy the /FilterExpression/ criteria are not returned. ----- A /FilterExpression/ is applied after the items have already been read;--- the process of filtering does not consume any additional read capacity--- units.+-- A /FilterExpression/ is applied after the items have already been read; the process of filtering does not consume any additional read capacity units. ----- For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#FilteringResults Filter Expressions>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#FilteringResults Filter Expressions> in the /Amazon DynamoDB Developer Guide/. ----- /FilterExpression/ replaces the legacy /QueryFilter/ and--- /ConditionalOperator/ parameters.+-- /FilterExpression/ replaces the legacy /QueryFilter/ and /ConditionalOperator/ parameters. qFilterExpression :: Lens' Query (Maybe Text) qFilterExpression = lens _qFilterExpression (\ s a -> s{_qFilterExpression = a}); --- | This is a legacy parameter, for backward compatibility. New applications--- should use /FilterExpression/ instead. Do not combine legacy parameters--- and expression parameters in a single API call; otherwise, DynamoDB will--- return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /FilterExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. ----- A condition that evaluates the query results after the items are read--- and returns only the desired values.+-- A condition that evaluates the query results after the items are read and returns only the desired values. -- -- This parameter does not support attributes of type List or Map. ----- A /QueryFilter/ is applied after the items have already been read; the--- process of filtering does not consume any additional read capacity--- units.+-- A /QueryFilter/ is applied after the items have already been read; the process of filtering does not consume any additional read capacity units. ----- If you provide more than one condition in the /QueryFilter/ map, then by--- default all of the conditions must evaluate to true. In other words, the--- conditions are ANDed together. (You can use the /ConditionalOperator/--- parameter to OR the conditions instead. If you do this, then at least--- one of the conditions must evaluate to true, rather than all of them.)+-- If you provide more than one condition in the /QueryFilter/ map, then by default all of the conditions must evaluate to true. In other words, the conditions are ANDed together. (You can use the /ConditionalOperator/ parameter to OR the conditions instead. If you do this, then at least one of the conditions must evaluate to true, rather than all of them.) ----- Note that /QueryFilter/ does not allow key attributes. You cannot define--- a filter condition on a partition key or a sort key.+-- Note that /QueryFilter/ does not allow key attributes. You cannot define a filter condition on a partition key or a sort key. ----- Each /QueryFilter/ element consists of an attribute name to compare,--- along with the following:+-- Each /QueryFilter/ element consists of an attribute name to compare, along with the following: ----- - /AttributeValueList/ - One or more values to evaluate against the--- supplied attribute. The number of values in the list depends on the--- operator specified in /ComparisonOperator/.+-- - /AttributeValueList/ - One or more values to evaluate against the supplied attribute. The number of values in the list depends on the operator specified in /ComparisonOperator/. -- -- For type Number, value comparisons are numeric. ----- String value comparisons for greater than, equals, or less than are--- based on ASCII character code values. For example, 'a' is greater--- than 'A', and 'a' is greater than 'B'. For a list of code values,--- see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>.+-- String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, 'a' is greater than 'A', and 'a' is greater than 'B'. For a list of code values, see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>. ----- For type Binary, DynamoDB treats each byte of the binary data as--- unsigned when it compares binary values.+-- For type Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. ----- For information on specifying data types in JSON, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataFormat.html JSON Data Format>--- in the /Amazon DynamoDB Developer Guide/.+-- For information on specifying data types in JSON, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataFormat.html JSON Data Format> in the /Amazon DynamoDB Developer Guide/. ----- - /ComparisonOperator/ - A comparator for evaluating attributes. For--- example, equals, greater than, less than, etc.+-- - /ComparisonOperator/ - A comparator for evaluating attributes. For example, equals, greater than, less than, etc. -- -- The following comparison operators are available: -- -- 'EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN' ----- For complete descriptions of all comparison operators, see the--- <http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Condition.html Condition>--- data type.+-- For complete descriptions of all comparison operators, see the <http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Condition.html Condition> data type. -- qQueryFilter :: Lens' Query (HashMap Text Condition) qQueryFilter = lens _qQueryFilter (\ s a -> s{_qQueryFilter = a}) . _Default . _Map; --- | Determines the read consistency model: If set to 'true', then the--- operation uses strongly consistent reads; otherwise, the operation uses--- eventually consistent reads.+-- | Determines the read consistency model: If set to 'true', then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads. ----- Strongly consistent reads are not supported on global secondary indexes.--- If you query a global secondary index with /ConsistentRead/ set to--- 'true', you will receive a /ValidationException/.+-- Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with /ConsistentRead/ set to 'true', you will receive a /ValidationException/. qConsistentRead :: Lens' Query (Maybe Bool) qConsistentRead = lens _qConsistentRead (\ s a -> s{_qConsistentRead = a}); -- | One or more values that can be substituted in an expression. ----- Use the __:__ (colon) character in an expression to dereference an--- attribute value. For example, suppose that you wanted to check whether--- the value of the /ProductStatus/ attribute was one of the following:+-- Use the __:__ (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the /ProductStatus/ attribute was one of the following: -- -- 'Available | Backordered | Discontinued' --@@ -489,9 +332,7 @@ -- -- 'ProductStatus IN (:avail, :back, :disc)' ----- For more information on expression attribute values, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on expression attribute values, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions> in the /Amazon DynamoDB Developer Guide/. qExpressionAttributeValues :: Lens' Query (HashMap Text AttributeValue) qExpressionAttributeValues = lens _qExpressionAttributeValues (\ s a -> s{_qExpressionAttributeValues = a}) . _Default . _Map; @@ -499,177 +340,91 @@ qReturnConsumedCapacity :: Lens' Query (Maybe ReturnConsumedCapacity) qReturnConsumedCapacity = lens _qReturnConsumedCapacity (\ s a -> s{_qReturnConsumedCapacity = a}); --- | Specifies the order for index traversal: If 'true' (default), the--- traversal is performed in ascending order; if 'false', the traversal is--- performed in descending order.+-- | Specifies the order for index traversal: If 'true' (default), the traversal is performed in ascending order; if 'false', the traversal is performed in descending order. ----- Items with the same partition key value are stored in sorted order by--- sort key. If the sort key data type is Number, the results are stored in--- numeric order. For type String, the results are stored in order of ASCII--- character code values. For type Binary, DynamoDB treats each byte of the--- binary data as unsigned.+-- Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned. ----- If /ScanIndexForward/ is 'true', DynamoDB returns the results in the--- order in which they are stored (by sort key value). This is the default--- behavior. If /ScanIndexForward/ is 'false', DynamoDB reads the results--- in reverse order by sort key value, and then returns the results to the--- client.+-- If /ScanIndexForward/ is 'true', DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If /ScanIndexForward/ is 'false', DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client. qScanIndexForward :: Lens' Query (Maybe Bool) qScanIndexForward = lens _qScanIndexForward (\ s a -> s{_qScanIndexForward = a}); --- | The maximum number of items to evaluate (not necessarily the number of--- matching items). If DynamoDB processes the number of items up to the--- limit while processing the results, it stops the operation and returns--- the matching values up to that point, and a key in /LastEvaluatedKey/ to--- apply in a subsequent operation, so that you can pick up where you left--- off. Also, if the processed data set size exceeds 1 MB before DynamoDB--- reaches this limit, it stops the operation and returns the matching--- values up to the limit, and a key in /LastEvaluatedKey/ to apply in a--- subsequent operation to continue the operation. For more information,--- see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan>--- in the /Amazon DynamoDB Developer Guide/.+-- | The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in /LastEvaluatedKey/ to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in /LastEvaluatedKey/ to apply in a subsequent operation to continue the operation. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan> in the /Amazon DynamoDB Developer Guide/. qLimit :: Lens' Query (Maybe Natural) qLimit = lens _qLimit (\ s a -> s{_qLimit = a}) . mapping _Nat; --- | The attributes to be returned in the result. You can retrieve all item--- attributes, specific item attributes, the count of matching items, or in--- the case of an index, some or all of the attributes projected into the--- index.+-- | The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index. ----- - 'ALL_ATTRIBUTES' - Returns all of the item attributes from the--- specified table or index. If you query a local secondary index, then--- for each matching item in the index DynamoDB will fetch the entire--- item from the parent table. If the index is configured to project--- all item attributes, then all of the data can be obtained from the--- local secondary index, and no fetching is required.+-- - 'ALL_ATTRIBUTES' - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required. ----- - 'ALL_PROJECTED_ATTRIBUTES' - Allowed only when querying an index.--- Retrieves all attributes that have been projected into the index. If--- the index is configured to project all attributes, this return value--- is equivalent to specifying 'ALL_ATTRIBUTES'.+-- - 'ALL_PROJECTED_ATTRIBUTES' - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying 'ALL_ATTRIBUTES'. ----- - 'COUNT' - Returns the number of matching items, rather than the--- matching items themselves.+-- - 'COUNT' - Returns the number of matching items, rather than the matching items themselves. ----- - 'SPECIFIC_ATTRIBUTES' - Returns only the attributes listed in--- /AttributesToGet/. This return value is equivalent to specifying--- /AttributesToGet/ without specifying any value for /Select/.+-- - 'SPECIFIC_ATTRIBUTES' - Returns only the attributes listed in /AttributesToGet/. This return value is equivalent to specifying /AttributesToGet/ without specifying any value for /Select/. ----- If you query a local secondary index and request only attributes--- that are projected into that index, the operation will read only the--- index and not the table. If any of the requested attributes are not--- projected into the local secondary index, DynamoDB will fetch each--- of these attributes from the parent table. This extra fetching--- incurs additional throughput cost and latency.+-- If you query a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency. ----- If you query a global secondary index, you can only request--- attributes that are projected into the index. Global secondary index--- queries cannot fetch attributes from the parent table.+-- If you query a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table. ----- If neither /Select/ nor /AttributesToGet/ are specified, DynamoDB--- defaults to 'ALL_ATTRIBUTES' when accessing a table, and--- 'ALL_PROJECTED_ATTRIBUTES' when accessing an index. You cannot use both--- /Select/ and /AttributesToGet/ together in a single request, unless the--- value for /Select/ is 'SPECIFIC_ATTRIBUTES'. (This usage is equivalent--- to specifying /AttributesToGet/ without any value for /Select/.)+-- If neither /Select/ nor /AttributesToGet/ are specified, DynamoDB defaults to 'ALL_ATTRIBUTES' when accessing a table, and 'ALL_PROJECTED_ATTRIBUTES' when accessing an index. You cannot use both /Select/ and /AttributesToGet/ together in a single request, unless the value for /Select/ is 'SPECIFIC_ATTRIBUTES'. (This usage is equivalent to specifying /AttributesToGet/ without any value for /Select/.) ----- If you use the /ProjectionExpression/ parameter, then the value for--- /Select/ can only be 'SPECIFIC_ATTRIBUTES'. Any other value for /Select/--- will return an error.+-- If you use the /ProjectionExpression/ parameter, then the value for /Select/ can only be 'SPECIFIC_ATTRIBUTES'. Any other value for /Select/ will return an error. qSelect :: Lens' Query (Maybe Select) qSelect = lens _qSelect (\ s a -> s{_qSelect = a}); --- | The condition that specifies the key value(s) for items to be retrieved--- by the /Query/ action.+-- | The condition that specifies the key value(s) for items to be retrieved by the /Query/ action. ----- The condition must perform an equality test on a single partition key--- value. The condition can also perform one of several comparison tests on--- a single sort key value. /Query/ can use /KeyConditionExpression/ to--- retrieve one item with a given partition key value and sort key value,--- or several items that have the same partition key value but different--- sort key values.+-- The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. /Query/ can use /KeyConditionExpression/ to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values. ----- The partition key equality test is required, and must be specified in--- the following format:+-- The partition key equality test is required, and must be specified in the following format: -- -- 'partitionKeyName' /=/ ':partitionkeyval' ----- If you also want to provide a condition for the sort key, it must be--- combined using /AND/ with the condition for the sort key. Following is--- an example, using the __=__ comparison operator for the sort key:+-- If you also want to provide a condition for the sort key, it must be combined using /AND/ with the condition for the sort key. Following is an example, using the __=__ comparison operator for the sort key: ----- 'partitionKeyName' /=/ ':partitionkeyval' /AND/ 'sortKeyName' /=/--- ':sortkeyval'+-- 'partitionKeyName' /=/ ':partitionkeyval' /AND/ 'sortKeyName' /=/ ':sortkeyval' -- -- Valid comparisons for the sort key condition are as follows: ----- - 'sortKeyName' /=/ ':sortkeyval' - true if the sort key value is--- equal to ':sortkeyval'.+-- - 'sortKeyName' /=/ ':sortkeyval' - true if the sort key value is equal to ':sortkeyval'. ----- - 'sortKeyName' /</ ':sortkeyval' - true if the sort key value is--- less than ':sortkeyval'.+-- - 'sortKeyName' /</ ':sortkeyval' - true if the sort key value is less than ':sortkeyval'. ----- - 'sortKeyName' /<=/ ':sortkeyval' - true if the sort key value--- is less than or equal to ':sortkeyval'.+-- - 'sortKeyName' /<=/ ':sortkeyval' - true if the sort key value is less than or equal to ':sortkeyval'. ----- - 'sortKeyName' />/ ':sortkeyval' - true if the sort key value is--- greater than ':sortkeyval'.+-- - 'sortKeyName' />/ ':sortkeyval' - true if the sort key value is greater than ':sortkeyval'. ----- - 'sortKeyName' />=/ ':sortkeyval' - true if the sort key value--- is greater than or equal to ':sortkeyval'.+-- - 'sortKeyName' />=/ ':sortkeyval' - true if the sort key value is greater than or equal to ':sortkeyval'. ----- - 'sortKeyName' /BETWEEN/ ':sortkeyval1' /AND/ ':sortkeyval2' - true--- if the sort key value is greater than or equal to ':sortkeyval1',--- and less than or equal to ':sortkeyval2'.+-- - 'sortKeyName' /BETWEEN/ ':sortkeyval1' /AND/ ':sortkeyval2' - true if the sort key value is greater than or equal to ':sortkeyval1', and less than or equal to ':sortkeyval2'. ----- - /begins_with (/'sortKeyName', ':sortkeyval'/)/ - true if the sort--- key value begins with a particular operand. (You cannot use this--- function with a sort key that is of type Number.) Note that the--- function name 'begins_with' is case-sensitive.+-- - /begins_with (/'sortKeyName', ':sortkeyval'/)/ - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name 'begins_with' is case-sensitive. ----- Use the /ExpressionAttributeValues/ parameter to replace tokens such as--- ':partitionval' and ':sortval' with actual values at runtime.+-- Use the /ExpressionAttributeValues/ parameter to replace tokens such as ':partitionval' and ':sortval' with actual values at runtime. ----- You can optionally use the /ExpressionAttributeNames/ parameter to--- replace the names of the partition key and sort key with placeholder--- tokens. This option might be necessary if an attribute name conflicts--- with a DynamoDB reserved word. For example, the following--- /KeyConditionExpression/ parameter causes an error because /Size/ is a--- reserved word:+-- You can optionally use the /ExpressionAttributeNames/ parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following /KeyConditionExpression/ parameter causes an error because /Size/ is a reserved word: -- -- - 'Size = :myval' ----- To work around this, define a placeholder (such a '#S') to represent the--- attribute name /Size/. /KeyConditionExpression/ then is as follows:+-- To work around this, define a placeholder (such a '#S') to represent the attribute name /Size/. /KeyConditionExpression/ then is as follows: -- -- - '#S = :myval' ----- For a list of reserved words, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words>--- in the /Amazon DynamoDB Developer Guide/.+-- For a list of reserved words, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words> in the /Amazon DynamoDB Developer Guide/. ----- For more information on /ExpressionAttributeNames/ and--- /ExpressionAttributeValues/, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ExpressionPlaceholders.html Using Placeholders for Attribute Names and Values>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on /ExpressionAttributeNames/ and /ExpressionAttributeValues/, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ExpressionPlaceholders.html Using Placeholders for Attribute Names and Values> in the /Amazon DynamoDB Developer Guide/. -- -- /KeyConditionExpression/ replaces the legacy /KeyConditions/ parameter. qKeyConditionExpression :: Lens' Query (Maybe Text) qKeyConditionExpression = lens _qKeyConditionExpression (\ s a -> s{_qKeyConditionExpression = a}); --- | This is a legacy parameter, for backward compatibility. New applications--- should use /FilterExpression/ instead. Do not combine legacy parameters--- and expression parameters in a single API call; otherwise, DynamoDB will--- return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /FilterExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. -- -- A logical operator to apply to the conditions in a /QueryFilter/ map: ----- - 'AND' - If all of the conditions evaluate to true, then the entire--- map evaluates to true.+-- - 'AND' - If all of the conditions evaluate to true, then the entire map evaluates to true. ----- - 'OR' - If at least one of the conditions evaluate to true, then the--- entire map evaluates to true.+-- - 'OR' - If at least one of the conditions evaluate to true, then the entire map evaluates to true. -- -- If you omit /ConditionalOperator/, then 'AND' is the default. --@@ -679,18 +434,13 @@ qConditionalOperator :: Lens' Query (Maybe ConditionalOperator) qConditionalOperator = lens _qConditionalOperator (\ s a -> s{_qConditionalOperator = a}); --- | The primary key of the first item that this operation will evaluate. Use--- the value that was returned for /LastEvaluatedKey/ in the previous--- operation.+-- | The primary key of the first item that this operation will evaluate. Use the value that was returned for /LastEvaluatedKey/ in the previous operation. ----- The data type for /ExclusiveStartKey/ must be String, Number or Binary.--- No set data types are allowed.+-- The data type for /ExclusiveStartKey/ must be String, Number or Binary. No set data types are allowed. qExclusiveStartKey :: Lens' Query (HashMap Text AttributeValue) qExclusiveStartKey = lens _qExclusiveStartKey (\ s a -> s{_qExclusiveStartKey = a}) . _Default . _Map; --- | The name of an index to query. This index can be any local secondary--- index or global secondary index on the table. Note that if you use the--- /IndexName/ parameter, you must also provide /TableName./+-- | The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the /IndexName/ parameter, you must also provide /TableName./ qIndexName :: Lens' Query (Maybe Text) qIndexName = lens _qIndexName (\ s a -> s{_qIndexName = a}); @@ -807,44 +557,29 @@ , _qrsResponseStatus = pResponseStatus_ } --- | The primary key of the item where the operation stopped, inclusive of--- the previous result set. Use this value to start a new operation,--- excluding this value in the new request.+-- | The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. ----- If /LastEvaluatedKey/ is empty, then the \"last page\" of results has--- been processed and there is no more data to be retrieved.+-- If /LastEvaluatedKey/ is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved. ----- If /LastEvaluatedKey/ is not empty, it does not necessarily mean that--- there is more data in the result set. The only way to know when you have--- reached the end of the result set is when /LastEvaluatedKey/ is empty.+-- If /LastEvaluatedKey/ is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when /LastEvaluatedKey/ is empty. qrsLastEvaluatedKey :: Lens' QueryResponse (HashMap Text AttributeValue) qrsLastEvaluatedKey = lens _qrsLastEvaluatedKey (\ s a -> s{_qrsLastEvaluatedKey = a}) . _Default . _Map; -- | The number of items in the response. ----- If you used a /QueryFilter/ in the request, then /Count/ is the number--- of items returned after the filter was applied, and /ScannedCount/ is--- the number of matching items before the filter was applied.+-- If you used a /QueryFilter/ in the request, then /Count/ is the number of items returned after the filter was applied, and /ScannedCount/ is the number of matching items before the filter was applied. ----- If you did not use a filter in the request, then /Count/ and--- /ScannedCount/ are the same.+-- If you did not use a filter in the request, then /Count/ and /ScannedCount/ are the same. qrsCount :: Lens' QueryResponse (Maybe Int) qrsCount = lens _qrsCount (\ s a -> s{_qrsCount = a}); --- | The number of items evaluated, before any /QueryFilter/ is applied. A--- high /ScannedCount/ value with few, or no, /Count/ results indicates an--- inefficient /Query/ operation. For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#Count Count and ScannedCount>--- in the /Amazon DynamoDB Developer Guide/.+-- | The number of items evaluated, before any /QueryFilter/ is applied. A high /ScannedCount/ value with few, or no, /Count/ results indicates an inefficient /Query/ operation. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#Count Count and ScannedCount> in the /Amazon DynamoDB Developer Guide/. ----- If you did not use a filter in the request, then /ScannedCount/ is the--- same as /Count/.+-- If you did not use a filter in the request, then /ScannedCount/ is the same as /Count/. qrsScannedCount :: Lens' QueryResponse (Maybe Int) qrsScannedCount = lens _qrsScannedCount (\ s a -> s{_qrsScannedCount = a}); --- | An array of item attributes that match the query criteria. Each element--- in this array consists of an attribute name and the value for that--- attribute.+-- | An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute. qrsItems :: Lens' QueryResponse [HashMap Text AttributeValue] qrsItems = lens _qrsItems (\ s a -> s{_qrsItems = a}) . _Default . _Coerce;
gen/Network/AWS/DynamoDB/Scan.hs view
@@ -18,28 +18,13 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- The /Scan/ operation returns one or more items and item attributes by--- accessing every item in a table or a secondary index. To have DynamoDB--- return fewer items, you can provide a /ScanFilter/ operation.+-- The /Scan/ operation returns one or more items and item attributes by accessing every item in a table or a secondary index. To have DynamoDB return fewer items, you can provide a /ScanFilter/ operation. ----- If the total number of scanned items exceeds the maximum data set size--- limit of 1 MB, the scan stops and results are returned to the user as a--- /LastEvaluatedKey/ value to continue the scan in a subsequent operation.--- The results also include the number of items exceeding the limit. A scan--- can result in no table data meeting the filter criteria.+-- If the total number of scanned items exceeds the maximum data set size limit of 1 MB, the scan stops and results are returned to the user as a /LastEvaluatedKey/ value to continue the scan in a subsequent operation. The results also include the number of items exceeding the limit. A scan can result in no table data meeting the filter criteria. ----- By default, /Scan/ operations proceed sequentially; however, for faster--- performance on a large table or secondary index, applications can--- request a parallel /Scan/ operation by providing the /Segment/ and--- /TotalSegments/ parameters. For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#QueryAndScanParallelScan Parallel Scan>--- in the /Amazon DynamoDB Developer Guide/.+-- By default, /Scan/ operations proceed sequentially; however, for faster performance on a large table or secondary index, applications can request a parallel /Scan/ operation by providing the /Segment/ and /TotalSegments/ parameters. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#QueryAndScanParallelScan Parallel Scan> in the /Amazon DynamoDB Developer Guide/. ----- By default, /Scan/ uses eventually consistent reads when accessing the--- data in a table; therefore, the result set might not include the changes--- to data in the table immediately before the operation began. If you need--- a consistent copy of the data, as of the time that the Scan begins, you--- can set the /ConsistentRead/ parameter to /true/.+-- By default, /Scan/ uses eventually consistent reads when accessing the data in a table; therefore, the result set might not include the changes to data in the table immediately before the operation began. If you need a consistent copy of the data, as of the time that the Scan begins, you can set the /ConsistentRead/ parameter to /true/. -- -- This operation returns paginated results. module Network.AWS.DynamoDB.Scan@@ -165,187 +150,116 @@ , _sTableName = pTableName_ } --- | A string that identifies one or more attributes to retrieve from the--- specified table or index. These attributes can include scalars, sets, or--- elements of a JSON document. The attributes in the expression must be--- separated by commas.+-- | A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas. ----- If no attribute names are specified, then all attributes will be--- returned. If any of the requested attributes are not found, they will--- not appear in the result.+-- If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. ----- For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes> in the /Amazon DynamoDB Developer Guide/. -- -- /ProjectionExpression/ replaces the legacy /AttributesToGet/ parameter. sProjectionExpression :: Lens' Scan (Maybe Text) sProjectionExpression = lens _sProjectionExpression (\ s a -> s{_sProjectionExpression = a}); --- | This is a legacy parameter, for backward compatibility. New applications--- should use /FilterExpression/ instead. Do not combine legacy parameters--- and expression parameters in a single API call; otherwise, DynamoDB will--- return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /FilterExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. ----- A condition that evaluates the scan results and returns only the desired--- values.+-- A condition that evaluates the scan results and returns only the desired values. -- -- This parameter does not support attributes of type List or Map. ----- If you specify more than one condition in the /ScanFilter/ map, then by--- default all of the conditions must evaluate to true. In other words, the--- conditions are ANDed together. (You can use the /ConditionalOperator/--- parameter to OR the conditions instead. If you do this, then at least--- one of the conditions must evaluate to true, rather than all of them.)+-- If you specify more than one condition in the /ScanFilter/ map, then by default all of the conditions must evaluate to true. In other words, the conditions are ANDed together. (You can use the /ConditionalOperator/ parameter to OR the conditions instead. If you do this, then at least one of the conditions must evaluate to true, rather than all of them.) ----- Each /ScanFilter/ element consists of an attribute name to compare,--- along with the following:+-- Each /ScanFilter/ element consists of an attribute name to compare, along with the following: ----- - /AttributeValueList/ - One or more values to evaluate against the--- supplied attribute. The number of values in the list depends on the--- operator specified in /ComparisonOperator/ .+-- - /AttributeValueList/ - One or more values to evaluate against the supplied attribute. The number of values in the list depends on the operator specified in /ComparisonOperator/ . -- -- For type Number, value comparisons are numeric. ----- String value comparisons for greater than, equals, or less than are--- based on ASCII character code values. For example, 'a' is greater--- than 'A', and 'a' is greater than 'B'. For a list of code values,--- see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>.+-- String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, 'a' is greater than 'A', and 'a' is greater than 'B'. For a list of code values, see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>. ----- For Binary, DynamoDB treats each byte of the binary data as unsigned--- when it compares binary values.+-- For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. ----- For information on specifying data types in JSON, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataFormat.html JSON Data Format>--- in the /Amazon DynamoDB Developer Guide/.+-- For information on specifying data types in JSON, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataFormat.html JSON Data Format> in the /Amazon DynamoDB Developer Guide/. ----- - /ComparisonOperator/ - A comparator for evaluating attributes. For--- example, equals, greater than, less than, etc.+-- - /ComparisonOperator/ - A comparator for evaluating attributes. For example, equals, greater than, less than, etc. -- -- The following comparison operators are available: -- -- 'EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN' ----- For complete descriptions of all comparison operators, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Condition.html Condition>.+-- For complete descriptions of all comparison operators, see <http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Condition.html Condition>. -- sScanFilter :: Lens' Scan (HashMap Text Condition) sScanFilter = lens _sScanFilter (\ s a -> s{_sScanFilter = a}) . _Default . _Map; --- | This is a legacy parameter, for backward compatibility. New applications--- should use /ProjectionExpression/ instead. Do not combine legacy--- parameters and expression parameters in a single API call; otherwise,--- DynamoDB will return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /ProjectionExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. ----- This parameter allows you to retrieve attributes of type List or Map;--- however, it cannot retrieve individual elements within a List or a Map.+-- This parameter allows you to retrieve attributes of type List or Map; however, it cannot retrieve individual elements within a List or a Map. ----- The names of one or more attributes to retrieve. If no attribute names--- are provided, then all attributes will be returned. If any of the--- requested attributes are not found, they will not appear in the result.+-- The names of one or more attributes to retrieve. If no attribute names are provided, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. ----- Note that /AttributesToGet/ has no effect on provisioned throughput--- consumption. DynamoDB determines capacity units consumed based on item--- size, not on the amount of data that is returned to an application.+-- Note that /AttributesToGet/ has no effect on provisioned throughput consumption. DynamoDB determines capacity units consumed based on item size, not on the amount of data that is returned to an application. sAttributesToGet :: Lens' Scan (Maybe (NonEmpty Text)) sAttributesToGet = lens _sAttributesToGet (\ s a -> s{_sAttributesToGet = a}) . mapping _List1; --- | For a parallel /Scan/ request, /TotalSegments/ represents the total--- number of segments into which the /Scan/ operation will be divided. The--- value of /TotalSegments/ corresponds to the number of application--- workers that will perform the parallel scan. For example, if you want to--- use four application threads to scan a table or an index, specify a--- /TotalSegments/ value of 4.+-- | For a parallel /Scan/ request, /TotalSegments/ represents the total number of segments into which the /Scan/ operation will be divided. The value of /TotalSegments/ corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a /TotalSegments/ value of 4. ----- The value for /TotalSegments/ must be greater than or equal to 1, and--- less than or equal to 1000000. If you specify a /TotalSegments/ value of--- 1, the /Scan/ operation will be sequential rather than parallel.+-- The value for /TotalSegments/ must be greater than or equal to 1, and less than or equal to 1000000. If you specify a /TotalSegments/ value of 1, the /Scan/ operation will be sequential rather than parallel. -- -- If you specify /TotalSegments/, you must also specify /Segment/. sTotalSegments :: Lens' Scan (Maybe Natural) sTotalSegments = lens _sTotalSegments (\ s a -> s{_sTotalSegments = a}) . mapping _Nat; --- | One or more substitution tokens for attribute names in an expression.--- The following are some use cases for using /ExpressionAttributeNames/:+-- | One or more substitution tokens for attribute names in an expression. The following are some use cases for using /ExpressionAttributeNames/: ----- - To access an attribute whose name conflicts with a DynamoDB reserved--- word.+-- - To access an attribute whose name conflicts with a DynamoDB reserved word. ----- - To create a placeholder for repeating occurrences of an attribute--- name in an expression.+-- - To create a placeholder for repeating occurrences of an attribute name in an expression. ----- - To prevent special characters in an attribute name from being--- misinterpreted in an expression.+-- - To prevent special characters in an attribute name from being misinterpreted in an expression. ----- Use the __#__ character in an expression to dereference an attribute--- name. For example, consider the following attribute name:+-- Use the __#__ character in an expression to dereference an attribute name. For example, consider the following attribute name: -- -- - 'Percentile' ----- The name of this attribute conflicts with a reserved word, so it cannot--- be used directly in an expression. (For the complete list of reserved--- words, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words>--- in the /Amazon DynamoDB Developer Guide/). To work around this, you--- could specify the following for /ExpressionAttributeNames/:+-- The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words> in the /Amazon DynamoDB Developer Guide/). To work around this, you could specify the following for /ExpressionAttributeNames/: -- -- - '{\"#P\":\"Percentile\"}' ----- You could then use this substitution in an expression, as in this--- example:+-- You could then use this substitution in an expression, as in this example: -- -- - '#P = :val' ----- Tokens that begin with the __:__ character are /expression attribute--- values/, which are placeholders for the actual value at runtime.+-- Tokens that begin with the __:__ character are /expression attribute values/, which are placeholders for the actual value at runtime. ----- For more information on expression attribute names, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on expression attribute names, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes> in the /Amazon DynamoDB Developer Guide/. sExpressionAttributeNames :: Lens' Scan (HashMap Text Text) sExpressionAttributeNames = lens _sExpressionAttributeNames (\ s a -> s{_sExpressionAttributeNames = a}) . _Default . _Map; --- | A string that contains conditions that DynamoDB applies after the /Scan/--- operation, but before the data is returned to you. Items that do not--- satisfy the /FilterExpression/ criteria are not returned.+-- | A string that contains conditions that DynamoDB applies after the /Scan/ operation, but before the data is returned to you. Items that do not satisfy the /FilterExpression/ criteria are not returned. ----- A /FilterExpression/ is applied after the items have already been read;--- the process of filtering does not consume any additional read capacity--- units.+-- A /FilterExpression/ is applied after the items have already been read; the process of filtering does not consume any additional read capacity units. ----- For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#FilteringResults Filter Expressions>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#FilteringResults Filter Expressions> in the /Amazon DynamoDB Developer Guide/. ----- /FilterExpression/ replaces the legacy /ScanFilter/ and--- /ConditionalOperator/ parameters.+-- /FilterExpression/ replaces the legacy /ScanFilter/ and /ConditionalOperator/ parameters. sFilterExpression :: Lens' Scan (Maybe Text) sFilterExpression = lens _sFilterExpression (\ s a -> s{_sFilterExpression = a}); --- | A Boolean value that determines the read consistency model during the--- scan:+-- | A Boolean value that determines the read consistency model during the scan: ----- - If /ConsistentRead/ is 'false', then the data returned from /Scan/--- might not contain the results from other recently completed write--- operations (PutItem, UpdateItem or DeleteItem).+-- - If /ConsistentRead/ is 'false', then the data returned from /Scan/ might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem). ----- - If /ConsistentRead/ is 'true', then all of the write operations that--- completed before the /Scan/ began are guaranteed to be contained in--- the /Scan/ response.+-- - If /ConsistentRead/ is 'true', then all of the write operations that completed before the /Scan/ began are guaranteed to be contained in the /Scan/ response. -- -- The default setting for /ConsistentRead/ is 'false'. ----- The /ConsistentRead/ parameter is not supported on global secondary--- indexes. If you scan a global secondary index with /ConsistentRead/ set--- to true, you will receive a /ValidationException/.+-- The /ConsistentRead/ parameter is not supported on global secondary indexes. If you scan a global secondary index with /ConsistentRead/ set to true, you will receive a /ValidationException/. sConsistentRead :: Lens' Scan (Maybe Bool) sConsistentRead = lens _sConsistentRead (\ s a -> s{_sConsistentRead = a}); -- | One or more values that can be substituted in an expression. ----- Use the __:__ (colon) character in an expression to dereference an--- attribute value. For example, suppose that you wanted to check whether--- the value of the /ProductStatus/ attribute was one of the following:+-- Use the __:__ (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the /ProductStatus/ attribute was one of the following: -- -- 'Available | Backordered | Discontinued' --@@ -357,9 +271,7 @@ -- -- 'ProductStatus IN (:avail, :back, :disc)' ----- For more information on expression attribute values, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on expression attribute values, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions> in the /Amazon DynamoDB Developer Guide/. sExpressionAttributeValues :: Lens' Scan (HashMap Text AttributeValue) sExpressionAttributeValues = lens _sExpressionAttributeValues (\ s a -> s{_sExpressionAttributeValues = a}) . _Default . _Map; @@ -367,72 +279,41 @@ sReturnConsumedCapacity :: Lens' Scan (Maybe ReturnConsumedCapacity) sReturnConsumedCapacity = lens _sReturnConsumedCapacity (\ s a -> s{_sReturnConsumedCapacity = a}); --- | The maximum number of items to evaluate (not necessarily the number of--- matching items). If DynamoDB processes the number of items up to the--- limit while processing the results, it stops the operation and returns--- the matching values up to that point, and a key in /LastEvaluatedKey/ to--- apply in a subsequent operation, so that you can pick up where you left--- off. Also, if the processed data set size exceeds 1 MB before DynamoDB--- reaches this limit, it stops the operation and returns the matching--- values up to the limit, and a key in /LastEvaluatedKey/ to apply in a--- subsequent operation to continue the operation. For more information,--- see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan>--- in the /Amazon DynamoDB Developer Guide/.+-- | The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in /LastEvaluatedKey/ to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in /LastEvaluatedKey/ to apply in a subsequent operation to continue the operation. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html Query and Scan> in the /Amazon DynamoDB Developer Guide/. sLimit :: Lens' Scan (Maybe Natural) sLimit = lens _sLimit (\ s a -> s{_sLimit = a}) . mapping _Nat; --- | The attributes to be returned in the result. You can retrieve all item--- attributes, specific item attributes, or the count of matching items.+-- | The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, or the count of matching items. -- -- - 'ALL_ATTRIBUTES' - Returns all of the item attributes. ----- - 'COUNT' - Returns the number of matching items, rather than the--- matching items themselves.+-- - 'COUNT' - Returns the number of matching items, rather than the matching items themselves. ----- - 'SPECIFIC_ATTRIBUTES' - Returns only the attributes listed in--- /AttributesToGet/. This return value is equivalent to specifying--- /AttributesToGet/ without specifying any value for /Select/.+-- - 'SPECIFIC_ATTRIBUTES' - Returns only the attributes listed in /AttributesToGet/. This return value is equivalent to specifying /AttributesToGet/ without specifying any value for /Select/. ----- If neither /Select/ nor /AttributesToGet/ are specified, DynamoDB--- defaults to 'ALL_ATTRIBUTES'. You cannot use both /AttributesToGet/ and--- /Select/ together in a single request, unless the value for /Select/ is--- 'SPECIFIC_ATTRIBUTES'. (This usage is equivalent to specifying--- /AttributesToGet/ without any value for /Select/.)+-- If neither /Select/ nor /AttributesToGet/ are specified, DynamoDB defaults to 'ALL_ATTRIBUTES'. You cannot use both /AttributesToGet/ and /Select/ together in a single request, unless the value for /Select/ is 'SPECIFIC_ATTRIBUTES'. (This usage is equivalent to specifying /AttributesToGet/ without any value for /Select/.) sSelect :: Lens' Scan (Maybe Select) sSelect = lens _sSelect (\ s a -> s{_sSelect = a}); --- | For a parallel /Scan/ request, /Segment/ identifies an individual--- segment to be scanned by an application worker.+-- | For a parallel /Scan/ request, /Segment/ identifies an individual segment to be scanned by an application worker. ----- Segment IDs are zero-based, so the first segment is always 0. For--- example, if you want to use four application threads to scan a table or--- an index, then the first thread specifies a /Segment/ value of 0, the--- second thread specifies 1, and so on.+-- Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a /Segment/ value of 0, the second thread specifies 1, and so on. ----- The value of /LastEvaluatedKey/ returned from a parallel /Scan/ request--- must be used as /ExclusiveStartKey/ with the same segment ID in a--- subsequent /Scan/ operation.+-- The value of /LastEvaluatedKey/ returned from a parallel /Scan/ request must be used as /ExclusiveStartKey/ with the same segment ID in a subsequent /Scan/ operation. ----- The value for /Segment/ must be greater than or equal to 0, and less--- than the value provided for /TotalSegments/.+-- The value for /Segment/ must be greater than or equal to 0, and less than the value provided for /TotalSegments/. -- -- If you provide /Segment/, you must also provide /TotalSegments/. sSegment :: Lens' Scan (Maybe Natural) sSegment = lens _sSegment (\ s a -> s{_sSegment = a}) . mapping _Nat; --- | This is a legacy parameter, for backward compatibility. New applications--- should use /FilterExpression/ instead. Do not combine legacy parameters--- and expression parameters in a single API call; otherwise, DynamoDB will--- return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /FilterExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. -- -- A logical operator to apply to the conditions in a /ScanFilter/ map: ----- - 'AND' - If all of the conditions evaluate to true, then the entire--- map evaluates to true.+-- - 'AND' - If all of the conditions evaluate to true, then the entire map evaluates to true. ----- - 'OR' - If at least one of the conditions evaluate to true, then the--- entire map evaluates to true.+-- - 'OR' - If at least one of the conditions evaluate to true, then the entire map evaluates to true. -- -- If you omit /ConditionalOperator/, then 'AND' is the default. --@@ -442,27 +323,19 @@ sConditionalOperator :: Lens' Scan (Maybe ConditionalOperator) sConditionalOperator = lens _sConditionalOperator (\ s a -> s{_sConditionalOperator = a}); --- | The primary key of the first item that this operation will evaluate. Use--- the value that was returned for /LastEvaluatedKey/ in the previous--- operation.+-- | The primary key of the first item that this operation will evaluate. Use the value that was returned for /LastEvaluatedKey/ in the previous operation. ----- The data type for /ExclusiveStartKey/ must be String, Number or Binary.--- No set data types are allowed.+-- The data type for /ExclusiveStartKey/ must be String, Number or Binary. No set data types are allowed. ----- In a parallel scan, a /Scan/ request that includes /ExclusiveStartKey/--- must specify the same segment whose previous /Scan/ returned the--- corresponding value of /LastEvaluatedKey/.+-- In a parallel scan, a /Scan/ request that includes /ExclusiveStartKey/ must specify the same segment whose previous /Scan/ returned the corresponding value of /LastEvaluatedKey/. sExclusiveStartKey :: Lens' Scan (HashMap Text AttributeValue) sExclusiveStartKey = lens _sExclusiveStartKey (\ s a -> s{_sExclusiveStartKey = a}) . _Default . _Map; --- | The name of a secondary index to scan. This index can be any local--- secondary index or global secondary index. Note that if you use the--- 'IndexName' parameter, you must also provide 'TableName'.+-- | The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the 'IndexName' parameter, you must also provide 'TableName'. sIndexName :: Lens' Scan (Maybe Text) sIndexName = lens _sIndexName (\ s a -> s{_sIndexName = a}); --- | The name of the table containing the requested items; or, if you provide--- 'IndexName', the name of the table to which that index belongs.+-- | The name of the table containing the requested items; or, if you provide 'IndexName', the name of the table to which that index belongs. sTableName :: Lens' Scan Text sTableName = lens _sTableName (\ s a -> s{_sTableName = a}); @@ -573,44 +446,29 @@ , _srsResponseStatus = pResponseStatus_ } --- | The primary key of the item where the operation stopped, inclusive of--- the previous result set. Use this value to start a new operation,--- excluding this value in the new request.+-- | The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. ----- If /LastEvaluatedKey/ is empty, then the \"last page\" of results has--- been processed and there is no more data to be retrieved.+-- If /LastEvaluatedKey/ is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved. ----- If /LastEvaluatedKey/ is not empty, it does not necessarily mean that--- there is more data in the result set. The only way to know when you have--- reached the end of the result set is when /LastEvaluatedKey/ is empty.+-- If /LastEvaluatedKey/ is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when /LastEvaluatedKey/ is empty. srsLastEvaluatedKey :: Lens' ScanResponse (HashMap Text AttributeValue) srsLastEvaluatedKey = lens _srsLastEvaluatedKey (\ s a -> s{_srsLastEvaluatedKey = a}) . _Default . _Map; -- | The number of items in the response. ----- If you set /ScanFilter/ in the request, then /Count/ is the number of--- items returned after the filter was applied, and /ScannedCount/ is the--- number of matching items before the filter was applied.+-- If you set /ScanFilter/ in the request, then /Count/ is the number of items returned after the filter was applied, and /ScannedCount/ is the number of matching items before the filter was applied. ----- If you did not use a filter in the request, then /Count/ is the same as--- /ScannedCount/.+-- If you did not use a filter in the request, then /Count/ is the same as /ScannedCount/. srsCount :: Lens' ScanResponse (Maybe Int) srsCount = lens _srsCount (\ s a -> s{_srsCount = a}); --- | The number of items evaluated, before any /ScanFilter/ is applied. A--- high /ScannedCount/ value with few, or no, /Count/ results indicates an--- inefficient /Scan/ operation. For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#Count Count and ScannedCount>--- in the /Amazon DynamoDB Developer Guide/.+-- | The number of items evaluated, before any /ScanFilter/ is applied. A high /ScannedCount/ value with few, or no, /Count/ results indicates an inefficient /Scan/ operation. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#Count Count and ScannedCount> in the /Amazon DynamoDB Developer Guide/. ----- If you did not use a filter in the request, then /ScannedCount/ is the--- same as /Count/.+-- If you did not use a filter in the request, then /ScannedCount/ is the same as /Count/. srsScannedCount :: Lens' ScanResponse (Maybe Int) srsScannedCount = lens _srsScannedCount (\ s a -> s{_srsScannedCount = a}); --- | An array of item attributes that match the scan criteria. Each element--- in this array consists of an attribute name and the value for that--- attribute.+-- | An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute. srsItems :: Lens' ScanResponse [HashMap Text AttributeValue] srsItems = lens _srsItems (\ s a -> s{_srsItems = a}) . _Default . _Coerce;
gen/Network/AWS/DynamoDB/Types.hs view
@@ -308,13 +308,7 @@ | has (hasStatus 509) e = Just "limit_exceeded" | otherwise = Nothing --- | Your request rate is too high. The AWS 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--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ErrorHandling.html#APIRetries Error Retries and Exponential Backoff>--- in the /Amazon DynamoDB Developer Guide/.+-- | Your request rate is too high. The AWS 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 <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ErrorHandling.html#APIRetries Error Retries and Exponential Backoff> in the /Amazon DynamoDB Developer Guide/. _ProvisionedThroughputExceededException :: AsError a => Getting (First ServiceError) a ServiceError _ProvisionedThroughputExceededException = _ServiceError . hasCode "ProvisionedThroughputExceededException"@@ -324,8 +318,7 @@ _ConditionalCheckFailedException = _ServiceError . hasCode "ConditionalCheckFailedException" --- | An item collection is too large. This exception is only returned for--- tables that have one or more local secondary indexes.+-- | An item collection is too large. This exception is only returned for tables that have one or more local secondary indexes. _ItemCollectionSizeLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError _ItemCollectionSizeLimitExceededException = _ServiceError . hasCode "ItemCollectionSizeLimitExceededException"@@ -334,26 +327,19 @@ _InternalServerError :: AsError a => Getting (First ServiceError) a ServiceError _InternalServerError = _ServiceError . hasCode "InternalServerError" --- | The operation tried to access a nonexistent table or index. The resource--- might not be specified correctly, or its status might not be 'ACTIVE'.+-- | The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be 'ACTIVE'. _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError _ResourceNotFoundException = _ServiceError . hasCode "ResourceNotFoundException" --- | The number of concurrent table requests (cumulative number of tables in--- the 'CREATING', 'DELETING' or 'UPDATING' state) exceeds the maximum--- allowed of 10.+-- | The number of concurrent table requests (cumulative number of tables in the 'CREATING', 'DELETING' or 'UPDATING' state) exceeds the maximum allowed of 10. ----- Also, for tables with secondary indexes, only one of those tables can be--- in the 'CREATING' state at any point in time. Do not attempt to create--- more than one such table simultaneously.+-- Also, for tables with secondary indexes, only one of those tables can be in the 'CREATING' state at any point in time. Do not attempt to create more than one such table simultaneously. -- -- The total limit of tables in the 'ACTIVE' state is 250. _LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError _LimitExceededException = _ServiceError . hasCode "LimitExceededException" --- | 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.+-- | 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. _ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError _ResourceInUseException = _ServiceError . hasCode "ResourceInUseException"
gen/Network/AWS/DynamoDB/Types/Product.hs view
@@ -21,8 +21,7 @@ import Network.AWS.Lens import Network.AWS.Prelude --- | Represents an attribute for describing the key schema for the table and--- indexes.+-- | Represents an attribute for describing the key schema for the table and indexes. -- -- /See:/ 'attributeDefinition' smart constructor. data AttributeDefinition = AttributeDefinition'@@ -77,14 +76,9 @@ [Just ("AttributeName" .= _adAttributeName), Just ("AttributeType" .= _adAttributeType)]) --- | Represents the data for an attribute. You can set one, and only one, of--- the elements.+-- | Represents the data for an attribute. You can set one, and only one, of the elements. ----- Each attribute in an item is a name-value pair. An attribute can be--- single-valued or multi-valued set. For example, a book item can have--- title and authors attributes. Each book has one title but can have many--- authors. The multi-valued attribute is a set; duplicate values are not--- allowed.+-- Each attribute in an item is a name-value pair. An attribute can be single-valued or multi-valued set. For example, a book item can have title and authors attributes. Each book has one title but can have many authors. The multi-valued attribute is a set; duplicate values are not allowed. -- -- /See:/ 'attributeValue' smart constructor. data AttributeValue = AttributeValue'@@ -214,17 +208,11 @@ ("B" .=) <$> _avB, ("SS" .=) <$> _avSS, ("S" .=) <$> _avS, ("BOOL" .=) <$> _avBOOL]) --- | For the /UpdateItem/ operation, represents the attributes to be--- modified, the action to perform on each, and the new value for each.+-- | 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.+-- 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.+-- 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. -- -- /See:/ 'attributeValueUpdate' smart constructor. data AttributeValueUpdate = AttributeValueUpdate'@@ -251,77 +239,37 @@ avuValue :: Lens' AttributeValueUpdate (Maybe AttributeValue) avuValue = lens _avuValue (\ s a -> s{_avuValue = a}); --- | 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.+-- | 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.+-- - '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.+-- - '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.+-- 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:+-- - '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 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.+-- 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'.+-- 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.+-- - 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.+-- 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.+-- 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.+-- - '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 an item with the supplied primary key and--- number (or set of numbers) for the attribute value. The only data--- types allowed are number and number set; no other data types can be--- specified.+-- - 'ADD' - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified. -- avuAction :: Lens' AttributeValueUpdate (Maybe AttributeAction) avuAction = lens _avuAction (\ s a -> s{_avuAction = a});@@ -337,8 +285,7 @@ [("Value" .=) <$> _avuValue, ("Action" .=) <$> _avuAction]) --- | Represents the amount of provisioned throughput capacity consumed on a--- table or an index.+-- | Represents the amount of provisioned throughput capacity consumed on a table or an index. -- -- /See:/ 'capacity' smart constructor. newtype Capacity = Capacity'@@ -372,18 +319,13 @@ -- | Represents the selection criteria for a /Query/ or /Scan/ operation: ----- - For a /Query/ operation, /Condition/ is used for specifying the--- /KeyConditions/ to use when querying a table or an index. For--- /KeyConditions/, only the following comparison operators are--- supported:+-- - For a /Query/ operation, /Condition/ is used for specifying the /KeyConditions/ to use when querying a table or an index. For /KeyConditions/, only the following comparison operators are supported: -- -- 'EQ | LE | LT | GE | GT | BEGINS_WITH | BETWEEN' ----- /Condition/ is also used in a /QueryFilter/, which evaluates the--- query results and returns only the desired values.+-- /Condition/ is also used in a /QueryFilter/, which evaluates the query results and returns only the desired values. ----- - For a /Scan/ operation, /Condition/ is used in a /ScanFilter/, which--- evaluates the scan results and returns only the desired values.+-- - For a /Scan/ operation, /Condition/ is used in a /ScanFilter/, which evaluates the scan results and returns only the desired values. -- -- -- /See:/ 'condition' smart constructor.@@ -408,24 +350,17 @@ , _cComparisonOperator = pComparisonOperator_ } --- | One or more values to evaluate against the supplied attribute. The--- number of values in the list depends on the /ComparisonOperator/ being--- used.+-- | One or more values to evaluate against the supplied attribute. The number of values in the list depends on the /ComparisonOperator/ being used. -- -- For type Number, value comparisons are numeric. ----- String value comparisons for greater than, equals, or less than are--- based on ASCII character code values. For example, 'a' is greater than--- 'A', and 'a' is greater than 'B'. For a list of code values, see--- <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>.+-- String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, 'a' is greater than 'A', and 'a' is greater than 'B'. For a list of code values, see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>. ----- For Binary, DynamoDB treats each byte of the binary data as unsigned--- when it compares binary values.+-- For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. cAttributeValueList :: Lens' Condition [AttributeValue] cAttributeValueList = lens _cAttributeValueList (\ s a -> s{_cAttributeValueList = a}) . _Default . _Coerce; --- | A comparator for evaluating attributes. For example, equals, greater--- than, less than, etc.+-- | A comparator for evaluating attributes. For example, equals, greater than, less than, etc. -- -- The following comparison operators are available: --@@ -433,148 +368,63 @@ -- -- The following are descriptions of each comparison operator. ----- - 'EQ' : Equal. 'EQ' is supported for all datatypes, including lists--- and maps.+-- - 'EQ' : Equal. 'EQ' is supported for all datatypes, including lists and maps. ----- /AttributeValueList/ can contain only one /AttributeValue/ element--- of type String, Number, Binary, String Set, Number Set, or Binary--- Set. If an item contains an /AttributeValue/ element of a different--- type than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'. ----- - 'NE' : Not equal. 'NE' is supported for all datatypes, including--- lists and maps.+-- - 'NE' : Not equal. 'NE' is supported for all datatypes, including lists and maps. ----- /AttributeValueList/ can contain only one /AttributeValue/ of type--- String, Number, Binary, String Set, Number Set, or Binary Set. If an--- item contains an /AttributeValue/ of a different type than the one--- provided in the request, the value does not match. For example,--- '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an /AttributeValue/ of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'LE' : Less than or equal. ----- /AttributeValueList/ can contain only one /AttributeValue/ element--- of type String, Number, or Binary (not a set type). If an item--- contains an /AttributeValue/ element of a different type than the--- one provided in the request, the value does not match. For example,--- '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'LT' : Less than. ----- /AttributeValueList/ can contain only one /AttributeValue/ of type--- String, Number, or Binary (not a set type). If an item contains an--- /AttributeValue/ element of a different type than the one provided--- in the request, the value does not match. For example,--- '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'GE' : Greater than or equal. ----- /AttributeValueList/ can contain only one /AttributeValue/ element--- of type String, Number, or Binary (not a set type). If an item--- contains an /AttributeValue/ element of a different type than the--- one provided in the request, the value does not match. For example,--- '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'GT' : Greater than. ----- /AttributeValueList/ can contain only one /AttributeValue/ element--- of type String, Number, or Binary (not a set type). If an item--- contains an /AttributeValue/ element of a different type than the--- one provided in the request, the value does not match. For example,--- '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. ----- - 'NOT_NULL' : The attribute exists. 'NOT_NULL' is supported for all--- datatypes, including lists and maps.+-- - 'NOT_NULL' : The attribute exists. 'NOT_NULL' is supported for all datatypes, including lists and maps. ----- This operator tests for the existence of an attribute, not its data--- type. If the data type of attribute \"'a'\" is null, and you--- evaluate it using 'NOT_NULL', the result is a Boolean /true/. This--- result is because the attribute \"'a'\" exists; its data type is not--- relevant to the 'NOT_NULL' comparison operator.+-- This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"'a'\" is null, and you evaluate it using 'NOT_NULL', the result is a Boolean /true/. This result is because the attribute \"'a'\" exists; its data type is not relevant to the 'NOT_NULL' comparison operator. ----- - 'NULL' : The attribute does not exist. 'NULL' is supported for all--- datatypes, including lists and maps.+-- - 'NULL' : The attribute does not exist. 'NULL' is supported for all datatypes, including lists and maps. ----- This operator tests for the nonexistence of an attribute, not its--- data type. If the data type of attribute \"'a'\" is null, and you--- evaluate it using 'NULL', the result is a Boolean /false/. This is--- because the attribute \"'a'\" exists; its data type is not relevant--- to the 'NULL' comparison operator.+-- This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"'a'\" is null, and you evaluate it using 'NULL', the result is a Boolean /false/. This is because the attribute \"'a'\" exists; its data type is not relevant to the 'NULL' comparison operator. -- -- - 'CONTAINS' : Checks for a subsequence, or value in a set. ----- /AttributeValueList/ can contain only one /AttributeValue/ element--- of type String, Number, or Binary (not a set type). If the target--- attribute of the comparison is of type String, then the operator--- checks for a substring match. If the target attribute of the--- comparison is of type Binary, then the operator looks for a--- subsequence of the target that matches the input. If the target--- attribute of the comparison is a set (\"'SS'\", \"'NS'\", or--- \"'BS'\"), then the operator evaluates to true if it finds an exact--- match with any member of the set.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"'SS'\", \"'NS'\", or \"'BS'\"), then the operator evaluates to true if it finds an exact match with any member of the set. ----- CONTAINS is supported for lists: When evaluating \"'a CONTAINS b'\",--- \"'a'\" can be a list; however, \"'b'\" cannot be a set, a map, or a--- list.+-- CONTAINS is supported for lists: When evaluating \"'a CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\" cannot be a set, a map, or a list. ----- - 'NOT_CONTAINS' : Checks for absence of a subsequence, or absence of--- a value in a set.+-- - 'NOT_CONTAINS' : Checks for absence of a subsequence, or absence of a value in a set. ----- /AttributeValueList/ can contain only one /AttributeValue/ element--- of type String, Number, or Binary (not a set type). If the target--- attribute of the comparison is a String, then the operator checks--- for the absence of a substring match. If the target attribute of the--- comparison is Binary, then the operator checks for the absence of a--- subsequence of the target that matches the input. If the target--- attribute of the comparison is a set (\"'SS'\", \"'NS'\", or--- \"'BS'\"), then the operator evaluates to true if it /does not/ find--- an exact match with any member of the set.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"'SS'\", \"'NS'\", or \"'BS'\"), then the operator evaluates to true if it /does not/ find an exact match with any member of the set. ----- NOT_CONTAINS is supported for lists: When evaluating--- \"'a NOT CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\"--- cannot be a set, a map, or a list.+-- NOT_CONTAINS is supported for lists: When evaluating \"'a NOT CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\" cannot be a set, a map, or a list. -- -- - 'BEGINS_WITH' : Checks for a prefix. ----- /AttributeValueList/ can contain only one /AttributeValue/ of type--- String or Binary (not a Number or a set type). The target attribute--- of the comparison must be of type String or Binary (not a Number or--- a set type).+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type). -- -- - 'IN' : Checks for matching elements within two sets. ----- /AttributeValueList/ can contain one or more /AttributeValue/--- elements of type String, Number, or Binary (not a set type). These--- attributes are compared against an existing set type attribute of an--- item. If any elements of the input set are present in the item--- attribute, the expression evaluates to true.+-- /AttributeValueList/ can contain one or more /AttributeValue/ elements of type String, Number, or Binary (not a set type). These attributes are compared against an existing set type attribute of an item. If any elements of the input set are present in the item attribute, the expression evaluates to true. ----- - 'BETWEEN' : Greater than or equal to the first value, and less than--- or equal to the second value.+-- - 'BETWEEN' : Greater than or equal to the first value, and less than or equal to the second value. ----- /AttributeValueList/ must contain two /AttributeValue/ elements of--- the same type, either String, Number, or Binary (not a set type). A--- target attribute matches if the target value is greater than, or--- equal to, the first element and less than, or equal to, the second--- element. If an item contains an /AttributeValue/ element of a--- different type than the one provided in the request, the value does--- not match. For example, '{\"S\":\"6\"}' does not compare to--- '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'+-- /AttributeValueList/ must contain two /AttributeValue/ elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not compare to '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}' ----- For usage examples of /AttributeValueList/ and /ComparisonOperator/, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html Legacy Conditional Parameters>--- in the /Amazon DynamoDB Developer Guide/.+-- For usage examples of /AttributeValueList/ and /ComparisonOperator/, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html Legacy Conditional Parameters> in the /Amazon DynamoDB Developer Guide/. cComparisonOperator :: Lens' Condition ComparisonOperator cComparisonOperator = lens _cComparisonOperator (\ s a -> s{_cComparisonOperator = a}); @@ -589,12 +439,7 @@ [("AttributeValueList" .=) <$> _cAttributeValueList, Just ("ComparisonOperator" .= _cComparisonOperator)]) --- | The capacity units consumed by an operation. The data returned includes--- the total provisioned throughput consumed, along with statistics for the--- table and any indexes involved in the operation. /ConsumedCapacity/ is--- only returned if the request asked for it. For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughputIntro.html Provisioned Throughput>--- in the /Amazon DynamoDB Developer Guide/.+-- | The capacity units consumed by an operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. /ConsumedCapacity/ is only returned if the request asked for it. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughputIntro.html Provisioned Throughput> in the /Amazon DynamoDB Developer Guide/. -- -- /See:/ 'consumedCapacity' smart constructor. data ConsumedCapacity = ConsumedCapacity'@@ -629,8 +474,7 @@ , _ccTableName = Nothing } --- | The amount of throughput consumed on each global index affected by the--- operation.+-- | The amount of throughput consumed on each global index affected by the operation. ccGlobalSecondaryIndexes :: Lens' ConsumedCapacity (HashMap Text Capacity) ccGlobalSecondaryIndexes = lens _ccGlobalSecondaryIndexes (\ s a -> s{_ccGlobalSecondaryIndexes = a}) . _Default . _Map; @@ -638,13 +482,11 @@ ccCapacityUnits :: Lens' ConsumedCapacity (Maybe Double) ccCapacityUnits = lens _ccCapacityUnits (\ s a -> s{_ccCapacityUnits = a}); --- | The amount of throughput consumed on each local index affected by the--- operation.+-- | The amount of throughput consumed on each local index affected by the operation. ccLocalSecondaryIndexes :: Lens' ConsumedCapacity (HashMap Text Capacity) ccLocalSecondaryIndexes = lens _ccLocalSecondaryIndexes (\ s a -> s{_ccLocalSecondaryIndexes = a}) . _Default . _Map; --- | The amount of throughput consumed on the table affected by the--- operation.+-- | The amount of throughput consumed on the table affected by the operation. ccTable :: Lens' ConsumedCapacity (Maybe Capacity) ccTable = lens _ccTable (\ s a -> s{_ccTable = a}); @@ -667,8 +509,7 @@ instance NFData ConsumedCapacity --- | Represents a new global secondary index to be added to an existing--- table.+-- | Represents a new global secondary index to be added to an existing table. -- -- /See:/ 'createGlobalSecondaryIndexAction' smart constructor. data CreateGlobalSecondaryIndexAction = CreateGlobalSecondaryIndexAction'@@ -735,8 +576,7 @@ ("ProvisionedThroughput" .= _cgsiaProvisionedThroughput)]) --- | Represents a global secondary index to be deleted from an existing--- table.+-- | Represents a global secondary index to be deleted from an existing table. -- -- /See:/ 'deleteGlobalSecondaryIndexAction' smart constructor. newtype DeleteGlobalSecondaryIndexAction = DeleteGlobalSecondaryIndexAction'@@ -789,10 +629,7 @@ { _drKey = mempty } --- | A map of attribute name to attribute values, representing the primary--- key of the item to delete. All of the table\'s primary key attributes--- must be specified, and their data types must match those of the table\'s--- key schema.+-- | A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table\'s primary key attributes must be specified, and their data types must match those of the table\'s key schema. drKey :: Lens' DeleteRequest (HashMap Text AttributeValue) drKey = lens _drKey (\ s a -> s{_drKey = a}) . _Map; @@ -809,28 +646,13 @@ toJSON DeleteRequest'{..} = object (catMaybes [Just ("Key" .= _drKey)]) --- | Represents a condition to be compared with an attribute value. This--- condition can be used with /DeleteItem/, /PutItem/ or /UpdateItem/--- operations; if the comparison evaluates to true, the operation succeeds;--- if not, the operation fails. You can use /ExpectedAttributeValue/ in one--- of two different ways:+-- | Represents a condition to be compared with an attribute value. This condition can be used with /DeleteItem/, /PutItem/ or /UpdateItem/ operations; if the comparison evaluates to true, the operation succeeds; if not, the operation fails. You can use /ExpectedAttributeValue/ in one of two different ways: ----- - Use /AttributeValueList/ to specify one or more values to compare--- against an attribute. Use /ComparisonOperator/ to specify how you--- want to perform the comparison. If the comparison evaluates to true,--- then the conditional operation succeeds.+-- - Use /AttributeValueList/ to specify one or more values to compare against an attribute. Use /ComparisonOperator/ to specify how you want to perform the comparison. If the comparison evaluates to true, then the conditional operation succeeds. ----- - Use /Value/ to specify a value that DynamoDB will compare against an--- attribute. If the values match, then /ExpectedAttributeValue/--- evaluates to true and the conditional operation succeeds.--- Optionally, you can also set /Exists/ to false, indicating that you--- /do not/ expect to find the attribute value in the table. In this--- case, the conditional operation succeeds only if the comparison--- evaluates to false.+-- - Use /Value/ to specify a value that DynamoDB will compare against an attribute. If the values match, then /ExpectedAttributeValue/ evaluates to true and the conditional operation succeeds. Optionally, you can also set /Exists/ to false, indicating that you /do not/ expect to find the attribute value in the table. In this case, the conditional operation succeeds only if the comparison evaluates to false. ----- /Value/ and /Exists/ are incompatible with /AttributeValueList/ and--- /ComparisonOperator/. Note that if you use both sets of parameters at--- once, DynamoDB will return a /ValidationException/ exception.+-- /Value/ and /Exists/ are incompatible with /AttributeValueList/ and /ComparisonOperator/. Note that if you use both sets of parameters at once, DynamoDB will return a /ValidationException/ exception. -- -- /See:/ 'expectedAttributeValue' smart constructor. data ExpectedAttributeValue = ExpectedAttributeValue'@@ -861,52 +683,31 @@ , _eavComparisonOperator = Nothing } --- | One or more values to evaluate against the supplied attribute. The--- number of values in the list depends on the /ComparisonOperator/ being--- used.+-- | One or more values to evaluate against the supplied attribute. The number of values in the list depends on the /ComparisonOperator/ being used. -- -- For type Number, value comparisons are numeric. ----- String value comparisons for greater than, equals, or less than are--- based on ASCII character code values. For example, 'a' is greater than--- 'A', and 'a' is greater than 'B'. For a list of code values, see--- <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>.+-- String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, 'a' is greater than 'A', and 'a' is greater than 'B'. For a list of code values, see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>. ----- For Binary, DynamoDB treats each byte of the binary data as unsigned--- when it compares binary values.+-- For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. ----- For information on specifying data types in JSON, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataFormat.html JSON Data Format>--- in the /Amazon DynamoDB Developer Guide/.+-- For information on specifying data types in JSON, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataFormat.html JSON Data Format> in the /Amazon DynamoDB Developer Guide/. eavAttributeValueList :: Lens' ExpectedAttributeValue [AttributeValue] eavAttributeValueList = lens _eavAttributeValueList (\ s a -> s{_eavAttributeValueList = a}) . _Default . _Coerce; --- | Causes DynamoDB to evaluate the value before attempting a conditional--- operation:+-- | Causes DynamoDB to evaluate the value before attempting a conditional operation: ----- - If /Exists/ is 'true', DynamoDB will check to see if that attribute--- value already exists in the table. If it is found, then the--- operation succeeds. If it is not found, the operation fails with a--- /ConditionalCheckFailedException/.+-- - If /Exists/ is 'true', DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a /ConditionalCheckFailedException/. ----- - If /Exists/ is 'false', DynamoDB assumes that the attribute value--- does not exist in the table. If in fact the value does not exist,--- then the assumption is valid and the operation succeeds. If the--- value is found, despite the assumption that it does not exist, the--- operation fails with a /ConditionalCheckFailedException/.+-- - If /Exists/ is 'false', DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a /ConditionalCheckFailedException/. ----- The default setting for /Exists/ is 'true'. If you supply a /Value/ all--- by itself, DynamoDB assumes the attribute exists: You don\'t have to set--- /Exists/ to 'true', because it is implied.+-- The default setting for /Exists/ is 'true'. If you supply a /Value/ all by itself, DynamoDB assumes the attribute exists: You don\'t have to set /Exists/ to 'true', because it is implied. -- -- DynamoDB returns a /ValidationException/ if: ----- - /Exists/ is 'true' but there is no /Value/ to check. (You expect a--- value to exist, but don\'t specify what that value is.)+-- - /Exists/ is 'true' but there is no /Value/ to check. (You expect a value to exist, but don\'t specify what that value is.) ----- - /Exists/ is 'false' but you also provide a /Value/. (You cannot--- expect an attribute to have a value, while also expecting it not to--- exist.)+-- - /Exists/ is 'false' but you also provide a /Value/. (You cannot expect an attribute to have a value, while also expecting it not to exist.) -- eavExists :: Lens' ExpectedAttributeValue (Maybe Bool) eavExists = lens _eavExists (\ s a -> s{_eavExists = a});@@ -915,8 +716,7 @@ eavValue :: Lens' ExpectedAttributeValue (Maybe AttributeValue) eavValue = lens _eavValue (\ s a -> s{_eavValue = a}); --- | A comparator for evaluating attributes in the /AttributeValueList/. For--- example, equals, greater than, less than, etc.+-- | A comparator for evaluating attributes in the /AttributeValueList/. For example, equals, greater than, less than, etc. -- -- The following comparison operators are available: --@@ -924,144 +724,61 @@ -- -- The following are descriptions of each comparison operator. ----- - 'EQ' : Equal. 'EQ' is supported for all datatypes, including lists--- and maps.+-- - 'EQ' : Equal. 'EQ' is supported for all datatypes, including lists and maps. ----- /AttributeValueList/ can contain only one /AttributeValue/ element--- of type String, Number, Binary, String Set, Number Set, or Binary--- Set. If an item contains an /AttributeValue/ element of a different--- type than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'. ----- - 'NE' : Not equal. 'NE' is supported for all datatypes, including--- lists and maps.+-- - 'NE' : Not equal. 'NE' is supported for all datatypes, including lists and maps. ----- /AttributeValueList/ can contain only one /AttributeValue/ of type--- String, Number, Binary, String Set, Number Set, or Binary Set. If an--- item contains an /AttributeValue/ of a different type than the one--- provided in the request, the value does not match. For example,--- '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an /AttributeValue/ of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'LE' : Less than or equal. ----- /AttributeValueList/ can contain only one /AttributeValue/ element--- of type String, Number, or Binary (not a set type). If an item--- contains an /AttributeValue/ element of a different type than the--- one provided in the request, the value does not match. For example,--- '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'LT' : Less than. ----- /AttributeValueList/ can contain only one /AttributeValue/ of type--- String, Number, or Binary (not a set type). If an item contains an--- /AttributeValue/ element of a different type than the one provided--- in the request, the value does not match. For example,--- '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'GE' : Greater than or equal. ----- /AttributeValueList/ can contain only one /AttributeValue/ element--- of type String, Number, or Binary (not a set type). If an item--- contains an /AttributeValue/ element of a different type than the--- one provided in the request, the value does not match. For example,--- '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'GT' : Greater than. ----- /AttributeValueList/ can contain only one /AttributeValue/ element--- of type String, Number, or Binary (not a set type). If an item--- contains an /AttributeValue/ element of a different type than the--- one provided in the request, the value does not match. For example,--- '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. ----- - 'NOT_NULL' : The attribute exists. 'NOT_NULL' is supported for all--- datatypes, including lists and maps.+-- - 'NOT_NULL' : The attribute exists. 'NOT_NULL' is supported for all datatypes, including lists and maps. ----- This operator tests for the existence of an attribute, not its data--- type. If the data type of attribute \"'a'\" is null, and you--- evaluate it using 'NOT_NULL', the result is a Boolean /true/. This--- result is because the attribute \"'a'\" exists; its data type is not--- relevant to the 'NOT_NULL' comparison operator.+-- This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"'a'\" is null, and you evaluate it using 'NOT_NULL', the result is a Boolean /true/. This result is because the attribute \"'a'\" exists; its data type is not relevant to the 'NOT_NULL' comparison operator. ----- - 'NULL' : The attribute does not exist. 'NULL' is supported for all--- datatypes, including lists and maps.+-- - 'NULL' : The attribute does not exist. 'NULL' is supported for all datatypes, including lists and maps. ----- This operator tests for the nonexistence of an attribute, not its--- data type. If the data type of attribute \"'a'\" is null, and you--- evaluate it using 'NULL', the result is a Boolean /false/. This is--- because the attribute \"'a'\" exists; its data type is not relevant--- to the 'NULL' comparison operator.+-- This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"'a'\" is null, and you evaluate it using 'NULL', the result is a Boolean /false/. This is because the attribute \"'a'\" exists; its data type is not relevant to the 'NULL' comparison operator. -- -- - 'CONTAINS' : Checks for a subsequence, or value in a set. ----- /AttributeValueList/ can contain only one /AttributeValue/ element--- of type String, Number, or Binary (not a set type). If the target--- attribute of the comparison is of type String, then the operator--- checks for a substring match. If the target attribute of the--- comparison is of type Binary, then the operator looks for a--- subsequence of the target that matches the input. If the target--- attribute of the comparison is a set (\"'SS'\", \"'NS'\", or--- \"'BS'\"), then the operator evaluates to true if it finds an exact--- match with any member of the set.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"'SS'\", \"'NS'\", or \"'BS'\"), then the operator evaluates to true if it finds an exact match with any member of the set. ----- CONTAINS is supported for lists: When evaluating \"'a CONTAINS b'\",--- \"'a'\" can be a list; however, \"'b'\" cannot be a set, a map, or a--- list.+-- CONTAINS is supported for lists: When evaluating \"'a CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\" cannot be a set, a map, or a list. ----- - 'NOT_CONTAINS' : Checks for absence of a subsequence, or absence of--- a value in a set.+-- - 'NOT_CONTAINS' : Checks for absence of a subsequence, or absence of a value in a set. ----- /AttributeValueList/ can contain only one /AttributeValue/ element--- of type String, Number, or Binary (not a set type). If the target--- attribute of the comparison is a String, then the operator checks--- for the absence of a substring match. If the target attribute of the--- comparison is Binary, then the operator checks for the absence of a--- subsequence of the target that matches the input. If the target--- attribute of the comparison is a set (\"'SS'\", \"'NS'\", or--- \"'BS'\"), then the operator evaluates to true if it /does not/ find--- an exact match with any member of the set.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"'SS'\", \"'NS'\", or \"'BS'\"), then the operator evaluates to true if it /does not/ find an exact match with any member of the set. ----- NOT_CONTAINS is supported for lists: When evaluating--- \"'a NOT CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\"--- cannot be a set, a map, or a list.+-- NOT_CONTAINS is supported for lists: When evaluating \"'a NOT CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\" cannot be a set, a map, or a list. -- -- - 'BEGINS_WITH' : Checks for a prefix. ----- /AttributeValueList/ can contain only one /AttributeValue/ of type--- String or Binary (not a Number or a set type). The target attribute--- of the comparison must be of type String or Binary (not a Number or--- a set type).+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type). -- -- - 'IN' : Checks for matching elements within two sets. ----- /AttributeValueList/ can contain one or more /AttributeValue/--- elements of type String, Number, or Binary (not a set type). These--- attributes are compared against an existing set type attribute of an--- item. If any elements of the input set are present in the item--- attribute, the expression evaluates to true.+-- /AttributeValueList/ can contain one or more /AttributeValue/ elements of type String, Number, or Binary (not a set type). These attributes are compared against an existing set type attribute of an item. If any elements of the input set are present in the item attribute, the expression evaluates to true. ----- - 'BETWEEN' : Greater than or equal to the first value, and less than--- or equal to the second value.+-- - 'BETWEEN' : Greater than or equal to the first value, and less than or equal to the second value. ----- /AttributeValueList/ must contain two /AttributeValue/ elements of--- the same type, either String, Number, or Binary (not a set type). A--- target attribute matches if the target value is greater than, or--- equal to, the first element and less than, or equal to, the second--- element. If an item contains an /AttributeValue/ element of a--- different type than the one provided in the request, the value does--- not match. For example, '{\"S\":\"6\"}' does not compare to--- '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'+-- /AttributeValueList/ must contain two /AttributeValue/ elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not compare to '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}' -- eavComparisonOperator :: Lens' ExpectedAttributeValue (Maybe ComparisonOperator) eavComparisonOperator = lens _eavComparisonOperator (\ s a -> s{_eavComparisonOperator = a});@@ -1116,27 +833,19 @@ , _gsiProvisionedThroughput = pProvisionedThroughput_ } --- | The name of the global secondary index. The name must be unique among--- all other indexes on this table.+-- | The name of the global secondary index. The name must be unique among all other indexes on this table. gsiIndexName :: Lens' GlobalSecondaryIndex Text gsiIndexName = lens _gsiIndexName (\ s a -> s{_gsiIndexName = a}); --- | The complete key schema for a global secondary index, which consists of--- one or more pairs of attribute names and key types:+-- | The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types: -- -- - 'HASH' - partition key -- -- - 'RANGE' - sort key ----- The partition key of an item is also known as its /hash attribute/. The--- term \"hash attribute\" derives from DynamoDB\' usage of an internal--- hash function to evenly distribute data items across partitions, based--- on their partition key values.+-- The partition key of an item is also known as its /hash attribute/. The term \"hash attribute\" derives from DynamoDB\' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. ----- The sort key of an item is also known as its /range attribute/. The term--- \"range attribute\" derives from the way DynamoDB stores items with the--- same partition key physically close together, in sorted order by the--- sort key value.+-- The sort key of an item is also known as its /range attribute/. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. gsiKeySchema :: Lens' GlobalSecondaryIndex (NonEmpty KeySchemaElement) gsiKeySchema = lens _gsiKeySchema (\ s a -> s{_gsiKeySchema = a}) . _List1; @@ -1214,21 +923,13 @@ , _gsidIndexName = Nothing } --- | Indicates whether the index is currently backfilling. /Backfilling/ is--- the process of reading items from the table and determining whether they--- can be added to the index. (Not all items will qualify: For example, a--- partition key cannot have any duplicate values.) If an item can be added--- to the index, DynamoDB will do so. After all items have been processed,--- the backfilling operation is complete and /Backfilling/ is false.+-- | Indicates whether the index is currently backfilling. /Backfilling/ is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and /Backfilling/ is false. ----- For indexes that were created during a /CreateTable/ operation, the--- /Backfilling/ attribute does not appear in the /DescribeTable/ output.+-- For indexes that were created during a /CreateTable/ operation, the /Backfilling/ attribute does not appear in the /DescribeTable/ output. gsidBackfilling :: Lens' GlobalSecondaryIndexDescription (Maybe Bool) gsidBackfilling = lens _gsidBackfilling (\ s a -> s{_gsidBackfilling = a}); --- | The total size of the specified index, in bytes. DynamoDB updates this--- value approximately every six hours. Recent changes might not be--- reflected in this value.+-- | The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. gsidIndexSizeBytes :: Lens' GlobalSecondaryIndexDescription (Maybe Integer) gsidIndexSizeBytes = lens _gsidIndexSizeBytes (\ s a -> s{_gsidIndexSizeBytes = a}); @@ -1253,22 +954,15 @@ gsidIndexARN :: Lens' GlobalSecondaryIndexDescription (Maybe Text) gsidIndexARN = lens _gsidIndexARN (\ s a -> s{_gsidIndexARN = a}); --- | The complete key schema for a global secondary index, which consists of--- one or more pairs of attribute names and key types:+-- | The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types: -- -- - 'HASH' - partition key -- -- - 'RANGE' - sort key ----- The partition key of an item is also known as its /hash attribute/. The--- term \"hash attribute\" derives from DynamoDB\' usage of an internal--- hash function to evenly distribute data items across partitions, based--- on their partition key values.+-- The partition key of an item is also known as its /hash attribute/. The term \"hash attribute\" derives from DynamoDB\' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. ----- The sort key of an item is also known as its /range attribute/. The term--- \"range attribute\" derives from the way DynamoDB stores items with the--- same partition key physically close together, in sorted order by the--- sort key value.+-- The sort key of an item is also known as its /range attribute/. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. gsidKeySchema :: Lens' GlobalSecondaryIndexDescription (Maybe (NonEmpty KeySchemaElement)) gsidKeySchema = lens _gsidKeySchema (\ s a -> s{_gsidKeySchema = a}) . mapping _List1; @@ -1276,9 +970,7 @@ gsidProjection :: Lens' GlobalSecondaryIndexDescription (Maybe Projection) gsidProjection = lens _gsidProjection (\ s a -> s{_gsidProjection = a}); --- | The number of items in the specified index. DynamoDB updates this value--- approximately every six hours. Recent changes might not be reflected in--- this value.+-- | The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. gsidItemCount :: Lens' GlobalSecondaryIndexDescription (Maybe Integer) gsidItemCount = lens _gsidItemCount (\ s a -> s{_gsidItemCount = a}); @@ -1309,11 +1001,9 @@ -- -- - A new global secondary index to be added to an existing table. ----- - New provisioned throughput parameters for an existing global--- secondary index.+-- - New provisioned throughput parameters for an existing global secondary index. ----- - An existing global secondary index to be removed from an existing--- table.+-- - An existing global secondary index to be removed from an existing table. -- -- -- /See:/ 'globalSecondaryIndexUpdate' smart constructor.@@ -1341,8 +1031,7 @@ , _gsiuUpdate = Nothing } --- | The parameters required for creating a global secondary index on an--- existing table:+-- | The parameters required for creating a global secondary index on an existing table: -- -- - 'IndexName ' --@@ -1361,8 +1050,7 @@ gsiuDelete :: Lens' GlobalSecondaryIndexUpdate (Maybe DeleteGlobalSecondaryIndexAction) gsiuDelete = lens _gsiuDelete (\ s a -> s{_gsiuDelete = a}); --- | The name of an existing global secondary index, along with new--- provisioned throughput settings to be applied to that index.+-- | The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index. gsiuUpdate :: Lens' GlobalSecondaryIndexUpdate (Maybe UpdateGlobalSecondaryIndexAction) gsiuUpdate = lens _gsiuUpdate (\ s a -> s{_gsiuUpdate = a}); @@ -1378,10 +1066,7 @@ ("Delete" .=) <$> _gsiuDelete, ("Update" .=) <$> _gsiuUpdate]) --- | Information about item collections, if any, that were affected by the--- operation. /ItemCollectionMetrics/ is only returned if the request asked--- for it. If the table does not have any local secondary indexes, this--- information is not returned in the response.+-- | Information about item collections, if any, that were affected by the operation. /ItemCollectionMetrics/ is only returned if the request asked for it. If the table does not have any local secondary indexes, this information is not returned in the response. -- -- /See:/ 'itemCollectionMetrics' smart constructor. data ItemCollectionMetrics = ItemCollectionMetrics'@@ -1404,20 +1089,13 @@ , _icmSizeEstimateRangeGB = Nothing } --- | The partition key value of the item collection. This value is the same--- as the partition key value of the item.+-- | The partition key value of the item collection. This value is the same as the partition key value of the item. icmItemCollectionKey :: Lens' ItemCollectionMetrics (HashMap Text AttributeValue) icmItemCollectionKey = lens _icmItemCollectionKey (\ s a -> s{_icmItemCollectionKey = a}) . _Default . _Map; --- | An estimate of item collection size, in gigabytes. This value is a--- two-element array containing a lower bound and an upper bound for the--- estimate. The estimate includes the size of all the items in the table,--- plus the size of all attributes projected into all of the local--- secondary indexes on that table. Use this estimate to measure whether a--- local secondary index is approaching its size limit.+-- | An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit. ----- The estimate is subject to change over time; therefore, do not rely on--- the precision or accuracy of the estimate.+-- The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate. icmSizeEstimateRangeGB :: Lens' ItemCollectionMetrics [Double] icmSizeEstimateRangeGB = lens _icmSizeEstimateRangeGB (\ s a -> s{_icmSizeEstimateRangeGB = a}) . _Default . _Coerce; @@ -1433,19 +1111,11 @@ instance NFData ItemCollectionMetrics --- | Represents /a single element/ of a key schema. A key schema specifies--- the attributes that make up the primary key of a table, or the key--- attributes of an index.+-- | Represents /a single element/ of a key schema. A key schema specifies the attributes that make up the primary key of a table, or the key attributes of an index. ----- A /KeySchemaElement/ represents exactly one attribute of the primary--- key. For example, a simple primary key would be represented by one--- /KeySchemaElement/ (for the partition key). A composite primary key--- would require one /KeySchemaElement/ for the partition key, and another--- /KeySchemaElement/ for the sort key.+-- A /KeySchemaElement/ represents exactly one attribute of the primary key. For example, a simple primary key would be represented by one /KeySchemaElement/ (for the partition key). A composite primary key would require one /KeySchemaElement/ for the partition key, and another /KeySchemaElement/ for the sort key. ----- A /KeySchemaElement/ must be a scalar, top-level attribute (not a nested--- attribute). The data type must be one of String, Number, or Binary. The--- attribute cannot be nested within a List or a Map.+-- A /KeySchemaElement/ must be a scalar, top-level attribute (not a nested attribute). The data type must be one of String, Number, or Binary. The attribute cannot be nested within a List or a Map. -- -- /See:/ 'keySchemaElement' smart constructor. data KeySchemaElement = KeySchemaElement'@@ -1480,15 +1150,9 @@ -- -- - 'RANGE' - sort key ----- The partition key of an item is also known as its /hash attribute/. The--- term \"hash attribute\" derives from DynamoDB\' usage of an internal--- hash function to evenly distribute data items across partitions, based--- on their partition key values.+-- The partition key of an item is also known as its /hash attribute/. The term \"hash attribute\" derives from DynamoDB\' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. ----- The sort key of an item is also known as its /range attribute/. The term--- \"range attribute\" derives from the way DynamoDB stores items with the--- same partition key physically close together, in sorted order by the--- sort key value.+-- The sort key of an item is also known as its /range attribute/. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. kseKeyType :: Lens' KeySchemaElement KeyType kseKeyType = lens _kseKeyType (\ s a -> s{_kseKeyType = a}); @@ -1510,13 +1174,9 @@ [Just ("AttributeName" .= _kseAttributeName), Just ("KeyType" .= _kseKeyType)]) --- | Represents a set of primary keys and, for each key, the attributes to--- retrieve from the table.+-- | Represents a set of primary keys and, for each key, the attributes to retrieve from the table. ----- For each primary key, you must provide /all/ of the key attributes. For--- example, with a simple primary key, you only need to provide the--- partition key. For a composite primary key, you must provide /both/ the--- partition key and the sort key.+-- For each primary key, you must provide /all/ of the key attributes. For example, with a simple primary key, you only need to provide the partition key. For a composite primary key, you must provide /both/ the partition key and the sort key. -- -- /See:/ 'keysAndAttributes' smart constructor. data KeysAndAttributes = KeysAndAttributes'@@ -1552,78 +1212,51 @@ , _kaaKeys = _List1 # pKeys_ } --- | A string that identifies one or more attributes to retrieve from the--- table. These attributes can include scalars, sets, or elements of a JSON--- document. The attributes in the /ProjectionExpression/ must be separated--- by commas.+-- | A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the /ProjectionExpression/ must be separated by commas. ----- If no attribute names are specified, then all attributes will be--- returned. If any of the requested attributes are not found, they will--- not appear in the result.+-- If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result. ----- For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes> in the /Amazon DynamoDB Developer Guide/. -- -- /ProjectionExpression/ replaces the legacy /AttributesToGet/ parameter. kaaProjectionExpression :: Lens' KeysAndAttributes (Maybe Text) kaaProjectionExpression = lens _kaaProjectionExpression (\ s a -> s{_kaaProjectionExpression = a}); --- | One or more attributes to retrieve from the table or index. If no--- attribute names are specified then all attributes will be returned. If--- any of the specified attributes are not found, they will not appear in--- the result.+-- | One or more attributes to retrieve from the table or index. If no attribute names are specified then all attributes will be returned. If any of the specified attributes are not found, they will not appear in the result. kaaAttributesToGet :: Lens' KeysAndAttributes (Maybe (NonEmpty Text)) kaaAttributesToGet = lens _kaaAttributesToGet (\ s a -> s{_kaaAttributesToGet = a}) . mapping _List1; --- | One or more substitution tokens for attribute names in an expression.--- The following are some use cases for using /ExpressionAttributeNames/:+-- | One or more substitution tokens for attribute names in an expression. The following are some use cases for using /ExpressionAttributeNames/: ----- - To access an attribute whose name conflicts with a DynamoDB reserved--- word.+-- - To access an attribute whose name conflicts with a DynamoDB reserved word. ----- - To create a placeholder for repeating occurrences of an attribute--- name in an expression.+-- - To create a placeholder for repeating occurrences of an attribute name in an expression. ----- - To prevent special characters in an attribute name from being--- misinterpreted in an expression.+-- - To prevent special characters in an attribute name from being misinterpreted in an expression. ----- Use the __#__ character in an expression to dereference an attribute--- name. For example, consider the following attribute name:+-- Use the __#__ character in an expression to dereference an attribute name. For example, consider the following attribute name: -- -- - 'Percentile' ----- The name of this attribute conflicts with a reserved word, so it cannot--- be used directly in an expression. (For the complete list of reserved--- words, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words>--- in the /Amazon DynamoDB Developer Guide/). To work around this, you--- could specify the following for /ExpressionAttributeNames/:+-- The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words> in the /Amazon DynamoDB Developer Guide/). To work around this, you could specify the following for /ExpressionAttributeNames/: -- -- - '{\"#P\":\"Percentile\"}' ----- You could then use this substitution in an expression, as in this--- example:+-- You could then use this substitution in an expression, as in this example: -- -- - '#P = :val' ----- Tokens that begin with the __:__ character are /expression attribute--- values/, which are placeholders for the actual value at runtime.+-- Tokens that begin with the __:__ character are /expression attribute values/, which are placeholders for the actual value at runtime. ----- For more information on expression attribute names, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on expression attribute names, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes> in the /Amazon DynamoDB Developer Guide/. kaaExpressionAttributeNames :: Lens' KeysAndAttributes (HashMap Text Text) kaaExpressionAttributeNames = lens _kaaExpressionAttributeNames (\ s a -> s{_kaaExpressionAttributeNames = a}) . _Default . _Map; --- | The consistency of a read operation. If set to 'true', then a strongly--- consistent read is used; otherwise, an eventually consistent read is--- used.+-- | The consistency of a read operation. If set to 'true', then a strongly consistent read is used; otherwise, an eventually consistent read is used. kaaConsistentRead :: Lens' KeysAndAttributes (Maybe Bool) kaaConsistentRead = lens _kaaConsistentRead (\ s a -> s{_kaaConsistentRead = a}); --- | The primary key attribute values that define the items and the--- attributes associated with the items.+-- | The primary key attribute values that define the items and the attributes associated with the items. kaaKeys :: Lens' KeysAndAttributes (NonEmpty (HashMap Text AttributeValue)) kaaKeys = lens _kaaKeys (\ s a -> s{_kaaKeys = a}) . _List1; @@ -1684,27 +1317,19 @@ , _lsiProjection = pProjection_ } --- | The name of the local secondary index. The name must be unique among all--- other indexes on this table.+-- | The name of the local secondary index. The name must be unique among all other indexes on this table. lsiIndexName :: Lens' LocalSecondaryIndex Text lsiIndexName = lens _lsiIndexName (\ s a -> s{_lsiIndexName = a}); --- | The complete key schema for the local secondary index, consisting of one--- or more pairs of attribute names and key types:+-- | The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types: -- -- - 'HASH' - partition key -- -- - 'RANGE' - sort key ----- The partition key of an item is also known as its /hash attribute/. The--- term \"hash attribute\" derives from DynamoDB\' usage of an internal--- hash function to evenly distribute data items across partitions, based--- on their partition key values.+-- The partition key of an item is also known as its /hash attribute/. The term \"hash attribute\" derives from DynamoDB\' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. ----- The sort key of an item is also known as its /range attribute/. The term--- \"range attribute\" derives from the way DynamoDB stores items with the--- same partition key physically close together, in sorted order by the--- sort key value.+-- The sort key of an item is also known as its /range attribute/. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. lsiKeySchema :: Lens' LocalSecondaryIndex (NonEmpty KeySchemaElement) lsiKeySchema = lens _lsiKeySchema (\ s a -> s{_lsiKeySchema = a}) . _List1; @@ -1763,9 +1388,7 @@ , _lsidIndexName = Nothing } --- | The total size of the specified index, in bytes. DynamoDB updates this--- value approximately every six hours. Recent changes might not be--- reflected in this value.+-- | The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. lsidIndexSizeBytes :: Lens' LocalSecondaryIndexDescription (Maybe Integer) lsidIndexSizeBytes = lens _lsidIndexSizeBytes (\ s a -> s{_lsidIndexSizeBytes = a}); @@ -1773,22 +1396,15 @@ lsidIndexARN :: Lens' LocalSecondaryIndexDescription (Maybe Text) lsidIndexARN = lens _lsidIndexARN (\ s a -> s{_lsidIndexARN = a}); --- | The complete key schema for the local secondary index, consisting of one--- or more pairs of attribute names and key types:+-- | The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types: -- -- - 'HASH' - partition key -- -- - 'RANGE' - sort key ----- The partition key of an item is also known as its /hash attribute/. The--- term \"hash attribute\" derives from DynamoDB\' usage of an internal--- hash function to evenly distribute data items across partitions, based--- on their partition key values.+-- The partition key of an item is also known as its /hash attribute/. The term \"hash attribute\" derives from DynamoDB\' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. ----- The sort key of an item is also known as its /range attribute/. The term--- \"range attribute\" derives from the way DynamoDB stores items with the--- same partition key physically close together, in sorted order by the--- sort key value.+-- The sort key of an item is also known as its /range attribute/. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. lsidKeySchema :: Lens' LocalSecondaryIndexDescription (Maybe (NonEmpty KeySchemaElement)) lsidKeySchema = lens _lsidKeySchema (\ s a -> s{_lsidKeySchema = a}) . mapping _List1; @@ -1796,9 +1412,7 @@ lsidProjection :: Lens' LocalSecondaryIndexDescription (Maybe Projection) lsidProjection = lens _lsidProjection (\ s a -> s{_lsidProjection = a}); --- | The number of items in the specified index. DynamoDB updates this value--- approximately every six hours. Recent changes might not be reflected in--- this value.+-- | The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. lsidItemCount :: Lens' LocalSecondaryIndexDescription (Maybe Integer) lsidItemCount = lens _lsidItemCount (\ s a -> s{_lsidItemCount = a}); @@ -1822,9 +1436,7 @@ instance NFData LocalSecondaryIndexDescription --- | Represents attributes that are copied (projected) from the table into an--- index. These are in addition to the primary key attributes and index key--- attributes, which are automatically projected.+-- | Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. -- -- /See:/ 'projection' smart constructor. data Projection = Projection'@@ -1849,25 +1461,18 @@ -- | The set of attributes that are projected into the index: ----- - 'KEYS_ONLY' - Only the index and primary keys are projected into the--- index.+-- - 'KEYS_ONLY' - Only the index and primary keys are projected into the index. ----- - 'INCLUDE' - Only the specified table attributes are projected into--- the index. The list of projected attributes are in--- /NonKeyAttributes/.+-- - 'INCLUDE' - Only the specified table attributes are projected into the index. The list of projected attributes are in /NonKeyAttributes/. -- -- - 'ALL' - All of the table attributes are projected into the index. -- pProjectionType :: Lens' Projection (Maybe ProjectionType) pProjectionType = lens _pProjectionType (\ s a -> s{_pProjectionType = a}); --- | Represents the non-key attribute names which will be projected into the--- index.+-- | Represents the non-key attribute names which will be projected into the index. ----- For local secondary indexes, the total count of /NonKeyAttributes/--- summed across all of the local secondary indexes, must not exceed 20. If--- you project the same attribute into two different indexes, this counts--- as two distinct attributes when determining the total.+-- For local secondary indexes, the total count of /NonKeyAttributes/ summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. pNonKeyAttributes :: Lens' Projection (Maybe (NonEmpty Text)) pNonKeyAttributes = lens _pNonKeyAttributes (\ s a -> s{_pNonKeyAttributes = a}) . mapping _List1; @@ -1890,12 +1495,9 @@ [("ProjectionType" .=) <$> _pProjectionType, ("NonKeyAttributes" .=) <$> _pNonKeyAttributes]) --- | Represents the provisioned throughput settings for a specified table or--- index. The settings can be modified using the /UpdateTable/ operation.+-- | Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the /UpdateTable/ operation. ----- For current minimum and maximum provisioned throughput values, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html Limits>--- in the /Amazon DynamoDB Developer Guide/.+-- For current minimum and maximum provisioned throughput values, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html Limits> in the /Amazon DynamoDB Developer Guide/. -- -- /See:/ 'provisionedThroughput' smart constructor. data ProvisionedThroughput = ProvisionedThroughput'@@ -1920,18 +1522,11 @@ , _ptWriteCapacityUnits = _Nat # pWriteCapacityUnits_ } --- | The maximum number of strongly consistent reads consumed per second--- before DynamoDB returns a /ThrottlingException/. For more information,--- see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#ProvisionedThroughput Specifying Read and Write Requirements>--- in the /Amazon DynamoDB Developer Guide/.+-- | The maximum number of strongly consistent reads consumed per second before DynamoDB returns a /ThrottlingException/. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#ProvisionedThroughput Specifying Read and Write Requirements> in the /Amazon DynamoDB Developer Guide/. ptReadCapacityUnits :: Lens' ProvisionedThroughput Natural ptReadCapacityUnits = lens _ptReadCapacityUnits (\ s a -> s{_ptReadCapacityUnits = a}) . _Nat; --- | The maximum number of writes consumed per second before DynamoDB returns--- a /ThrottlingException/. For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#ProvisionedThroughput Specifying Read and Write Requirements>--- in the /Amazon DynamoDB Developer Guide/.+-- | The maximum number of writes consumed per second before DynamoDB returns a /ThrottlingException/. For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#ProvisionedThroughput Specifying Read and Write Requirements> in the /Amazon DynamoDB Developer Guide/. ptWriteCapacityUnits :: Lens' ProvisionedThroughput Natural ptWriteCapacityUnits = lens _ptWriteCapacityUnits (\ s a -> s{_ptWriteCapacityUnits = a}) . _Nat; @@ -1947,9 +1542,7 @@ Just ("WriteCapacityUnits" .= _ptWriteCapacityUnits)]) --- | Represents the provisioned throughput settings for the table, consisting--- of read and write capacity units, along with data about increases and--- decreases.+-- | Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases. -- -- /See:/ 'provisionedThroughputDescription' smart constructor. data ProvisionedThroughputDescription = ProvisionedThroughputDescription'@@ -1984,34 +1577,23 @@ , _ptdLastIncreaseDateTime = Nothing } --- | The maximum number of strongly consistent reads consumed per second--- before DynamoDB returns a /ThrottlingException/. Eventually consistent--- reads require less effort than strongly consistent reads, so a setting--- of 50 /ReadCapacityUnits/ per second provides 100 eventually consistent--- /ReadCapacityUnits/ per second.+-- | The maximum number of strongly consistent reads consumed per second before DynamoDB returns a /ThrottlingException/. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 /ReadCapacityUnits/ per second provides 100 eventually consistent /ReadCapacityUnits/ per second. ptdReadCapacityUnits :: Lens' ProvisionedThroughputDescription (Maybe Natural) ptdReadCapacityUnits = lens _ptdReadCapacityUnits (\ s a -> s{_ptdReadCapacityUnits = a}) . mapping _Nat; --- | The date and time of the last provisioned throughput decrease for this--- table.+-- | The date and time of the last provisioned throughput decrease for this table. ptdLastDecreaseDateTime :: Lens' ProvisionedThroughputDescription (Maybe UTCTime) ptdLastDecreaseDateTime = lens _ptdLastDecreaseDateTime (\ s a -> s{_ptdLastDecreaseDateTime = a}) . mapping _Time; --- | The maximum number of writes consumed per second before DynamoDB returns--- a /ThrottlingException/.+-- | The maximum number of writes consumed per second before DynamoDB returns a /ThrottlingException/. ptdWriteCapacityUnits :: Lens' ProvisionedThroughputDescription (Maybe Natural) ptdWriteCapacityUnits = lens _ptdWriteCapacityUnits (\ s a -> s{_ptdWriteCapacityUnits = a}) . mapping _Nat; --- | The number of provisioned throughput decreases for this table during--- this UTC calendar day. For current maximums on provisioned throughput--- decreases, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html Limits>--- in the /Amazon DynamoDB Developer Guide/.+-- | The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html Limits> in the /Amazon DynamoDB Developer Guide/. ptdNumberOfDecreasesToday :: Lens' ProvisionedThroughputDescription (Maybe Natural) ptdNumberOfDecreasesToday = lens _ptdNumberOfDecreasesToday (\ s a -> s{_ptdNumberOfDecreasesToday = a}) . mapping _Nat; --- | The date and time of the last provisioned throughput increase for this--- table.+-- | The date and time of the last provisioned throughput increase for this table. ptdLastIncreaseDateTime :: Lens' ProvisionedThroughputDescription (Maybe UTCTime) ptdLastIncreaseDateTime = lens _ptdLastIncreaseDateTime (\ s a -> s{_ptdLastIncreaseDateTime = a}) . mapping _Time; @@ -2050,12 +1632,7 @@ { _prItem = mempty } --- | A map of attribute name to attribute values, representing the primary--- key of an item to be processed by /PutItem/. All of the table\'s primary--- key attributes must be specified, and their data types must match those--- of the table\'s key schema. If any attributes are present in the item--- which are part of an index key schema for the table, their types must--- match the index key schema.+-- | A map of attribute name to attribute values, representing the primary key of an item to be processed by /PutItem/. All of the table\'s primary key attributes must be specified, and their data types must match those of the table\'s key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema. prItem :: Lens' PutRequest (HashMap Text AttributeValue) prItem = lens _prItem (\ s a -> s{_prItem = a}) . _Map; @@ -2097,30 +1674,22 @@ -- | The DynamoDB Streams settings for the table. These settings consist of: ----- - /StreamEnabled/ - Indicates whether DynamoDB Streams is enabled--- (true) or disabled (false) on the table.+-- - /StreamEnabled/ - Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table. ----- - /StreamViewType/ - When an item in the table is modified,--- /StreamViewType/ determines what information is written to the--- stream for this table. Valid values for /StreamViewType/ are:+-- - /StreamViewType/ - When an item in the table is modified, /StreamViewType/ determines what information is written to the stream for this table. Valid values for /StreamViewType/ are: ----- - /KEYS_ONLY/ - Only the key attributes of the modified item are--- written to the stream.+-- - /KEYS_ONLY/ - Only the key attributes of the modified item are written to the stream. ----- - /NEW_IMAGE/ - The entire item, as it appears after it was--- modified, is written to the stream.+-- - /NEW_IMAGE/ - The entire item, as it appears after it was modified, is written to the stream. ----- - /OLD_IMAGE/ - The entire item, as it appeared before it was--- modified, is written to the stream.+-- - /OLD_IMAGE/ - The entire item, as it appeared before it was modified, is written to the stream. ----- - /NEW_AND_OLD_IMAGES/ - Both the new and the old item images of--- the item are written to the stream.+-- - /NEW_AND_OLD_IMAGES/ - Both the new and the old item images of the item are written to the stream. -- ssStreamViewType :: Lens' StreamSpecification (Maybe StreamViewType) ssStreamViewType = lens _ssStreamViewType (\ s a -> s{_ssStreamViewType = a}); --- | Indicates whether DynamoDB Streams is enabled (true) or disabled (false)--- on the table.+-- | Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table. ssStreamEnabled :: Lens' StreamSpecification (Maybe Bool) ssStreamEnabled = lens _ssStreamEnabled (\ s a -> s{_ssStreamEnabled = a}); @@ -2213,14 +1782,11 @@ , _tdStreamSpecification = Nothing } --- | The total size of the specified table, in bytes. DynamoDB updates this--- value approximately every six hours. Recent changes might not be--- reflected in this value.+-- | The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. tdTableSizeBytes :: Lens' TableDescription (Maybe Integer) tdTableSizeBytes = lens _tdTableSizeBytes (\ s a -> s{_tdTableSizeBytes = a}); --- | An array of /AttributeDefinition/ objects. Each of these objects--- describes one attribute in the table and index key schema.+-- | An array of /AttributeDefinition/ objects. Each of these objects describes one attribute in the table and index key schema. -- -- Each /AttributeDefinition/ object in this array is composed of: --@@ -2231,13 +1797,11 @@ tdAttributeDefinitions :: Lens' TableDescription [AttributeDefinition] tdAttributeDefinitions = lens _tdAttributeDefinitions (\ s a -> s{_tdAttributeDefinitions = a}) . _Default . _Coerce; --- | The Amazon Resource Name (ARN) that uniquely identifies the latest--- stream for this table.+-- | The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table. tdLatestStreamARN :: Lens' TableDescription (Maybe Text) tdLatestStreamARN = lens _tdLatestStreamARN (\ s a -> s{_tdLatestStreamARN = a}); --- | The provisioned throughput settings for the table, consisting of read--- and write capacity units, along with data about increases and decreases.+-- | The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases. tdProvisionedThroughput :: Lens' TableDescription (Maybe ProvisionedThroughputDescription) tdProvisionedThroughput = lens _tdProvisionedThroughput (\ s a -> s{_tdProvisionedThroughput = a}); @@ -2258,8 +1822,7 @@ tdTableARN :: Lens' TableDescription (Maybe Text) tdTableARN = lens _tdTableARN (\ s a -> s{_tdTableARN = a}); --- | The primary key structure for the table. Each /KeySchemaElement/--- consists of:+-- | The primary key structure for the table. Each /KeySchemaElement/ consists of: -- -- - /AttributeName/ - The name of the attribute. --@@ -2271,37 +1834,21 @@ -- -- - 'RANGE' - sort key ----- The partition key of an item is also known as its /hash attribute/.--- The term \"hash attribute\" derives from DynamoDB\' usage of an--- internal hash function to evenly distribute data items across--- partitions, based on their partition key values.+-- The partition key of an item is also known as its /hash attribute/. The term \"hash attribute\" derives from DynamoDB\' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values. ----- The sort key of an item is also known as its /range attribute/. The--- term \"range attribute\" derives from the way DynamoDB stores items--- with the same partition key physically close together, in sorted--- order by the sort key value.+-- The sort key of an item is also known as its /range attribute/. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value. ----- For more information about primary keys, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html#DataModelPrimaryKey Primary Key>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information about primary keys, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DataModel.html#DataModelPrimaryKey Primary Key> in the /Amazon DynamoDB Developer Guide/. tdKeySchema :: Lens' TableDescription (Maybe (NonEmpty KeySchemaElement)) tdKeySchema = lens _tdKeySchema (\ s a -> s{_tdKeySchema = a}) . mapping _List1; --- | The global secondary indexes, if any, on the table. Each index is scoped--- to a given partition key value. Each element is composed of:+-- | The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of: ----- - /Backfilling/ - If true, then the index is currently in the--- backfilling phase. Backfilling occurs only when a new global--- secondary index is added to the table; it is the process by which--- DynamoDB populates the new index with data from the table. (This--- attribute does not appear for indexes that were created during a--- /CreateTable/ operation.)+-- - /Backfilling/ - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a /CreateTable/ operation.) -- -- - /IndexName/ - The name of the global secondary index. ----- - /IndexSizeBytes/ - The total size of the global secondary index, in--- bytes. DynamoDB updates this value approximately every six hours.--- Recent changes might not be reflected in this value.+-- - /IndexSizeBytes/ - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. -- -- - /IndexStatus/ - The current status of the global secondary index: --@@ -2313,54 +1860,31 @@ -- -- - /ACTIVE/ - The index is ready for use. ----- - /ItemCount/ - The number of items in the global secondary index.--- DynamoDB updates this value approximately every six hours. Recent--- changes might not be reflected in this value.+-- - /ItemCount/ - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. ----- - /KeySchema/ - Specifies the complete index key schema. The attribute--- names in the key schema must be between 1 and 255 characters--- (inclusive). The key schema must begin with the same partition key--- as the table.+-- - /KeySchema/ - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table. ----- - /Projection/ - Specifies attributes that are copied (projected) from--- the table into the index. These are in addition to the primary key--- attributes and index key attributes, which are automatically--- projected. Each attribute specification is composed of:+-- - /Projection/ - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of: -- -- - /ProjectionType/ - One of the following: ----- - 'KEYS_ONLY' - Only the index and primary keys are projected--- into the index.+-- - 'KEYS_ONLY' - Only the index and primary keys are projected into the index. ----- - 'INCLUDE' - Only the specified table attributes are--- projected into the index. The list of projected attributes--- are in /NonKeyAttributes/.+-- - 'INCLUDE' - Only the specified table attributes are projected into the index. The list of projected attributes are in /NonKeyAttributes/. ----- - 'ALL' - All of the table attributes are projected into the--- index.+-- - 'ALL' - All of the table attributes are projected into the index. ----- - /NonKeyAttributes/ - A list of one or more non-key attribute--- names that are projected into the secondary index. The total--- count of attributes provided in /NonKeyAttributes/, summed--- across all of the secondary indexes, must not exceed 20. If you--- project the same attribute into two different indexes, this--- counts as two distinct attributes when determining the total.+-- - /NonKeyAttributes/ - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in /NonKeyAttributes/, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. ----- - /ProvisionedThroughput/ - The provisioned throughput settings for--- the global secondary index, consisting of read and write capacity--- units, along with data about increases and decreases.+-- - /ProvisionedThroughput/ - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases. ----- If the table is in the 'DELETING' state, no information about indexes--- will be returned.+-- If the table is in the 'DELETING' state, no information about indexes will be returned. tdGlobalSecondaryIndexes :: Lens' TableDescription [GlobalSecondaryIndexDescription] tdGlobalSecondaryIndexes = lens _tdGlobalSecondaryIndexes (\ s a -> s{_tdGlobalSecondaryIndexes = a}) . _Default . _Coerce; -- | A timestamp, in ISO 8601 format, for this stream. ----- Note that /LatestStreamLabel/ is not a unique identifier for the stream,--- because it is possible that a stream from another table might have the--- same timestamp. However, the combination of the following three elements--- is guaranteed to be unique:+-- Note that /LatestStreamLabel/ is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique: -- -- - the AWS customer ID. --@@ -2371,64 +1895,37 @@ tdLatestStreamLabel :: Lens' TableDescription (Maybe Text) tdLatestStreamLabel = lens _tdLatestStreamLabel (\ s a -> s{_tdLatestStreamLabel = a}); --- | Represents one or more local secondary indexes on the table. Each index--- is scoped to a given partition key value. Tables with one or more local--- secondary indexes are subject to an item collection size limit, where--- the amount of data within a given item collection cannot exceed 10 GB.--- Each element is composed of:+-- | Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of: -- -- - /IndexName/ - The name of the local secondary index. ----- - /KeySchema/ - Specifies the complete index key schema. The attribute--- names in the key schema must be between 1 and 255 characters--- (inclusive). The key schema must begin with the same partition key--- as the table.+-- - /KeySchema/ - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table. ----- - /Projection/ - Specifies attributes that are copied (projected) from--- the table into the index. These are in addition to the primary key--- attributes and index key attributes, which are automatically--- projected. Each attribute specification is composed of:+-- - /Projection/ - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of: -- -- - /ProjectionType/ - One of the following: ----- - 'KEYS_ONLY' - Only the index and primary keys are projected--- into the index.+-- - 'KEYS_ONLY' - Only the index and primary keys are projected into the index. ----- - 'INCLUDE' - Only the specified table attributes are--- projected into the index. The list of projected attributes--- are in /NonKeyAttributes/.+-- - 'INCLUDE' - Only the specified table attributes are projected into the index. The list of projected attributes are in /NonKeyAttributes/. ----- - 'ALL' - All of the table attributes are projected into the--- index.+-- - 'ALL' - All of the table attributes are projected into the index. ----- - /NonKeyAttributes/ - A list of one or more non-key attribute--- names that are projected into the secondary index. The total--- count of attributes provided in /NonKeyAttributes/, summed--- across all of the secondary indexes, must not exceed 20. If you--- project the same attribute into two different indexes, this--- counts as two distinct attributes when determining the total.+-- - /NonKeyAttributes/ - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in /NonKeyAttributes/, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. ----- - /IndexSizeBytes/ - Represents the total size of the index, in bytes.--- DynamoDB updates this value approximately every six hours. Recent--- changes might not be reflected in this value.+-- - /IndexSizeBytes/ - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. ----- - /ItemCount/ - Represents the number of items in the index. DynamoDB--- updates this value approximately every six hours. Recent changes--- might not be reflected in this value.+-- - /ItemCount/ - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. ----- If the table is in the 'DELETING' state, no information about indexes--- will be returned.+-- If the table is in the 'DELETING' state, no information about indexes will be returned. tdLocalSecondaryIndexes :: Lens' TableDescription [LocalSecondaryIndexDescription] tdLocalSecondaryIndexes = lens _tdLocalSecondaryIndexes (\ s a -> s{_tdLocalSecondaryIndexes = a}) . _Default . _Coerce; --- | The date and time when the table was created, in--- <http://www.epochconverter.com/ UNIX epoch time> format.+-- | The date and time when the table was created, in <http://www.epochconverter.com/ UNIX epoch time> format. tdCreationDateTime :: Lens' TableDescription (Maybe UTCTime) tdCreationDateTime = lens _tdCreationDateTime (\ s a -> s{_tdCreationDateTime = a}) . mapping _Time; --- | The number of items in the specified table. DynamoDB updates this value--- approximately every six hours. Recent changes might not be reflected in--- this value.+-- | The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. tdItemCount :: Lens' TableDescription (Maybe Integer) tdItemCount = lens _tdItemCount (\ s a -> s{_tdItemCount = a}); @@ -2464,8 +1961,7 @@ instance NFData TableDescription --- | Represents the new provisioned throughput settings to be applied to a--- global secondary index.+-- | Represents the new provisioned throughput settings to be applied to a global secondary index. -- -- /See:/ 'updateGlobalSecondaryIndexAction' smart constructor. data UpdateGlobalSecondaryIndexAction = UpdateGlobalSecondaryIndexAction'@@ -2512,10 +2008,7 @@ ("ProvisionedThroughput" .= _ugsiaProvisionedThroughput)]) --- | Represents an operation to perform - either /DeleteItem/ or /PutItem/.--- You can only request one of these operations, not both, in a single--- /WriteRequest/. If you do need to perform both of these operations, you--- will need to provide two separate /WriteRequest/ objects.+-- | Represents an operation to perform - either /DeleteItem/ or /PutItem/. You can only request one of these operations, not both, in a single /WriteRequest/. If you do need to perform both of these operations, you will need to provide two separate /WriteRequest/ objects. -- -- /See:/ 'writeRequest' smart constructor. data WriteRequest = WriteRequest'
gen/Network/AWS/DynamoDB/Types/Sum.hs view
@@ -226,19 +226,13 @@ instance FromJSON ProjectionType where parseJSON = parseJSONText "ProjectionType" --- | Determines the level of detail about provisioned throughput consumption--- that is returned in the response:+-- | Determines the level of detail about provisioned 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.+-- - /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).+-- 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.+-- - /TOTAL/ - The response includes only the aggregate /ConsumedCapacity/ for the operation. -- -- - /NONE/ - No /ConsumedCapacity/ details are included in the response. --
gen/Network/AWS/DynamoDB/UpdateItem.hs view
@@ -18,14 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Edits an existing item\'s attributes, or adds a new item to the table if--- it does not already exist. You can put, delete, or add attribute values.--- You can also perform a conditional update on an existing item (insert a--- new attribute name-value pair if it doesn\'t exist, or replace an--- existing name-value pair if it has certain expected attribute values).+-- Edits an existing item\'s attributes, or adds a new item to the table if it does not already exist. You can put, delete, or add attribute values. You can also perform a conditional update on an existing item (insert a new attribute name-value pair if it doesn\'t exist, or replace an existing name-value pair if it has certain expected attribute values). ----- You can also return the item\'s attribute values in the same--- /UpdateItem/ operation using the /ReturnValues/ parameter.+-- You can also return the item\'s attribute values in the same /UpdateItem/ operation using the /ReturnValues/ parameter. module Network.AWS.DynamoDB.UpdateItem ( -- * Creating a Request@@ -126,157 +121,89 @@ , _uiKey = mempty } --- | One or more substitution tokens for attribute names in an expression.--- The following are some use cases for using /ExpressionAttributeNames/:+-- | One or more substitution tokens for attribute names in an expression. The following are some use cases for using /ExpressionAttributeNames/: ----- - To access an attribute whose name conflicts with a DynamoDB reserved--- word.+-- - To access an attribute whose name conflicts with a DynamoDB reserved word. ----- - To create a placeholder for repeating occurrences of an attribute--- name in an expression.+-- - To create a placeholder for repeating occurrences of an attribute name in an expression. ----- - To prevent special characters in an attribute name from being--- misinterpreted in an expression.+-- - To prevent special characters in an attribute name from being misinterpreted in an expression. ----- Use the __#__ character in an expression to dereference an attribute--- name. For example, consider the following attribute name:+-- Use the __#__ character in an expression to dereference an attribute name. For example, consider the following attribute name: -- -- - 'Percentile' ----- The name of this attribute conflicts with a reserved word, so it cannot--- be used directly in an expression. (For the complete list of reserved--- words, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words>--- in the /Amazon DynamoDB Developer Guide/). To work around this, you--- could specify the following for /ExpressionAttributeNames/:+-- The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html Reserved Words> in the /Amazon DynamoDB Developer Guide/). To work around this, you could specify the following for /ExpressionAttributeNames/: -- -- - '{\"#P\":\"Percentile\"}' ----- You could then use this substitution in an expression, as in this--- example:+-- You could then use this substitution in an expression, as in this example: -- -- - '#P = :val' ----- Tokens that begin with the __:__ character are /expression attribute--- values/, which are placeholders for the actual value at runtime.+-- Tokens that begin with the __:__ character are /expression attribute values/, which are placeholders for the actual value at runtime. ----- For more information on expression attribute names, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on expression attribute names, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.AccessingItemAttributes.html Accessing Item Attributes> in the /Amazon DynamoDB Developer Guide/. uiExpressionAttributeNames :: Lens' UpdateItem (HashMap Text Text) uiExpressionAttributeNames = lens _uiExpressionAttributeNames (\ s a -> s{_uiExpressionAttributeNames = a}) . _Default . _Map; --- | Use /ReturnValues/ if you want to get the item attributes as they--- appeared either before or after they were updated. For /UpdateItem/, the--- valid values are:+-- | Use /ReturnValues/ if you want to get the item attributes as they appeared either before or after they were updated. For /UpdateItem/, the valid values are: ----- - 'NONE' - If /ReturnValues/ is not specified, or if its value is--- 'NONE', then nothing is returned. (This setting is the default for--- /ReturnValues/.)+-- - 'NONE' - If /ReturnValues/ is not specified, or if its value is 'NONE', then nothing is returned. (This setting is the default for /ReturnValues/.) ----- - 'ALL_OLD' - If /UpdateItem/ overwrote an attribute name-value pair,--- then the content of the old item is returned.+-- - 'ALL_OLD' - If /UpdateItem/ overwrote an attribute name-value pair, then the content of the old item is returned. ----- - 'UPDATED_OLD' - The old versions of only the updated attributes are--- returned.+-- - 'UPDATED_OLD' - The old versions of only the updated attributes are returned. ----- - 'ALL_NEW' - All of the attributes of the new version of the item are--- returned.+-- - 'ALL_NEW' - All of the attributes of the new version of the item are returned. ----- - 'UPDATED_NEW' - The new versions of only the updated attributes are--- returned.+-- - 'UPDATED_NEW' - The new versions of only the updated attributes are returned. ----- There is no additional cost associated with requesting a return value--- aside from the small network and processing overhead of receiving a--- larger response. No Read Capacity Units are consumed.+-- There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed. -- -- Values returned are strongly consistent uiReturnValues :: Lens' UpdateItem (Maybe ReturnValue) uiReturnValues = lens _uiReturnValues (\ s a -> s{_uiReturnValues = a}); --- | An expression that defines one or more attributes to be updated, the--- action to be performed on them, and new value(s) for them.+-- | An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them. -- -- The following action values are available for /UpdateExpression/. ----- - 'SET' - Adds one or more attributes and values to an item. If any of--- these attribute already exist, they are replaced by the new values.--- You can also use 'SET' to add or subtract from an attribute that is--- of type Number. For example: 'SET myNum = myNum + :val'+-- - 'SET' - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use 'SET' to add or subtract from an attribute that is of type Number. For example: 'SET myNum = myNum + :val' -- -- 'SET' supports the following functions: ----- - 'if_not_exists (path, operand)' - if the item does not contain--- an attribute at the specified path, then 'if_not_exists'--- evaluates to operand; otherwise, it evaluates to path. You can--- use this function to avoid overwriting an attribute that may--- already be present in the item.+-- - 'if_not_exists (path, operand)' - if the item does not contain an attribute at the specified path, then 'if_not_exists' evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item. ----- - 'list_append (operand, operand)' - evaluates to a list with a--- new element added to it. You can append the new element to the--- start or the end of the list by reversing the order of the--- operands.+-- - 'list_append (operand, operand)' - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands. -- -- These function names are case-sensitive. -- -- - 'REMOVE' - Removes one or more attributes from an item. ----- - 'ADD' - Adds the specified value to the item, if the attribute does--- not already exist. If the attribute does exist, then the behavior of--- 'ADD' depends on the data type of the attribute:+-- - 'ADD' - Adds the specified value to the item, if the attribute does not already exist. 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 /Value/ is mathematically added to the existing--- attribute. If /Value/ is a negative number, then it is--- subtracted from the existing attribute.+-- - If the existing attribute is a number, and if /Value/ is also a number, then /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.+-- 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. ----- Similarly, if you use 'ADD' for an existing item to increment or--- decrement an attribute value that doesn\'t exist before the--- update, DynamoDB uses '0' as the initial value. For example,--- suppose that the item you want to update doesn\'t have an--- attribute named /itemcount/, but you decide to 'ADD' the number--- '3' to this attribute anyway. 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'.+-- Similarly, if you use 'ADD' for an existing item to increment or decrement an attribute value that doesn\'t exist before the update, DynamoDB uses '0' as the initial value. For example, suppose that the item you want to update doesn\'t have an attribute named /itemcount/, but you decide to 'ADD' the number '3' to this attribute anyway. 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 /Value/ is also a set,--- then /Value/ is added to the existing set. For example, if the--- attribute value is the set '[1,2]', and the 'ADD' action--- specified '[3]', then the final attribute value is '[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.+-- - If the existing data type is a set and if /Value/ is also a set, then /Value/ is added to the existing set. For example, if the attribute value is the set '[1,2]', and the 'ADD' action specified '[3]', then the final attribute value is '[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.+-- 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 'ADD' action only supports Number and set data types. In--- addition, 'ADD' can only be used on top-level attributes, not nested--- attributes.+-- The 'ADD' action only supports Number and set data types. In addition, 'ADD' can only be used on top-level attributes, not nested attributes. -- -- - 'DELETE' - Deletes an element from a set. ----- 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 specifies '[a,c]', then the final--- attribute value is '[b]'. Specifying an empty set is an error.+-- 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 specifies '[a,c]', then the final attribute value is '[b]'. Specifying an empty set is an error. ----- The 'DELETE' action only supports set data types. In addition,--- 'DELETE' can only be used on top-level attributes, not nested--- attributes.+-- The 'DELETE' action only supports set data types. In addition, 'DELETE' can only be used on top-level attributes, not nested attributes. ----- You can have many actions in a single expression, such as the following:--- 'SET a=:value1, b=:value2 DELETE :value3, :value4, :value5'+-- You can have many actions in a single expression, such as the following: 'SET a=:value1, b=:value2 DELETE :value3, :value4, :value5' ----- For more information on update expressions, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.Modifying.html Modifying Items and Attributes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on update expressions, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.Modifying.html Modifying Items and Attributes> in the /Amazon DynamoDB Developer Guide/. -- -- /UpdateExpression/ replaces the legacy /AttributeUpdates/ parameter. uiUpdateExpression :: Lens' UpdateItem (Maybe Text)@@ -284,9 +211,7 @@ -- | One or more values that can be substituted in an expression. ----- Use the __:__ (colon) character in an expression to dereference an--- attribute value. For example, suppose that you wanted to check whether--- the value of the /ProductStatus/ attribute was one of the following:+-- Use the __:__ (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the /ProductStatus/ attribute was one of the following: -- -- 'Available | Backordered | Discontinued' --@@ -298,109 +223,53 @@ -- -- 'ProductStatus IN (:avail, :back, :disc)' ----- For more information on expression attribute values, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on expression attribute values, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions> in the /Amazon DynamoDB Developer Guide/. uiExpressionAttributeValues :: Lens' UpdateItem (HashMap Text AttributeValue) uiExpressionAttributeValues = lens _uiExpressionAttributeValues (\ s a -> s{_uiExpressionAttributeValues = a}) . _Default . _Map; --- | This is a legacy parameter, for backward compatibility. New applications--- should use /UpdateExpression/ instead. Do not combine legacy parameters--- and expression parameters in a single API call; otherwise, DynamoDB will--- return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /UpdateExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. ----- This parameter can be used for modifying top-level attributes; however,--- it does not support individual list or map elements.+-- This parameter can be used for modifying top-level attributes; however, it does not support individual list or map elements. ----- The names of attributes to be modified, the action to perform on each,--- and the new value for each. If you are updating an attribute that is an--- index key attribute for any indexes on that table, the attribute type--- must match the index key type defined in the /AttributesDefinition/ of--- the table description. You can use /UpdateItem/ to update any non-key--- attributes.+-- The names of attributes to be modified, the action to perform on each, and the new value for each. If you are updating an attribute that is an index key attribute for any indexes on that table, the attribute type must match the index key type defined in the /AttributesDefinition/ of the table description. You can use /UpdateItem/ to update any non-key attributes. ----- Attribute values cannot be null. String and Binary type attributes must--- have lengths greater than zero. Set type attributes must not be empty.--- Requests with empty values will be rejected with a /ValidationException/--- exception.+-- Attribute values cannot be null. String and Binary type attributes must have lengths greater than zero. Set type attributes must not be empty. Requests with empty values will be rejected with a /ValidationException/ exception. ----- Each /AttributeUpdates/ element consists of an attribute name to modify,--- along with the following:+-- Each /AttributeUpdates/ element consists of an attribute name to modify, along with the following: -- -- - /Value/ - The new value, if applicable, for this attribute. ----- - /Action/ - A value that specifies how to perform the update. This--- action is only valid for an existing attribute whose data type is--- Number or is a set; do not use 'ADD' for other data types.+-- - /Action/ - A value that specifies how to perform the update. This action is only valid for an existing attribute whose data type is Number or is a set; do not use 'ADD' for other data types. ----- If an item with the specified primary key is found in the table, the--- following values perform the following actions:+-- If an item with the specified primary key is found in the table, the following values perform the following actions: ----- - 'PUT' - Adds the specified attribute to the item. If the--- attribute already exists, it is replaced by the new value.+-- - 'PUT' - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value. ----- - 'DELETE' - Removes the attribute and its value, if no value is--- specified for 'DELETE'. The data type of the specified value--- must match the existing value\'s data type.+-- - 'DELETE' - Removes the attribute and its value, if no value is specified for 'DELETE'. 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 specifies '[a,c]',--- then the final attribute value is '[b]'. Specifying an empty set--- is an error.+-- 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 specifies '[a,c]', then the final attribute value is '[b]'. Specifying an empty set is an error. ----- - 'ADD' - Adds the specified value to the item, if the attribute--- does not already exist. If the attribute does exist, then the--- behavior of 'ADD' depends on the data type of the attribute:+-- - 'ADD' - Adds the specified value to the item, if the attribute does not already exist. 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 /Value/ is mathematically added to the--- existing attribute. If /Value/ is a negative number, then it--- is subtracted from the existing attribute.+-- - If the existing attribute is a number, and if /Value/ is also a number, then /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.+-- 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. ----- Similarly, if you use 'ADD' for an existing item to--- increment or decrement an attribute value that doesn\'t--- exist before the update, DynamoDB uses '0' as the initial--- value. For example, suppose that the item you want to update--- doesn\'t have an attribute named /itemcount/, but you decide--- to 'ADD' the number '3' to this attribute anyway. 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, with a value of '3'.+-- Similarly, if you use 'ADD' for an existing item to increment or decrement an attribute value that doesn\'t exist before the update, DynamoDB uses '0' as the initial value. For example, suppose that the item you want to update doesn\'t have an attribute named /itemcount/, but you decide to 'ADD' the number '3' to this attribute anyway. 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, with a value of '3'. ----- - If the existing data type is a set, and if /Value/ is also a--- set, then /Value/ is appended to the existing set. For--- example, if the attribute value is the set '[1,2]', and the--- 'ADD' action specified '[3]', then the final attribute value--- is '[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.+-- - If the existing data type is a set, and if /Value/ is also a set, then /Value/ is appended to the existing set. For example, if the attribute value is the set '[1,2]', and the 'ADD' action specified '[3]', then the final attribute value is '[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,--- /Value/ must also be a set of strings.+-- Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, /Value/ must also be a set of strings. ----- If no item with the specified key is found in the table, the--- following values perform the following actions:+-- If no item with the specified key is found in the table, the following values perform the following actions: ----- - 'PUT' - Causes DynamoDB to create a new item with the specified--- primary key, and then adds the attribute.+-- - 'PUT' - Causes DynamoDB to create a new item with the specified primary key, and then adds the attribute. ----- - 'DELETE' - Nothing happens, because attributes cannot be deleted--- from a nonexistent item. The operation succeeds, but DynamoDB--- does not create a new item.+-- - 'DELETE' - Nothing happens, because attributes cannot be deleted from a nonexistent item. The operation succeeds, but DynamoDB does not create a new item. ----- - 'ADD' - Causes DynamoDB to create an item with the supplied--- primary key and number (or set of numbers) for the attribute--- value. The only data types allowed are Number and Number Set.+-- - 'ADD' - Causes DynamoDB to create an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are Number and Number Set. ----- If you provide any attributes that are part of an index key, then the--- data types for those attributes must match those of the schema in the--- table\'s attribute definition.+-- If you provide any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table\'s attribute definition. uiAttributeUpdates :: Lens' UpdateItem (HashMap Text AttributeValueUpdate) uiAttributeUpdates = lens _uiAttributeUpdates (\ s a -> s{_uiAttributeUpdates = a}) . _Default . _Map; @@ -408,49 +277,35 @@ uiReturnConsumedCapacity :: Lens' UpdateItem (Maybe ReturnConsumedCapacity) uiReturnConsumedCapacity = lens _uiReturnConsumedCapacity (\ s a -> s{_uiReturnConsumedCapacity = a}); --- | Determines whether item collection metrics are returned. If set to--- 'SIZE', the response includes statistics about item collections, if any,--- that were modified during the operation are returned in the response. If--- set to 'NONE' (the default), no statistics are returned.+-- | Determines whether item collection metrics are returned. If set to 'SIZE', the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to 'NONE' (the default), no statistics are returned. uiReturnItemCollectionMetrics :: Lens' UpdateItem (Maybe ReturnItemCollectionMetrics) uiReturnItemCollectionMetrics = lens _uiReturnItemCollectionMetrics (\ s a -> s{_uiReturnItemCollectionMetrics = a}); --- | A condition that must be satisfied in order for a conditional update to--- succeed.+-- | A condition that must be satisfied in order for a conditional update to succeed. -- -- An expression can contain any of the following: ----- - Functions:--- 'attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size'+-- - Functions: 'attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size' -- -- These function names are case-sensitive. ----- - Comparison operators:--- ' = | <> | < | > | <= | >= | BETWEEN | IN'+-- - Comparison operators: ' = | <> | < | > | <= | >= | BETWEEN | IN' -- -- - Logical operators: 'AND | OR | NOT' ----- For more information on condition expressions, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information on condition expressions, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.SpecifyingConditions.html Specifying Conditions> in the /Amazon DynamoDB Developer Guide/. ----- /ConditionExpression/ replaces the legacy /ConditionalOperator/ and--- /Expected/ parameters.+-- /ConditionExpression/ replaces the legacy /ConditionalOperator/ and /Expected/ parameters. uiConditionExpression :: Lens' UpdateItem (Maybe Text) uiConditionExpression = lens _uiConditionExpression (\ s a -> s{_uiConditionExpression = a}); --- | This is a legacy parameter, for backward compatibility. New applications--- should use /ConditionExpression/ instead. Do not combine legacy--- parameters and expression parameters in a single API call; otherwise,--- DynamoDB will return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /ConditionExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. -- -- A logical operator to apply to the conditions in the /Expected/ map: ----- - 'AND' - If all of the conditions evaluate to true, then the entire--- map evaluates to true.+-- - 'AND' - If all of the conditions evaluate to true, then the entire map evaluates to true. ----- - 'OR' - If at least one of the conditions evaluate to true, then the--- entire map evaluates to true.+-- - 'OR' - If at least one of the conditions evaluate to true, then the entire map evaluates to true. -- -- If you omit /ConditionalOperator/, then 'AND' is the default. --@@ -460,48 +315,27 @@ uiConditionalOperator :: Lens' UpdateItem (Maybe ConditionalOperator) uiConditionalOperator = lens _uiConditionalOperator (\ s a -> s{_uiConditionalOperator = a}); --- | This is a legacy parameter, for backward compatibility. New applications--- should use /ConditionExpression/ instead. Do not combine legacy--- parameters and expression parameters in a single API call; otherwise,--- DynamoDB will return a /ValidationException/ exception.+-- | This is a legacy parameter, for backward compatibility. New applications should use /ConditionExpression/ instead. Do not combine legacy parameters and expression parameters in a single API call; otherwise, DynamoDB will return a /ValidationException/ exception. ----- A map of attribute\/condition pairs. /Expected/ provides a conditional--- block for the /UpdateItem/ operation.+-- A map of attribute\/condition pairs. /Expected/ provides a conditional block for the /UpdateItem/ operation. ----- Each element of /Expected/ consists of an attribute name, a comparison--- operator, and one or more values. DynamoDB compares the attribute with--- the value(s) you supplied, using the comparison operator. For each--- /Expected/ element, the result of the evaluation is either true or--- false.+-- Each element of /Expected/ consists of an attribute name, a comparison operator, and one or more values. DynamoDB compares the attribute with the value(s) you supplied, using the comparison operator. For each /Expected/ element, the result of the evaluation is either true or false. ----- If you specify more than one element in the /Expected/ map, then by--- default all of the conditions must evaluate to true. In other words, the--- conditions are ANDed together. (You can use the /ConditionalOperator/--- parameter to OR the conditions instead. If you do this, then at least--- one of the conditions must evaluate to true, rather than all of them.)+-- If you specify more than one element in the /Expected/ map, then by default all of the conditions must evaluate to true. In other words, the conditions are ANDed together. (You can use the /ConditionalOperator/ parameter to OR the conditions instead. If you do this, then at least one of the conditions must evaluate to true, rather than all of them.) ----- If the /Expected/ map evaluates to true, then the conditional operation--- succeeds; otherwise, it fails.+-- If the /Expected/ map evaluates to true, then the conditional operation succeeds; otherwise, it fails. -- -- /Expected/ contains the following: ----- - /AttributeValueList/ - One or more values to evaluate against the--- supplied attribute. The number of values in the list depends on the--- /ComparisonOperator/ being used.+-- - /AttributeValueList/ - One or more values to evaluate against the supplied attribute. The number of values in the list depends on the /ComparisonOperator/ being used. -- -- For type Number, value comparisons are numeric. ----- String value comparisons for greater than, equals, or less than are--- based on ASCII character code values. For example, 'a' is greater--- than 'A', and 'a' is greater than 'B'. For a list of code values,--- see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>.+-- String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, 'a' is greater than 'A', and 'a' is greater than 'B'. For a list of code values, see <http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters>. ----- For type Binary, DynamoDB treats each byte of the binary data as--- unsigned when it compares binary values.+-- For type Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. ----- - /ComparisonOperator/ - A comparator for evaluating attributes in the--- /AttributeValueList/. When performing the comparison, DynamoDB uses--- strongly consistent reads.+-- - /ComparisonOperator/ - A comparator for evaluating attributes in the /AttributeValueList/. When performing the comparison, DynamoDB uses strongly consistent reads. -- -- The following comparison operators are available: --@@ -509,178 +343,77 @@ -- -- The following are descriptions of each comparison operator. ----- - 'EQ' : Equal. 'EQ' is supported for all datatypes, including--- lists and maps.+-- - 'EQ' : Equal. 'EQ' is supported for all datatypes, including lists and maps. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, Binary, String Set, Number Set,--- or Binary Set. If an item contains an /AttributeValue/ element--- of a different type than the one provided in the request, the--- value does not match. For example, '{\"S\":\"6\"}' does not--- equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'. ----- - 'NE' : Not equal. 'NE' is supported for all datatypes, including--- lists and maps.+-- - 'NE' : Not equal. 'NE' is supported for all datatypes, including lists and maps. ----- /AttributeValueList/ can contain only one /AttributeValue/ of--- type String, Number, Binary, String Set, Number Set, or Binary--- Set. If an item contains an /AttributeValue/ of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not equal--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an /AttributeValue/ of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not equal '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'LE' : Less than or equal. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- an item contains an /AttributeValue/ element of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'LT' : Less than. ----- /AttributeValueList/ can contain only one /AttributeValue/ of--- type String, Number, or Binary (not a set type). If an item--- contains an /AttributeValue/ element of a different type than--- the one provided in the request, the value does not match. For--- example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also,--- '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'GE' : Greater than or equal. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- an item contains an /AttributeValue/ element of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. -- -- - 'GT' : Greater than. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- an item contains an /AttributeValue/ element of a different type--- than the one provided in the request, the value does not match.--- For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'.--- Also, '{\"N\":\"6\"}' does not compare to--- '{\"NS\":[\"6\", \"2\", \"1\"]}'.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not equal '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'. ----- - 'NOT_NULL' : The attribute exists. 'NOT_NULL' is supported for--- all datatypes, including lists and maps.+-- - 'NOT_NULL' : The attribute exists. 'NOT_NULL' is supported for all datatypes, including lists and maps. ----- This operator tests for the existence of an attribute, not its--- data type. If the data type of attribute \"'a'\" is null, and--- you evaluate it using 'NOT_NULL', the result is a Boolean--- /true/. This result is because the attribute \"'a'\" exists; its--- data type is not relevant to the 'NOT_NULL' comparison operator.+-- This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"'a'\" is null, and you evaluate it using 'NOT_NULL', the result is a Boolean /true/. This result is because the attribute \"'a'\" exists; its data type is not relevant to the 'NOT_NULL' comparison operator. ----- - 'NULL' : The attribute does not exist. 'NULL' is supported for--- all datatypes, including lists and maps.+-- - 'NULL' : The attribute does not exist. 'NULL' is supported for all datatypes, including lists and maps. ----- This operator tests for the nonexistence of an attribute, not--- its data type. If the data type of attribute \"'a'\" is null,--- and you evaluate it using 'NULL', the result is a Boolean--- /false/. This is because the attribute \"'a'\" exists; its data--- type is not relevant to the 'NULL' comparison operator.+-- This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"'a'\" is null, and you evaluate it using 'NULL', the result is a Boolean /false/. This is because the attribute \"'a'\" exists; its data type is not relevant to the 'NULL' comparison operator. -- -- - 'CONTAINS' : Checks for a subsequence, or value in a set. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- the target attribute of the comparison is of type String, then--- the operator checks for a substring match. If the target--- attribute of the comparison is of type Binary, then the operator--- looks for a subsequence of the target that matches the input. If--- the target attribute of the comparison is a set (\"'SS'\",--- \"'NS'\", or \"'BS'\"), then the operator evaluates to true if--- it finds an exact match with any member of the set.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"'SS'\", \"'NS'\", or \"'BS'\"), then the operator evaluates to true if it finds an exact match with any member of the set. ----- CONTAINS is supported for lists: When evaluating--- \"'a CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\"--- cannot be a set, a map, or a list.+-- CONTAINS is supported for lists: When evaluating \"'a CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\" cannot be a set, a map, or a list. ----- - 'NOT_CONTAINS' : Checks for absence of a subsequence, or absence--- of a value in a set.+-- - 'NOT_CONTAINS' : Checks for absence of a subsequence, or absence of a value in a set. ----- /AttributeValueList/ can contain only one /AttributeValue/--- element of type String, Number, or Binary (not a set type). If--- the target attribute of the comparison is a String, then the--- operator checks for the absence of a substring match. If the--- target attribute of the comparison is Binary, then the operator--- checks for the absence of a subsequence of the target that--- matches the input. If the target attribute of the comparison is--- a set (\"'SS'\", \"'NS'\", or \"'BS'\"), then the operator--- evaluates to true if it /does not/ find an exact match with any--- member of the set.+-- /AttributeValueList/ can contain only one /AttributeValue/ element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"'SS'\", \"'NS'\", or \"'BS'\"), then the operator evaluates to true if it /does not/ find an exact match with any member of the set. ----- NOT_CONTAINS is supported for lists: When evaluating--- \"'a NOT CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\"--- cannot be a set, a map, or a list.+-- NOT_CONTAINS is supported for lists: When evaluating \"'a NOT CONTAINS b'\", \"'a'\" can be a list; however, \"'b'\" cannot be a set, a map, or a list. -- -- - 'BEGINS_WITH' : Checks for a prefix. ----- /AttributeValueList/ can contain only one /AttributeValue/ of--- type String or Binary (not a Number or a set type). The target--- attribute of the comparison must be of type String or Binary--- (not a Number or a set type).+-- /AttributeValueList/ can contain only one /AttributeValue/ of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type). -- -- - 'IN' : Checks for matching elements within two sets. ----- /AttributeValueList/ can contain one or more /AttributeValue/--- elements of type String, Number, or Binary (not a set type).--- These attributes are compared against an existing set type--- attribute of an item. If any elements of the input set are--- present in the item attribute, the expression evaluates to true.+-- /AttributeValueList/ can contain one or more /AttributeValue/ elements of type String, Number, or Binary (not a set type). These attributes are compared against an existing set type attribute of an item. If any elements of the input set are present in the item attribute, the expression evaluates to true. ----- - 'BETWEEN' : Greater than or equal to the first value, and less--- than or equal to the second value.+-- - 'BETWEEN' : Greater than or equal to the first value, and less than or equal to the second value. ----- /AttributeValueList/ must contain two /AttributeValue/ elements--- of the same type, either String, Number, or Binary (not a set--- type). A target attribute matches if the target value is greater--- than, or equal to, the first element and less than, or equal to,--- the second element. If an item contains an /AttributeValue/--- element of a different type than the one provided in the--- request, the value does not match. For example, '{\"S\":\"6\"}'--- does not compare to '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does--- not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}'+-- /AttributeValueList/ must contain two /AttributeValue/ elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an /AttributeValue/ element of a different type than the one provided in the request, the value does not match. For example, '{\"S\":\"6\"}' does not compare to '{\"N\":\"6\"}'. Also, '{\"N\":\"6\"}' does not compare to '{\"NS\":[\"6\", \"2\", \"1\"]}' ----- For usage examples of /AttributeValueList/ and /ComparisonOperator/, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html Legacy Conditional Parameters>--- in the /Amazon DynamoDB Developer Guide/.+-- For usage examples of /AttributeValueList/ and /ComparisonOperator/, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.html Legacy Conditional Parameters> in the /Amazon DynamoDB Developer Guide/. ----- For backward compatibility with previous DynamoDB releases, the--- following parameters can be used instead of /AttributeValueList/ and--- /ComparisonOperator/:+-- For backward compatibility with previous DynamoDB releases, the following parameters can be used instead of /AttributeValueList/ and /ComparisonOperator/: -- -- - /Value/ - A value for DynamoDB to compare with an attribute. ----- - /Exists/ - A Boolean value that causes DynamoDB to evaluate the--- value before attempting the conditional operation:+-- - /Exists/ - A Boolean value that causes DynamoDB to evaluate the value before attempting the conditional operation: ----- - If /Exists/ is 'true', DynamoDB will check to see if that--- attribute value already exists in the table. If it is found,--- then the condition evaluates to true; otherwise the condition--- evaluate to false.+-- - If /Exists/ is 'true', DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the condition evaluates to true; otherwise the condition evaluate to false. ----- - If /Exists/ is 'false', DynamoDB assumes that the attribute--- value does /not/ exist in the table. If in fact the value does--- not exist, then the assumption is valid and the condition--- evaluates to true. If the value is found, despite the assumption--- that it does not exist, the condition evaluates to false.+-- - If /Exists/ is 'false', DynamoDB assumes that the attribute value does /not/ exist in the table. If in fact the value does not exist, then the assumption is valid and the condition evaluates to true. If the value is found, despite the assumption that it does not exist, the condition evaluates to false. -- -- Note that the default value for /Exists/ is 'true'. ----- The /Value/ and /Exists/ parameters are incompatible with--- /AttributeValueList/ and /ComparisonOperator/. Note that if you use both--- sets of parameters at once, DynamoDB will return a /ValidationException/--- exception.+-- The /Value/ and /Exists/ parameters are incompatible with /AttributeValueList/ and /ComparisonOperator/. Note that if you use both sets of parameters at once, DynamoDB will return a /ValidationException/ exception. -- -- This parameter does not support attributes of type List or Map. uiExpected :: Lens' UpdateItem (HashMap Text ExpectedAttributeValue)@@ -690,13 +423,9 @@ uiTableName :: Lens' UpdateItem Text uiTableName = lens _uiTableName (\ s a -> s{_uiTableName = a}); --- | The primary key of the item to be updated. Each element consists of an--- attribute name and a value for that attribute.+-- | The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute. ----- For the primary key, you must provide all of the attributes. For--- example, with a simple primary key, you only need to provide a value for--- the partition key. For a composite primary key, you must provide values--- for both the partition key and the sort key.+-- For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key. uiKey :: Lens' UpdateItem (HashMap Text AttributeValue) uiKey = lens _uiKey (\ s a -> s{_uiKey = a}) . _Map; @@ -794,10 +523,7 @@ uirsConsumedCapacity :: Lens' UpdateItemResponse (Maybe ConsumedCapacity) uirsConsumedCapacity = lens _uirsConsumedCapacity (\ s a -> s{_uirsConsumedCapacity = a}); --- | A map of attribute values as they appeared before the /UpdateItem/--- operation. This map only appears if /ReturnValues/ was specified as--- something other than 'NONE' in the request. Each element represents one--- attribute.+-- | A map of attribute values as they appeared before the /UpdateItem/ operation. This map only appears if /ReturnValues/ was specified as something other than 'NONE' in the request. Each element represents one attribute. uirsAttributes :: Lens' UpdateItemResponse (HashMap Text AttributeValue) uirsAttributes = lens _uirsAttributes (\ s a -> s{_uirsAttributes = a}) . _Default . _Map;
gen/Network/AWS/DynamoDB/UpdateTable.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Modifies the provisioned throughput settings, global secondary indexes,--- or DynamoDB Streams settings for a given table.+-- Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table. -- -- You can only perform one of the following operations at once: --@@ -29,15 +28,9 @@ -- -- - Remove a global secondary index from the table. ----- - Create a new global secondary index on the table. Once the index--- begins backfilling, you can use /UpdateTable/ to perform other--- operations.+-- - Create a new global secondary index on the table. Once the index begins backfilling, you can use /UpdateTable/ to perform other operations. ----- /UpdateTable/ is an asynchronous operation; while it is executing, the--- table status changes from 'ACTIVE' to 'UPDATING'. While it is--- 'UPDATING', you cannot issue another /UpdateTable/ request. When the--- table returns to the 'ACTIVE' state, the /UpdateTable/ operation is--- complete.+-- /UpdateTable/ is an asynchronous operation; while it is executing, the table status changes from 'ACTIVE' to 'UPDATING'. While it is 'UPDATING', you cannot issue another /UpdateTable/ request. When the table returns to the 'ACTIVE' state, the /UpdateTable/ operation is complete. module Network.AWS.DynamoDB.UpdateTable ( -- * Creating a Request@@ -101,9 +94,7 @@ , _utTableName = pTableName_ } --- | An array of attributes that describe the key schema for the table and--- indexes. If you are adding a new global secondary index to the table,--- /AttributeDefinitions/ must include the key element(s) of the new index.+-- | An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, /AttributeDefinitions/ must include the key element(s) of the new index. utAttributeDefinitions :: Lens' UpdateTable [AttributeDefinition] utAttributeDefinitions = lens _utAttributeDefinitions (\ s a -> s{_utAttributeDefinitions = a}) . _Default . _Coerce; @@ -111,27 +102,21 @@ utProvisionedThroughput :: Lens' UpdateTable (Maybe ProvisionedThroughput) utProvisionedThroughput = lens _utProvisionedThroughput (\ s a -> s{_utProvisionedThroughput = a}); --- | An array of one or more global secondary indexes for the table. For each--- index in the array, you can request one action:+-- | An array of one or more global secondary indexes for the table. For each index in the array, you can request one action: -- -- - /Create/ - add a new global secondary index to the table. ----- - /Update/ - modify the provisioned throughput settings of an existing--- global secondary index.+-- - /Update/ - modify the provisioned throughput settings of an existing global secondary index. -- -- - /Delete/ - remove a global secondary index from the table. ----- For more information, see--- <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GSI.OnlineOps.html Managing Global Secondary Indexes>--- in the /Amazon DynamoDB Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GSI.OnlineOps.html Managing Global Secondary Indexes> in the /Amazon DynamoDB Developer Guide/. utGlobalSecondaryIndexUpdates :: Lens' UpdateTable [GlobalSecondaryIndexUpdate] utGlobalSecondaryIndexUpdates = lens _utGlobalSecondaryIndexUpdates (\ s a -> s{_utGlobalSecondaryIndexUpdates = a}) . _Default . _Coerce; -- | Represents the DynamoDB Streams configuration for the table. ----- You will receive a /ResourceInUseException/ if you attempt to enable a--- stream on a table that already has a stream, or if you attempt to--- disable a stream on a table which does not have a stream.+-- You will receive a /ResourceInUseException/ if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream. utStreamSpecification :: Lens' UpdateTable (Maybe StreamSpecification) utStreamSpecification = lens _utStreamSpecification (\ s a -> s{_utStreamSpecification = a});
test/Test/AWS/Gen/DynamoDB.hs view
@@ -28,91 +28,91 @@ -- fixtures :: TestTree -- fixtures = -- [ testGroup "request"--- [ testPutItem $+-- [ requestPutItem $ -- putItem ----- , testDeleteItem $+-- , requestDeleteItem $ -- deleteItem ----- , testUpdateItem $+-- , requestUpdateItem $ -- updateItem ----- , testDeleteTable $+-- , requestDeleteTable $ -- deleteTable ----- , testUpdateTable $+-- , requestUpdateTable $ -- updateTable ----- , testBatchGetItem $+-- , requestBatchGetItem $ -- batchGetItem ----- , testDescribeTable $+-- , requestDescribeTable $ -- describeTable ----- , testDescribeLimits $+-- , requestDescribeLimits $ -- describeLimits ----- , testGetItem $+-- , requestGetItem $ -- getItem ----- , testBatchWriteItem $+-- , requestBatchWriteItem $ -- batchWriteItem ----- , testListTables $+-- , requestListTables $ -- listTables ----- , testScan $+-- , requestScan $ -- scan ----- , testQuery $+-- , requestQuery $ -- query ----- , testCreateTable $+-- , requestCreateTable $ -- createTable -- -- ] -- , testGroup "response"--- [ testPutItemResponse $+-- [ responsePutItem $ -- putItemResponse ----- , testDeleteItemResponse $+-- , responseDeleteItem $ -- deleteItemResponse ----- , testUpdateItemResponse $+-- , responseUpdateItem $ -- updateItemResponse ----- , testDeleteTableResponse $+-- , responseDeleteTable $ -- deleteTableResponse ----- , testUpdateTableResponse $+-- , responseUpdateTable $ -- updateTableResponse ----- , testBatchGetItemResponse $+-- , responseBatchGetItem $ -- batchGetItemResponse ----- , testDescribeTableResponse $+-- , responseDescribeTable $ -- describeTableResponse ----- , testDescribeLimitsResponse $+-- , responseDescribeLimits $ -- describeLimitsResponse ----- , testGetItemResponse $+-- , responseGetItem $ -- getItemResponse ----- , testBatchWriteItemResponse $+-- , responseBatchWriteItem $ -- batchWriteItemResponse ----- , testListTablesResponse $+-- , responseListTables $ -- listTablesResponse ----- , testScanResponse $+-- , responseScan $ -- scanResponse ----- , testQueryResponse $+-- , responseQuery $ -- queryResponse ----- , testCreateTableResponse $+-- , responseCreateTable $ -- createTableResponse -- -- ]@@ -120,171 +120,171 @@ -- Requests -testPutItem :: PutItem -> TestTree-testPutItem = req+requestPutItem :: PutItem -> TestTree+requestPutItem = req "PutItem" "fixture/PutItem.yaml" -testDeleteItem :: DeleteItem -> TestTree-testDeleteItem = req+requestDeleteItem :: DeleteItem -> TestTree+requestDeleteItem = req "DeleteItem" "fixture/DeleteItem.yaml" -testUpdateItem :: UpdateItem -> TestTree-testUpdateItem = req+requestUpdateItem :: UpdateItem -> TestTree+requestUpdateItem = req "UpdateItem" "fixture/UpdateItem.yaml" -testDeleteTable :: DeleteTable -> TestTree-testDeleteTable = req+requestDeleteTable :: DeleteTable -> TestTree+requestDeleteTable = req "DeleteTable" "fixture/DeleteTable.yaml" -testUpdateTable :: UpdateTable -> TestTree-testUpdateTable = req+requestUpdateTable :: UpdateTable -> TestTree+requestUpdateTable = req "UpdateTable" "fixture/UpdateTable.yaml" -testBatchGetItem :: BatchGetItem -> TestTree-testBatchGetItem = req+requestBatchGetItem :: BatchGetItem -> TestTree+requestBatchGetItem = req "BatchGetItem" "fixture/BatchGetItem.yaml" -testDescribeTable :: DescribeTable -> TestTree-testDescribeTable = req+requestDescribeTable :: DescribeTable -> TestTree+requestDescribeTable = req "DescribeTable" "fixture/DescribeTable.yaml" -testDescribeLimits :: DescribeLimits -> TestTree-testDescribeLimits = req+requestDescribeLimits :: DescribeLimits -> TestTree+requestDescribeLimits = req "DescribeLimits" "fixture/DescribeLimits.yaml" -testGetItem :: GetItem -> TestTree-testGetItem = req+requestGetItem :: GetItem -> TestTree+requestGetItem = req "GetItem" "fixture/GetItem.yaml" -testBatchWriteItem :: BatchWriteItem -> TestTree-testBatchWriteItem = req+requestBatchWriteItem :: BatchWriteItem -> TestTree+requestBatchWriteItem = req "BatchWriteItem" "fixture/BatchWriteItem.yaml" -testListTables :: ListTables -> TestTree-testListTables = req+requestListTables :: ListTables -> TestTree+requestListTables = req "ListTables" "fixture/ListTables.yaml" -testScan :: Scan -> TestTree-testScan = req+requestScan :: Scan -> TestTree+requestScan = req "Scan" "fixture/Scan.yaml" -testQuery :: Query -> TestTree-testQuery = req+requestQuery :: Query -> TestTree+requestQuery = req "Query" "fixture/Query.yaml" -testCreateTable :: CreateTable -> TestTree-testCreateTable = req+requestCreateTable :: CreateTable -> TestTree+requestCreateTable = req "CreateTable" "fixture/CreateTable.yaml" -- Responses -testPutItemResponse :: PutItemResponse -> TestTree-testPutItemResponse = res+responsePutItem :: PutItemResponse -> TestTree+responsePutItem = res "PutItemResponse" "fixture/PutItemResponse.proto" dynamoDB (Proxy :: Proxy PutItem) -testDeleteItemResponse :: DeleteItemResponse -> TestTree-testDeleteItemResponse = res+responseDeleteItem :: DeleteItemResponse -> TestTree+responseDeleteItem = res "DeleteItemResponse" "fixture/DeleteItemResponse.proto" dynamoDB (Proxy :: Proxy DeleteItem) -testUpdateItemResponse :: UpdateItemResponse -> TestTree-testUpdateItemResponse = res+responseUpdateItem :: UpdateItemResponse -> TestTree+responseUpdateItem = res "UpdateItemResponse" "fixture/UpdateItemResponse.proto" dynamoDB (Proxy :: Proxy UpdateItem) -testDeleteTableResponse :: DeleteTableResponse -> TestTree-testDeleteTableResponse = res+responseDeleteTable :: DeleteTableResponse -> TestTree+responseDeleteTable = res "DeleteTableResponse" "fixture/DeleteTableResponse.proto" dynamoDB (Proxy :: Proxy DeleteTable) -testUpdateTableResponse :: UpdateTableResponse -> TestTree-testUpdateTableResponse = res+responseUpdateTable :: UpdateTableResponse -> TestTree+responseUpdateTable = res "UpdateTableResponse" "fixture/UpdateTableResponse.proto" dynamoDB (Proxy :: Proxy UpdateTable) -testBatchGetItemResponse :: BatchGetItemResponse -> TestTree-testBatchGetItemResponse = res+responseBatchGetItem :: BatchGetItemResponse -> TestTree+responseBatchGetItem = res "BatchGetItemResponse" "fixture/BatchGetItemResponse.proto" dynamoDB (Proxy :: Proxy BatchGetItem) -testDescribeTableResponse :: DescribeTableResponse -> TestTree-testDescribeTableResponse = res+responseDescribeTable :: DescribeTableResponse -> TestTree+responseDescribeTable = res "DescribeTableResponse" "fixture/DescribeTableResponse.proto" dynamoDB (Proxy :: Proxy DescribeTable) -testDescribeLimitsResponse :: DescribeLimitsResponse -> TestTree-testDescribeLimitsResponse = res+responseDescribeLimits :: DescribeLimitsResponse -> TestTree+responseDescribeLimits = res "DescribeLimitsResponse" "fixture/DescribeLimitsResponse.proto" dynamoDB (Proxy :: Proxy DescribeLimits) -testGetItemResponse :: GetItemResponse -> TestTree-testGetItemResponse = res+responseGetItem :: GetItemResponse -> TestTree+responseGetItem = res "GetItemResponse" "fixture/GetItemResponse.proto" dynamoDB (Proxy :: Proxy GetItem) -testBatchWriteItemResponse :: BatchWriteItemResponse -> TestTree-testBatchWriteItemResponse = res+responseBatchWriteItem :: BatchWriteItemResponse -> TestTree+responseBatchWriteItem = res "BatchWriteItemResponse" "fixture/BatchWriteItemResponse.proto" dynamoDB (Proxy :: Proxy BatchWriteItem) -testListTablesResponse :: ListTablesResponse -> TestTree-testListTablesResponse = res+responseListTables :: ListTablesResponse -> TestTree+responseListTables = res "ListTablesResponse" "fixture/ListTablesResponse.proto" dynamoDB (Proxy :: Proxy ListTables) -testScanResponse :: ScanResponse -> TestTree-testScanResponse = res+responseScan :: ScanResponse -> TestTree+responseScan = res "ScanResponse" "fixture/ScanResponse.proto" dynamoDB (Proxy :: Proxy Scan) -testQueryResponse :: QueryResponse -> TestTree-testQueryResponse = res+responseQuery :: QueryResponse -> TestTree+responseQuery = res "QueryResponse" "fixture/QueryResponse.proto" dynamoDB (Proxy :: Proxy Query) -testCreateTableResponse :: CreateTableResponse -> TestTree-testCreateTableResponse = res+responseCreateTable :: CreateTableResponse -> TestTree+responseCreateTable = res "CreateTableResponse" "fixture/CreateTableResponse.proto" dynamoDB