amazonka-guardduty-2.0: Amazon GuardDuty SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GuardDuty.UpdatePublishingDestination

Description

Updates information about the publishing destination specified by the destinationId.

Synopsis

Creating a Request

data UpdatePublishingDestination Source #

See: newUpdatePublishingDestination smart constructor.

Constructors

UpdatePublishingDestination' 

Fields

Instances

Instances details
ToJSON UpdatePublishingDestination Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

ToHeaders UpdatePublishingDestination Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

ToPath UpdatePublishingDestination Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

ToQuery UpdatePublishingDestination Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

AWSRequest UpdatePublishingDestination Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

Generic UpdatePublishingDestination Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

Associated Types

type Rep UpdatePublishingDestination :: Type -> Type #

Read UpdatePublishingDestination Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

Show UpdatePublishingDestination Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

NFData UpdatePublishingDestination Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

Eq UpdatePublishingDestination Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

Hashable UpdatePublishingDestination Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

type AWSResponse UpdatePublishingDestination Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

type Rep UpdatePublishingDestination Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

type Rep UpdatePublishingDestination = D1 ('MetaData "UpdatePublishingDestination" "Amazonka.GuardDuty.UpdatePublishingDestination" "amazonka-guardduty-2.0-2NN502sGcQRH5risQZb24c" 'False) (C1 ('MetaCons "UpdatePublishingDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destinationProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DestinationProperties)) :*: (S1 ('MetaSel ('Just "detectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destinationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdatePublishingDestination Source #

Create a value of UpdatePublishingDestination 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:destinationProperties:UpdatePublishingDestination', updatePublishingDestination_destinationProperties - A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.

UpdatePublishingDestination, updatePublishingDestination_detectorId - The ID of the detector associated with the publishing destinations to update.

UpdatePublishingDestination, updatePublishingDestination_destinationId - The ID of the publishing destination to update.

Request Lenses

updatePublishingDestination_destinationProperties :: Lens' UpdatePublishingDestination (Maybe DestinationProperties) Source #

A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.

updatePublishingDestination_detectorId :: Lens' UpdatePublishingDestination Text Source #

The ID of the detector associated with the publishing destinations to update.

Destructuring the Response

data UpdatePublishingDestinationResponse Source #

Constructors

UpdatePublishingDestinationResponse' 

Fields

Instances

Instances details
Generic UpdatePublishingDestinationResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

Read UpdatePublishingDestinationResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

Show UpdatePublishingDestinationResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

NFData UpdatePublishingDestinationResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

Eq UpdatePublishingDestinationResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

type Rep UpdatePublishingDestinationResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.UpdatePublishingDestination

type Rep UpdatePublishingDestinationResponse = D1 ('MetaData "UpdatePublishingDestinationResponse" "Amazonka.GuardDuty.UpdatePublishingDestination" "amazonka-guardduty-2.0-2NN502sGcQRH5risQZb24c" 'False) (C1 ('MetaCons "UpdatePublishingDestinationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdatePublishingDestinationResponse Source #

Create a value of UpdatePublishingDestinationResponse 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:UpdatePublishingDestinationResponse', updatePublishingDestinationResponse_httpStatus - The response's http status code.

Response Lenses