SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-amazonka-dynamodb rpm build for : openSUSE Leap 42. For other distributions click ghc-amazonka-dynamodb.

Name : ghc-amazonka-dynamodb
Version : 1.4.3 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 2.21 Date : 2018-01-23 21:43:59
Group : Development/Languages/Other Source RPM : ghc-amazonka-dynamodb-1.4.3-2.21.src.rpm
Size : 7.42 MB
Packager : (none)
Summary : Amazon DynamoDB SDK
Description :
Amazon DynamoDB 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: -
< 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/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.
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.
__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. -
/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. - /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/.
__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. - /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. - /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/.
__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. - /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. - /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/.

The types from this library are intended to be used with
< http://hackage.haskell.org/package/amazonka amazonka>, which provides
mechanisms for specifying AuthN/AuthZ information and sending requests.

Use of lenses is required for constructing and manipulating types.
This is due to the amount of nesting of AWS types and transparency regarding
de/serialisation into more palatable Haskell values. The provided lenses should
be compatible with any of the major lens libraries such as
< http://hackage.haskell.org/package/lens lens> or
< http://hackage.haskell.org/package/lens-family-core lens-family-core>.

See \"Network.AWS.DynamoDB\" or < https://aws.amazon.com/documentation/ the AWS
Documentation> to get started.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/haskell:/lts:/7/openSUSE_Leap_42.2/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
ghc-amazonka-dynamodb
ghc-amazonka-dynamodb(x86-64)
libHSamazonka-dynamodb-1.4.3-2WgWv05NORa5cmrrYv0W5w-ghc8.0.1.so()(64bit)

