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 |
Obtains directory limit information for the current Region.
Synopsis
- data GetDirectoryLimits = GetDirectoryLimits' {
- newGetDirectoryLimits :: GetDirectoryLimits
- data GetDirectoryLimitsResponse = GetDirectoryLimitsResponse' {}
- newGetDirectoryLimitsResponse :: Int -> GetDirectoryLimitsResponse
- getDirectoryLimitsResponse_directoryLimits :: Lens' GetDirectoryLimitsResponse (Maybe DirectoryLimits)
- getDirectoryLimitsResponse_httpStatus :: Lens' GetDirectoryLimitsResponse Int
Creating a Request
data GetDirectoryLimits Source #
Contains the inputs for the GetDirectoryLimits operation.
See: newGetDirectoryLimits
smart constructor.
Instances
newGetDirectoryLimits :: GetDirectoryLimits Source #
Create a value of GetDirectoryLimits
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetDirectoryLimitsResponse Source #
Contains the results of the GetDirectoryLimits operation.
See: newGetDirectoryLimitsResponse
smart constructor.
GetDirectoryLimitsResponse' | |
|
Instances
newGetDirectoryLimitsResponse Source #
Create a value of GetDirectoryLimitsResponse
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:directoryLimits:GetDirectoryLimitsResponse'
, getDirectoryLimitsResponse_directoryLimits
- A DirectoryLimits object that contains the directory limits for the
current Region.
$sel:httpStatus:GetDirectoryLimitsResponse'
, getDirectoryLimitsResponse_httpStatus
- The response's http status code.
Response Lenses
getDirectoryLimitsResponse_directoryLimits :: Lens' GetDirectoryLimitsResponse (Maybe DirectoryLimits) Source #
A DirectoryLimits object that contains the directory limits for the current Region.
getDirectoryLimitsResponse_httpStatus :: Lens' GetDirectoryLimitsResponse Int Source #
The response's http status code.