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 |
Amazonka.CertificateManager.GetAccountConfiguration
Description
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.
Constructors
GetAccountConfiguration' | |
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.
Constructors
GetAccountConfigurationResponse' | |
Fields
|
Instances
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.