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 |
Describes the configuration for delivering audit streams to the customer account.
Synopsis
- data DescribeAuditStreamConfiguration = DescribeAuditStreamConfiguration' {}
- newDescribeAuditStreamConfiguration :: Text -> DescribeAuditStreamConfiguration
- describeAuditStreamConfiguration_fleetArn :: Lens' DescribeAuditStreamConfiguration Text
- data DescribeAuditStreamConfigurationResponse = DescribeAuditStreamConfigurationResponse' {
- auditStreamArn :: Maybe Text
- httpStatus :: Int
- newDescribeAuditStreamConfigurationResponse :: Int -> DescribeAuditStreamConfigurationResponse
- describeAuditStreamConfigurationResponse_auditStreamArn :: Lens' DescribeAuditStreamConfigurationResponse (Maybe Text)
- describeAuditStreamConfigurationResponse_httpStatus :: Lens' DescribeAuditStreamConfigurationResponse Int
Creating a Request
data DescribeAuditStreamConfiguration Source #
See: newDescribeAuditStreamConfiguration
smart constructor.
Instances
newDescribeAuditStreamConfiguration Source #
Create a value of DescribeAuditStreamConfiguration
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:fleetArn:DescribeAuditStreamConfiguration'
, describeAuditStreamConfiguration_fleetArn
- The ARN of the fleet.
Request Lenses
describeAuditStreamConfiguration_fleetArn :: Lens' DescribeAuditStreamConfiguration Text Source #
The ARN of the fleet.
Destructuring the Response
data DescribeAuditStreamConfigurationResponse Source #
See: newDescribeAuditStreamConfigurationResponse
smart constructor.
DescribeAuditStreamConfigurationResponse' | |
|
Instances
newDescribeAuditStreamConfigurationResponse Source #
Create a value of DescribeAuditStreamConfigurationResponse
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:auditStreamArn:DescribeAuditStreamConfigurationResponse'
, describeAuditStreamConfigurationResponse_auditStreamArn
- The ARN of the Amazon Kinesis data stream that will receive the audit
events.
$sel:httpStatus:DescribeAuditStreamConfigurationResponse'
, describeAuditStreamConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
describeAuditStreamConfigurationResponse_auditStreamArn :: Lens' DescribeAuditStreamConfigurationResponse (Maybe Text) Source #
The ARN of the Amazon Kinesis data stream that will receive the audit events.
describeAuditStreamConfigurationResponse_httpStatus :: Lens' DescribeAuditStreamConfigurationResponse Int Source #
The response's http status code.