libZSservicesZSamazonka-worklinkZSamazonka-worklink
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WorkLink.UpdateAuditStreamConfiguration

Description

Updates the audit stream configuration for the fleet.

Synopsis

Creating a Request

data UpdateAuditStreamConfiguration Source #

See: newUpdateAuditStreamConfiguration smart constructor.

Constructors

UpdateAuditStreamConfiguration' 

Fields

Instances

Instances details
Eq UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Read UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Show UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Generic UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Associated Types

type Rep UpdateAuditStreamConfiguration :: Type -> Type #

NFData UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Hashable UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

ToJSON UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

AWSRequest UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

ToHeaders UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

ToPath UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

ToQuery UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

type Rep UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

type Rep UpdateAuditStreamConfiguration = D1 ('MetaData "UpdateAuditStreamConfiguration" "Amazonka.WorkLink.UpdateAuditStreamConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateAuditStreamConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "auditStreamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

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.

Destructuring the Response

data UpdateAuditStreamConfigurationResponse Source #

Constructors

UpdateAuditStreamConfigurationResponse' 

Fields

Instances

Instances details
Eq UpdateAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Read UpdateAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Show UpdateAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Generic UpdateAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

NFData UpdateAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

type Rep UpdateAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

type Rep UpdateAuditStreamConfigurationResponse = D1 ('MetaData "UpdateAuditStreamConfigurationResponse" "Amazonka.WorkLink.UpdateAuditStreamConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateAuditStreamConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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