amazonka-inspector-1.3.3.1: Amazon Inspector SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Inspector.LocalizeText

Contents

Description

Translates a textual identifier into a user-readable text in a specified locale.

See: AWS API Reference for LocalizeText.

Synopsis

Creating a Request

localizeText :: LocalizeText Source

Creates a value of LocalizeText with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ltLocale :: Lens' LocalizeText (Maybe Text) Source

The locale that you want to translate a textual identifier into.

ltLocalizedTexts :: Lens' LocalizeText [LocalizedText] Source

A list of textual identifiers.

Destructuring the Response

localizeTextResponse Source

Creates a value of LocalizeTextResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

ltrsResults :: Lens' LocalizeTextResponse [Text] Source

The resulting list of user-readable texts.

ltrsMessage :: Lens' LocalizeTextResponse (Maybe Text) Source

Confirmation details of the action performed.