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 a list of the in-scope Amazon Web Services services for the specified assessment.
Synopsis
- data GetServicesInScope = GetServicesInScope' {
- newGetServicesInScope :: GetServicesInScope
- data GetServicesInScopeResponse = GetServicesInScopeResponse' {}
- newGetServicesInScopeResponse :: Int -> GetServicesInScopeResponse
- getServicesInScopeResponse_serviceMetadata :: Lens' GetServicesInScopeResponse (Maybe [ServiceMetadata])
- getServicesInScopeResponse_httpStatus :: Lens' GetServicesInScopeResponse Int
Creating a Request
data GetServicesInScope Source #
See: newGetServicesInScope
smart constructor.
Instances
newGetServicesInScope :: GetServicesInScope Source #
Create a value of GetServicesInScope
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetServicesInScopeResponse Source #
See: newGetServicesInScopeResponse
smart constructor.
GetServicesInScopeResponse' | |
|
Instances
newGetServicesInScopeResponse Source #
Create a value of GetServicesInScopeResponse
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:serviceMetadata:GetServicesInScopeResponse'
, getServicesInScopeResponse_serviceMetadata
- The metadata associated with the Amazon Web Service.
$sel:httpStatus:GetServicesInScopeResponse'
, getServicesInScopeResponse_httpStatus
- The response's http status code.
Response Lenses
getServicesInScopeResponse_serviceMetadata :: Lens' GetServicesInScopeResponse (Maybe [ServiceMetadata]) Source #
The metadata associated with the Amazon Web Service.
getServicesInScopeResponse_httpStatus :: Lens' GetServicesInScopeResponse Int Source #
The response's http status code.