Copyright | (c) 2013-2021 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 |
Retrieves information about the settings for an application.
Synopsis
- data GetApplicationSettings = GetApplicationSettings' {}
- newGetApplicationSettings :: Text -> GetApplicationSettings
- getApplicationSettings_applicationId :: Lens' GetApplicationSettings Text
- data GetApplicationSettingsResponse = GetApplicationSettingsResponse' {}
- newGetApplicationSettingsResponse :: Int -> ApplicationSettingsResource -> GetApplicationSettingsResponse
- getApplicationSettingsResponse_httpStatus :: Lens' GetApplicationSettingsResponse Int
- getApplicationSettingsResponse_applicationSettingsResource :: Lens' GetApplicationSettingsResponse ApplicationSettingsResource
Creating a Request
data GetApplicationSettings Source #
See: newGetApplicationSettings
smart constructor.
GetApplicationSettings' | |
|
Instances
newGetApplicationSettings Source #
Create a value of GetApplicationSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:applicationId:GetApplicationSettings'
, getApplicationSettings_applicationId
- The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
getApplicationSettings_applicationId :: Lens' GetApplicationSettings Text Source #
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Destructuring the Response
data GetApplicationSettingsResponse Source #
See: newGetApplicationSettingsResponse
smart constructor.
GetApplicationSettingsResponse' | |
|
Instances
Eq GetApplicationSettingsResponse Source # | |
Read GetApplicationSettingsResponse Source # | |
Show GetApplicationSettingsResponse Source # | |
Defined in Amazonka.Pinpoint.GetApplicationSettings | |
Generic GetApplicationSettingsResponse Source # | |
NFData GetApplicationSettingsResponse Source # | |
Defined in Amazonka.Pinpoint.GetApplicationSettings rnf :: GetApplicationSettingsResponse -> () # | |
type Rep GetApplicationSettingsResponse Source # | |
Defined in Amazonka.Pinpoint.GetApplicationSettings type Rep GetApplicationSettingsResponse = D1 ('MetaData "GetApplicationSettingsResponse" "Amazonka.Pinpoint.GetApplicationSettings" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetApplicationSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "applicationSettingsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApplicationSettingsResource))) |
newGetApplicationSettingsResponse Source #
:: Int | |
-> ApplicationSettingsResource |
|
-> GetApplicationSettingsResponse |
Create a value of GetApplicationSettingsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:GetApplicationSettingsResponse'
, getApplicationSettingsResponse_httpStatus
- The response's http status code.
$sel:applicationSettingsResource:GetApplicationSettingsResponse'
, getApplicationSettingsResponse_applicationSettingsResource
- Undocumented member.
Response Lenses
getApplicationSettingsResponse_httpStatus :: Lens' GetApplicationSettingsResponse Int Source #
The response's http status code.