amazonka-cloudsearch-domains 0.0.4 → 0.0.5
raw patch · 7 files changed
+14/−2 lines, 7 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- README.md +2/−0
- amazonka-cloudsearch-domains.cabal +2/−2
- gen/Network/AWS/CloudSearchDomains.hs +2/−0
- gen/Network/AWS/CloudSearchDomains/Search.hs +2/−0
- gen/Network/AWS/CloudSearchDomains/Suggest.hs +2/−0
- gen/Network/AWS/CloudSearchDomains/Types.hs +2/−0
- gen/Network/AWS/CloudSearchDomains/UploadDocuments.hs +2/−0
README.md view
@@ -24,3 +24,5 @@ ## Licence `amazonka-cloudsearch-domains` is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/).++Parts of the code are derived from AWS service descriptions, licensed under Apache 2.0.
amazonka-cloudsearch-domains.cabal view
@@ -1,5 +1,5 @@ name: amazonka-cloudsearch-domains-version: 0.0.4+version: 0.0.5 synopsis: Amazon CloudSearch Domain SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -41,5 +41,5 @@ other-modules: build-depends:- amazonka-core == 0.0.4.*+ amazonka-core == 0.0.5.* , base >= 4.7 && < 5
gen/Network/AWS/CloudSearchDomains.hs view
@@ -7,6 +7,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Pending module Network.AWS.CloudSearchDomains
gen/Network/AWS/CloudSearchDomains/Search.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Retrieves a list of documents that match the specified search criteria. How -- you specify the search criteria depends on which query parser you use. Amazon
gen/Network/AWS/CloudSearchDomains/Suggest.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Retrieves autocomplete suggestions for a partial query string. You can use -- suggestions enable you to display likely matches before users finish typing.
gen/Network/AWS/CloudSearchDomains/Types.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. module Network.AWS.CloudSearchDomains.Types (
gen/Network/AWS/CloudSearchDomains/UploadDocuments.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Posts a batch of documents to a search domain for indexing. A document batch -- is a collection of add and delete operations that represent the documents you