Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Used to request the settings for an app.
Synopsis
- getApplicationSettings :: Text -> GetApplicationSettings
- data GetApplicationSettings
- gasApplicationId :: Lens' GetApplicationSettings Text
- getApplicationSettingsResponse :: Int -> ApplicationSettingsResource -> GetApplicationSettingsResponse
- data GetApplicationSettingsResponse
- gassrsResponseStatus :: Lens' GetApplicationSettingsResponse Int
- gassrsApplicationSettingsResource :: Lens' GetApplicationSettingsResponse ApplicationSettingsResource
Creating a Request
getApplicationSettings Source #
Creates a value of GetApplicationSettings
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gasApplicationId
- Undocumented member.
data GetApplicationSettings Source #
See: getApplicationSettings
smart constructor.
Instances
Request Lenses
gasApplicationId :: Lens' GetApplicationSettings Text Source #
Undocumented member.
Destructuring the Response
getApplicationSettingsResponse Source #
Creates a value of GetApplicationSettingsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gassrsResponseStatus
- -- | The response status code.gassrsApplicationSettingsResource
- Undocumented member.
data GetApplicationSettingsResponse Source #
See: getApplicationSettingsResponse
smart constructor.
Instances
Response Lenses
gassrsResponseStatus :: Lens' GetApplicationSettingsResponse Int Source #
- - | The response status code.
gassrsApplicationSettingsResource :: Lens' GetApplicationSettingsResponse ApplicationSettingsResource Source #
Undocumented member.