Requires :
libHSnetwork-2.6.3.1-G4Up1CPKbp7DeFsnywOnGG-ghc8.0.1.so()(64bit)
libHSunix-2.7.2.0-ghc8.0.1.so()(64bit)
libHSfree-4.12.4-KyvXucUlvRwL6NlLlPO3DI-ghc8.0.1.so()(64bit)
libHSpretty-1.1.3.3-ghc8.0.1.so()(64bit)
libHSdirectory-1.2.6.2-ghc8.0.1.so()(64bit)
libHSx509-1.6.5-5PMZzAkH8FnLuP0KSr33ab-ghc8.0.1.so()(64bit)
libHSzlib-0.6.1.2-4CWLN1T27kOJhNvXgy46ZV-ghc8.0.1.so()(64bit)
libHSdlist-0.8.0.2-GWAMmbX9rLg3tqrbOizHGv-ghc8.0.1.so()(64bit)
libHShashable-1.2.4.0-BU6c9a6Q6lID9oy9iugxdV-ghc8.0.1.so()(64bit)
libHSexceptions-0.8.3-7py7fmRxowDFpHmiHGKrTb-ghc8.0.1.so()(64bit)
libHSprelude-extras-0.4.0.3-FAyB4iuuM7cHXdrLMZtdXq-ghc8.0.1.so()(64bit)
libHStransformers-compat-0.5.1.4-81lZyuOJOvsD0zyCv2TKld-ghc8.0.1.so()(64bit)
libHShttp-conduit-2.1.11-E5NlF363cPm2CGzny8mkGt-ghc8.0.1.so()(64bit)
libHSstm-2.4.4.1-4z2NRWnB0NIIUvSJsHW0kF-ghc8.0.1.so()(64bit)
libHSsemigroupoids-5.1-DOBEbMthWnGOE1zGUcNcv-ghc8.0.1.so()(64bit)
libHSprofunctors-5.2-ARVWMjob5rC1bvflrz2fFa-ghc8.0.1.so()(64bit)
libHScontravariant-1.4-FSdTggRoWUtI7bMOYFMBZH-ghc8.0.1.so()(64bit)
libHSbifunctors-5.4.1-1CHNWyPBuRP2XCX9HtUe9Y-ghc8.0.1.so()(64bit)
libHSx509-store-1.6.2-8d7oBevTeS15Dmn3gowY2S-ghc8.0.1.so()(64bit)
libHShttp-client-0.4.31.2-BBD7BlvIyYAJ6QOlXCLbZ7-ghc8.0.1.so()(64bit)
libHSmtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM-ghc8.0.1.so()(64bit)
libHScookie-0.4.2.1-F0553x7AEsq5xUH68Rv9eX-ghc8.0.1.so()(64bit)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libHSresourcet-1.1.9-965WSCM4zVm5AReELsOl9B-ghc8.0.1.so()(64bit)
libHSdata-default-instances-dlist-0.0.1-7EnnOuRxBMR4O5lm1rpRqD-ghc8.0.1.so()(64bit)
libHShttp-client-tls-0.2.4.1-1JmphUwn6Ya3AVSbUvoKT7-ghc8.0.1.so()(64bit)
libutil.so.1()(64bit)
libHStemplate-haskell-2.11.0.0-ghc8.0.1.so()(64bit)
libHSparallel-3.2.1.0-6VcN0yUHtcs831TgbJiSSi-ghc8.0.1.so()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.1.so()(64bit)
libHSxml-types-0.3.6-F9rUWPbGZakC4OqbK8KvWV-ghc8.0.1.so()(64bit)
libHStransformers-0.5.2.0-ghc8.0.1.so()(64bit)
libHSconduit-1.2.8-5fgvzhyiRP8I8gw0elzssW-ghc8.0.1.so()(64bit)
libHSdeepseq-1.4.2.0-ghc8.0.1.so()(64bit)
libHSlifted-base-0.2.3.8-KLkd0w1UJqu6nE8oVTTEBy-ghc8.0.1.so()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
libHSvector-0.11.0.0-BEDZb5o2QOhGbIm6ky7rl6-ghc8.0.1.so()(64bit)
libHSghc-prim-0.5.0.0-ghc8.0.1.so()(64bit)
libHSx509-validation-1.6.5-1vR0B8N2J8N7AaaCDlxjuc-ghc8.0.1.so()(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libHSasn1-encoding-0.9.4-2Zu5ldLYD571Aw26w0CWF6-ghc8.0.1.so()(64bit)
libHSconduit-extra-1.1.15-IbRIgqzzGYADZlVaRAfquX-ghc8.0.1.so()(64bit)
libHSblaze-builder-0.4.0.2-LfJHtaLjD4FC6u7q2ZoVsA-ghc8.0.1.so()(64bit)
libHSparsec-3.1.11-3WIMUA3wnqVJ4nTQk5XohJ-ghc8.0.1.so()(64bit)
libHSkan-extensions-5.0.1-2dq8p1mybdb1RMSXKuPuLv-ghc8.0.1.so()(64bit)
libHSsemigroups-0.18.2-2lmUSJvrDkM6JBURGRclWz-ghc8.0.1.so()(64bit)
libHSadjunctions-4.3-CsVXfOIBNex2SmdrQPdRF6-ghc8.0.1.so()(64bit)
libc.so.6()(64bit)
libHSbinary-0.8.3.0-ghc8.0.1.so()(64bit)
libHSbyteable-0.1.1-15aIBCArSOBEnGxArzrDTM-ghc8.0.1.so()(64bit)
libHSattoparsec-0.13.1.0-PnZFeXDLwG3d7PtiHHmiD-ghc8.0.1.so()(64bit)
libHSconnection-0.2.7-7r93IVJEMufLsUrO9y1aNG-ghc8.0.1.so()(64bit)
libHSreflection-2.1.2-J1ZzlxijzaHGRixYxgxlf9-ghc8.0.1.so()(64bit)
libHStls-1.3.9-6jNWPdclq72F3jcYgIbwba-ghc8.0.1.so()(64bit)
libHSdata-default-instances-old-locale-0.0.1-LPOHPEJCJUa53W1ZYaHB84-ghc8.0.1.so()(64bit)
libHSsocks-0.5.5-GieRokcgjQCIzUyRn9wVby-ghc8.0.1.so()(64bit)
libHSpem-0.2.2-qPMQP6sZm3HgQEmiBojNt-ghc8.0.1.so()(64bit)
libHSlens-4.14-ID5F1RC6Ymf7kuR7DKhaJc-ghc8.0.1.so()(64bit)
librt.so.1()(64bit)
libHSdistributive-0.5.2-9n4JhQYTpM2HhirQARWa2k-ghc8.0.1.so()(64bit)
libHStime-1.6.0.1-ghc8.0.1.so()(64bit)
libHSprocess-1.4.2.0-ghc8.0.1.so()(64bit)
libHSasn1-parse-0.9.4-Ai83ACtrOir9VlSOQtWm2F-ghc8.0.1.so()(64bit)
libHSbase-orphans-0.5.4-5IQvrjd7gNP548VkOOyIq6-ghc8.0.1.so()(64bit)
libHSdata-default-instances-containers-0.0.1-B3LqdWnlDzL8N7WtQnkQ3T-ghc8.0.1.so()(64bit)
libHSasn1-types-0.3.2-4Rz223aP8OG6vnHYiLX5Ab-ghc8.0.1.so()(64bit)
libHStagged-0.8.5-CtgV6EcN0do8F92i1S6iYx-ghc8.0.1.so()(64bit)
libHSStateVar-1.1.0.4-CJpWsiXJdd89SnV9dZtTwc-ghc8.0.1.so()(64bit)
libHSstreaming-commons-0.1.17-HR2NOrWORvr4pzsSV7aEQV-ghc8.0.1.so()(64bit)
libHSmonad-control-1.0.1.0-HoNEBoNfniX3vjSfkI7WTT-ghc8.0.1.so()(64bit)
libHScereal-0.5.4.0-2FJYHGgtE5C3SxaZjt25xS-ghc8.0.1.so()(64bit)
libHSamazonka-core-1.4.3-7Xwt0aDu6CeKMXvr89cDJb-ghc8.0.1.so()(64bit)
libHScryptonite-0.21-Gnh8eaVibR9D6XxkZF06lU-ghc8.0.1.so()(64bit)
libHStext-1.2.2.1-JAnD1x1IHr6H3rdrqlXcyH-ghc8.0.1.so()(64bit)
libHSprimitive-0.6.1.0-Ip44DqhfCp21tTUYbecwa-ghc8.0.1.so()(64bit)
libHSbase-4.9.0.0-ghc8.0.1.so()(64bit)
libHSold-locale-1.0.0.7-6glXNhHF891B41ZfuI8hU8-ghc8.0.1.so()(64bit)
libHSunordered-containers-0.2.7.2-CFLYbZbgpOSD4Bev2sBRsH-ghc8.0.1.so()(64bit)
libdl.so.2()(64bit)
libHSvoid-0.7.1-2J4og5r8vsKAGJBHru5xem-ghc8.0.1.so()(64bit)
libHSsyb-0.6-C65vWCsht6A8uLstpQIXyj-ghc8.0.1.so()(64bit)
libHSscientific-0.3.4.9-KipFFKt7jBhK7V75txtijc-ghc8.0.1.so()(64bit)
libHSdata-default-class-0.1.2.0-FYQpjIylblBDctdkHAFeXA-ghc8.0.1.so()(64bit)
libHStransformers-base-0.4.4-25SoAegOdaF8rLEnnb5jPI-ghc8.0.1.so()(64bit)
libHSasync-2.1.1-xFiBzw9xoB8HPZAuxUY2o-ghc8.0.1.so()(64bit)
libHSfilepath-1.4.1.0-ghc8.0.1.so()(64bit)
libHScontainers-0.5.7.1-ghc8.0.1.so()(64bit)
libHSmime-types-0.1.0.7-8AlArRPYfYj51vmdMWM7Wh-ghc8.0.1.so()(64bit)
libHSghc-boot-th-8.0.1-ghc8.0.1.so()(64bit)
libHSxml-conduit-1.3.5-24C5IbcJsACDB8WtRzoRJI-ghc8.0.1.so()(64bit)
libHSblaze-markup-0.7.1.1-FNvUWm3NdhJGYPPjs3lEGj-ghc8.0.1.so()(64bit)
libHScase-insensitive-1.2.0.7-LKWxhnsdmb8LVXnfn1B8ZD-ghc8.0.1.so()(64bit)
libHSaeson-0.11.3.0-GkykzqDMp8qGuHilrBbDW8-ghc8.0.1.so()(64bit)
libHSmemory-0.13-ABHR5331zHK9scHPRr7afU-ghc8.0.1.so()(64bit)
libHScomonad-5-gn7gYiI1Pl15XVNYhnuXZ-ghc8.0.1.so()(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libHShttp-types-0.9.1-4qMSlbvwvxYAeSUr9fSOqZ-ghc8.0.1.so()(64bit)
libpthread.so.0()(64bit)
libHShourglass-0.2.10-I8h0J4RSF89FN6CuD9x2Xx-ghc8.0.1.so()(64bit)
libHSnetwork-uri-2.6.1.0-DXMofGThtIUB3UWMlzl3nb-ghc8.0.1.so()(64bit)
libHSmmorph-1.0.9-DmSwQqk5nLj7roLAcydGz-ghc8.0.1.so()(64bit)
libHSblaze-html-0.8.1.3-2tdBLy4pupxCiQywh2MVLq-ghc8.0.1.so()(64bit)
libHSrandom-1.1-54KmMHXjttlERYcr1mvsAe-ghc8.0.1.so()(64bit)
libHSdata-default-0.7.1.1-5uix4eIzBY9IcVb4V2HbW3-ghc8.0.1.so()(64bit)
libHSbytestring-0.10.8.1-ghc8.0.1.so()(64bit)
libz.so.1()(64bit)
libHSx509-system-1.6.4-EcrhI7cIep0B32s8GxYaiy-ghc8.0.1.so()(64bit)
libHSarray-0.5.1.1-ghc8.0.1.so()(64bit)
libHSbase64-bytestring-1.0.0.1-In9M41tLtcS9QYt3QpGpNY-ghc8.0.1.so()(64bit)


Content of RPM :
/usr/lib64/ghc-8.0.1/amazonka-dynamodb-1.4.3-2WgWv05NORa5cmrrYv0W5w
/usr/lib64/ghc-8.0.1/amazonka-dynamodb-1.4.3-2WgWv05NORa5cmrrYv0W5w/libHSamazonka-dynamodb-1.4.3-2WgWv05NORa5cmrrYv0W5w-ghc8.0.1.so
/usr/share/doc/packages/ghc-amazonka-dynamodb
/usr/share/doc/packages/ghc-amazonka-dynamodb/LICENSE

 
ICM