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 AwsApiCallAction = AwsApiCallAction' {}
- newAwsApiCallAction :: AwsApiCallAction
- awsApiCallAction_remoteIpDetails :: Lens' AwsApiCallAction (Maybe RemoteIpDetails)
- awsApiCallAction_callerType :: Lens' AwsApiCallAction (Maybe Text)
- awsApiCallAction_domainDetails :: Lens' AwsApiCallAction (Maybe DomainDetails)
- awsApiCallAction_serviceName :: Lens' AwsApiCallAction (Maybe Text)
- awsApiCallAction_errorCode :: Lens' AwsApiCallAction (Maybe Text)
- awsApiCallAction_api :: Lens' AwsApiCallAction (Maybe Text)
Documentation
data AwsApiCallAction Source #
Contains information about the API action.
See: newAwsApiCallAction
smart constructor.
AwsApiCallAction' | |
|
Instances
newAwsApiCallAction :: AwsApiCallAction Source #
Create a value of AwsApiCallAction
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:remoteIpDetails:AwsApiCallAction'
, awsApiCallAction_remoteIpDetails
- The remote IP information of the connection that initiated the AWS API
call.
$sel:callerType:AwsApiCallAction'
, awsApiCallAction_callerType
- The AWS API caller type.
$sel:domainDetails:AwsApiCallAction'
, awsApiCallAction_domainDetails
- The domain information for the AWS API call.
$sel:serviceName:AwsApiCallAction'
, awsApiCallAction_serviceName
- The AWS service name whose API was invoked.
$sel:errorCode:AwsApiCallAction'
, awsApiCallAction_errorCode
- The error code of the failed AWS API action.
$sel:api:AwsApiCallAction'
, awsApiCallAction_api
- The AWS API name.
awsApiCallAction_remoteIpDetails :: Lens' AwsApiCallAction (Maybe RemoteIpDetails) Source #
The remote IP information of the connection that initiated the AWS API call.
awsApiCallAction_callerType :: Lens' AwsApiCallAction (Maybe Text) Source #
The AWS API caller type.
awsApiCallAction_domainDetails :: Lens' AwsApiCallAction (Maybe DomainDetails) Source #
The domain information for the AWS API call.
awsApiCallAction_serviceName :: Lens' AwsApiCallAction (Maybe Text) Source #
The AWS service name whose API was invoked.
awsApiCallAction_errorCode :: Lens' AwsApiCallAction (Maybe Text) Source #
The error code of the failed AWS API action.
awsApiCallAction_api :: Lens' AwsApiCallAction (Maybe Text) Source #
The AWS API name.