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 |
Returns the account configuration options associated with an Amazon Web Services account.
Synopsis
- data GetAccountConfiguration = GetAccountConfiguration' {
- newGetAccountConfiguration :: GetAccountConfiguration
- data GetAccountConfigurationResponse = GetAccountConfigurationResponse' {}
- newGetAccountConfigurationResponse :: Int -> GetAccountConfigurationResponse
- getAccountConfigurationResponse_expiryEvents :: Lens' GetAccountConfigurationResponse (Maybe ExpiryEventsConfiguration)
- getAccountConfigurationResponse_httpStatus :: Lens' GetAccountConfigurationResponse Int
Creating a Request
data GetAccountConfiguration Source #
See: newGetAccountConfiguration
smart constructor.
Instances
newGetAccountConfiguration :: GetAccountConfiguration Source #
Create a value of GetAccountConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetAccountConfigurationResponse Source #
See: newGetAccountConfigurationResponse
smart constructor.
GetAccountConfigurationResponse' | |
|
Instances
Eq GetAccountConfigurationResponse Source # | |
Read GetAccountConfigurationResponse Source # | |
Show GetAccountConfigurationResponse Source # | |
Generic GetAccountConfigurationResponse Source # | |
NFData GetAccountConfigurationResponse Source # | |
Defined in Amazonka.CertificateManager.GetAccountConfiguration rnf :: GetAccountConfigurationResponse -> () # | |
type Rep GetAccountConfigurationResponse Source # | |
Defined in Amazonka.CertificateManager.GetAccountConfiguration type Rep GetAccountConfigurationResponse = D1 ('MetaData "GetAccountConfigurationResponse" "Amazonka.CertificateManager.GetAccountConfiguration" "libZSservicesZSamazonka-certificatemanagerZSamazonka-certificatemanager" 'False) (C1 ('MetaCons "GetAccountConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "expiryEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExpiryEventsConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newGetAccountConfigurationResponse Source #
Create a value of GetAccountConfigurationResponse
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:expiryEvents:GetAccountConfigurationResponse'
, getAccountConfigurationResponse_expiryEvents
- Expiration events configuration options associated with the Amazon Web
Services account.
$sel:httpStatus:GetAccountConfigurationResponse'
, getAccountConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
getAccountConfigurationResponse_expiryEvents :: Lens' GetAccountConfigurationResponse (Maybe ExpiryEventsConfiguration) Source #
Expiration events configuration options associated with the Amazon Web Services account.
getAccountConfigurationResponse_httpStatus :: Lens' GetAccountConfigurationResponse Int Source #
The response's http status code.