Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Deletes an analysis scheme. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.
- deleteAnalysisScheme :: Text -> Text -> DeleteAnalysisScheme
- data DeleteAnalysisScheme
- dasDomainName :: Lens' DeleteAnalysisScheme Text
- dasAnalysisSchemeName :: Lens' DeleteAnalysisScheme Text
- deleteAnalysisSchemeResponse :: Int -> AnalysisSchemeStatus -> DeleteAnalysisSchemeResponse
- data DeleteAnalysisSchemeResponse
- dasarsResponseStatus :: Lens' DeleteAnalysisSchemeResponse Int
- dasarsAnalysisScheme :: Lens' DeleteAnalysisSchemeResponse AnalysisSchemeStatus
Creating a Request
Creates a value of DeleteAnalysisScheme
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteAnalysisScheme Source #
Container for the parameters to the DeleteAnalysisScheme
operation.
Specifies the name of the domain you want to update and the analysis
scheme you want to delete.
See: deleteAnalysisScheme
smart constructor.
Request Lenses
dasDomainName :: Lens' DeleteAnalysisScheme Text Source #
Undocumented member.
dasAnalysisSchemeName :: Lens' DeleteAnalysisScheme Text Source #
The name of the analysis scheme you want to delete.
Destructuring the Response
deleteAnalysisSchemeResponse Source #
Creates a value of DeleteAnalysisSchemeResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteAnalysisSchemeResponse Source #
The result of a DeleteAnalysisScheme
request. Contains the status of
the deleted analysis scheme.
See: deleteAnalysisSchemeResponse
smart constructor.
Response Lenses
dasarsResponseStatus :: Lens' DeleteAnalysisSchemeResponse Int Source #
The response status code.
dasarsAnalysisScheme :: Lens' DeleteAnalysisSchemeResponse AnalysisSchemeStatus Source #
The status of the analysis scheme being deleted.