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 |
Updates the audit stream configuration for the fleet.
Synopsis
- data UpdateAuditStreamConfiguration = UpdateAuditStreamConfiguration' {
- auditStreamArn :: Maybe Text
- fleetArn :: Text
- newUpdateAuditStreamConfiguration :: Text -> UpdateAuditStreamConfiguration
- updateAuditStreamConfiguration_auditStreamArn :: Lens' UpdateAuditStreamConfiguration (Maybe Text)
- updateAuditStreamConfiguration_fleetArn :: Lens' UpdateAuditStreamConfiguration Text
- data UpdateAuditStreamConfigurationResponse = UpdateAuditStreamConfigurationResponse' {
- httpStatus :: Int
- newUpdateAuditStreamConfigurationResponse :: Int -> UpdateAuditStreamConfigurationResponse
- updateAuditStreamConfigurationResponse_httpStatus :: Lens' UpdateAuditStreamConfigurationResponse Int
Creating a Request
data UpdateAuditStreamConfiguration Source #
See: newUpdateAuditStreamConfiguration
smart constructor.
UpdateAuditStreamConfiguration' | |
|
Instances
newUpdateAuditStreamConfiguration Source #
Create a value of UpdateAuditStreamConfiguration
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:UpdateAuditStreamConfiguration'
, updateAuditStreamConfiguration_auditStreamArn
- The ARN of the Amazon Kinesis data stream that receives the audit
events.
$sel:fleetArn:UpdateAuditStreamConfiguration'
, updateAuditStreamConfiguration_fleetArn
- The ARN of the fleet.
Request Lenses
updateAuditStreamConfiguration_auditStreamArn :: Lens' UpdateAuditStreamConfiguration (Maybe Text) Source #
The ARN of the Amazon Kinesis data stream that receives the audit events.
updateAuditStreamConfiguration_fleetArn :: Lens' UpdateAuditStreamConfiguration Text Source #
The ARN of the fleet.
Destructuring the Response
data UpdateAuditStreamConfigurationResponse Source #
See: newUpdateAuditStreamConfigurationResponse
smart constructor.
UpdateAuditStreamConfigurationResponse' | |
|
Instances
newUpdateAuditStreamConfigurationResponse Source #
Create a value of UpdateAuditStreamConfigurationResponse
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:httpStatus:UpdateAuditStreamConfigurationResponse'
, updateAuditStreamConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
updateAuditStreamConfigurationResponse_httpStatus :: Lens' UpdateAuditStreamConfigurationResponse Int Source #
The response's http status code.