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 |
Synopsis
- data ApiCallDetails = ApiCallDetails' {}
- newApiCallDetails :: ApiCallDetails
- apiCallDetails_firstSeen :: Lens' ApiCallDetails (Maybe UTCTime)
- apiCallDetails_apiServiceName :: Lens' ApiCallDetails (Maybe Text)
- apiCallDetails_lastSeen :: Lens' ApiCallDetails (Maybe UTCTime)
- apiCallDetails_api :: Lens' ApiCallDetails (Maybe Text)
Documentation
data ApiCallDetails Source #
Provides information about an API operation that an entity invoked for an affected resource.
See: newApiCallDetails
smart constructor.
ApiCallDetails' | |
|
Instances
newApiCallDetails :: ApiCallDetails Source #
Create a value of ApiCallDetails
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:firstSeen:ApiCallDetails'
, apiCallDetails_firstSeen
- The first date and time, in UTC and extended ISO 8601 format, when any
operation was invoked and produced the finding.
$sel:apiServiceName:ApiCallDetails'
, apiCallDetails_apiServiceName
- The URL of the Amazon Web Service that provides the operation, for
example: s3.amazonaws.com.
$sel:lastSeen:ApiCallDetails'
, apiCallDetails_lastSeen
- The most recent date and time, in UTC and extended ISO 8601 format, when
the specified operation (api) was invoked and produced the finding.
$sel:api:ApiCallDetails'
, apiCallDetails_api
- The name of the operation that was invoked most recently and produced
the finding.
apiCallDetails_firstSeen :: Lens' ApiCallDetails (Maybe UTCTime) Source #
The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the finding.
apiCallDetails_apiServiceName :: Lens' ApiCallDetails (Maybe Text) Source #
The URL of the Amazon Web Service that provides the operation, for example: s3.amazonaws.com.
apiCallDetails_lastSeen :: Lens' ApiCallDetails (Maybe UTCTime) Source #
The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api) was invoked and produced the finding.
apiCallDetails_api :: Lens' ApiCallDetails (Maybe Text) Source #
The name of the operation that was invoked most recently and produced the finding.