libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.UpdateActionTarget

Description

Updates the name and description of a custom action target in Security Hub.

Synopsis

Creating a Request

data UpdateActionTarget Source #

See: newUpdateActionTarget smart constructor.

Constructors

UpdateActionTarget' 

Fields

Instances

Instances details
Eq UpdateActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

Read UpdateActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

Show UpdateActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

Generic UpdateActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

Associated Types

type Rep UpdateActionTarget :: Type -> Type #

NFData UpdateActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

Methods

rnf :: UpdateActionTarget -> () #

Hashable UpdateActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

ToJSON UpdateActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

AWSRequest UpdateActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

Associated Types

type AWSResponse UpdateActionTarget #

ToHeaders UpdateActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

ToPath UpdateActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

ToQuery UpdateActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

type Rep UpdateActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

type Rep UpdateActionTarget = D1 ('MetaData "UpdateActionTarget" "Amazonka.SecurityHub.UpdateActionTarget" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "UpdateActionTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionTargetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

newUpdateActionTarget Source #

Create a value of UpdateActionTarget 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:name:UpdateActionTarget', updateActionTarget_name - The updated name of the custom action target.

$sel:description:UpdateActionTarget', updateActionTarget_description - The updated description for the custom action target.

$sel:actionTargetArn:UpdateActionTarget', updateActionTarget_actionTargetArn - The ARN of the custom action target to update.

Request Lenses

updateActionTarget_name :: Lens' UpdateActionTarget (Maybe Text) Source #

The updated name of the custom action target.

updateActionTarget_description :: Lens' UpdateActionTarget (Maybe Text) Source #

The updated description for the custom action target.

updateActionTarget_actionTargetArn :: Lens' UpdateActionTarget Text Source #

The ARN of the custom action target to update.

Destructuring the Response

data UpdateActionTargetResponse Source #

See: newUpdateActionTargetResponse smart constructor.

Constructors

UpdateActionTargetResponse' 

Fields

Instances

Instances details
Eq UpdateActionTargetResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

Read UpdateActionTargetResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

Show UpdateActionTargetResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

Generic UpdateActionTargetResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

Associated Types

type Rep UpdateActionTargetResponse :: Type -> Type #

NFData UpdateActionTargetResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

type Rep UpdateActionTargetResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.UpdateActionTarget

type Rep UpdateActionTargetResponse = D1 ('MetaData "UpdateActionTargetResponse" "Amazonka.SecurityHub.UpdateActionTarget" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "UpdateActionTargetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateActionTargetResponse Source #

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

Response Lenses