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.BatchDisableStandards

Description

Disables the standards specified by the provided StandardsSubscriptionArns.

For more information, see Security Standards section of the Security Hub User Guide.

Synopsis

Creating a Request

data BatchDisableStandards Source #

See: newBatchDisableStandards smart constructor.

Constructors

BatchDisableStandards' 

Fields

Instances

Instances details
Eq BatchDisableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

Read BatchDisableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

Show BatchDisableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

Generic BatchDisableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

Associated Types

type Rep BatchDisableStandards :: Type -> Type #

NFData BatchDisableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

Methods

rnf :: BatchDisableStandards -> () #

Hashable BatchDisableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

ToJSON BatchDisableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

AWSRequest BatchDisableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

Associated Types

type AWSResponse BatchDisableStandards #

ToHeaders BatchDisableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

ToPath BatchDisableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

ToQuery BatchDisableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

type Rep BatchDisableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

type Rep BatchDisableStandards = D1 ('MetaData "BatchDisableStandards" "Amazonka.SecurityHub.BatchDisableStandards" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "BatchDisableStandards'" 'PrefixI 'True) (S1 ('MetaSel ('Just "standardsSubscriptionArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse BatchDisableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

newBatchDisableStandards Source #

Create a value of BatchDisableStandards 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:standardsSubscriptionArns:BatchDisableStandards', batchDisableStandards_standardsSubscriptionArns - The ARNs of the standards subscriptions to disable.

Request Lenses

batchDisableStandards_standardsSubscriptionArns :: Lens' BatchDisableStandards (NonEmpty Text) Source #

The ARNs of the standards subscriptions to disable.

Destructuring the Response

data BatchDisableStandardsResponse Source #

See: newBatchDisableStandardsResponse smart constructor.

Constructors

BatchDisableStandardsResponse' 

Fields

Instances

Instances details
Eq BatchDisableStandardsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

Read BatchDisableStandardsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

Show BatchDisableStandardsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

Generic BatchDisableStandardsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

Associated Types

type Rep BatchDisableStandardsResponse :: Type -> Type #

NFData BatchDisableStandardsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

type Rep BatchDisableStandardsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchDisableStandards

type Rep BatchDisableStandardsResponse = D1 ('MetaData "BatchDisableStandardsResponse" "Amazonka.SecurityHub.BatchDisableStandards" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "BatchDisableStandardsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "standardsSubscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StandardsSubscription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchDisableStandardsResponse Source #

Create a value of BatchDisableStandardsResponse 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:standardsSubscriptions:BatchDisableStandardsResponse', batchDisableStandardsResponse_standardsSubscriptions - The details of the standards subscriptions that were disabled.

$sel:httpStatus:BatchDisableStandardsResponse', batchDisableStandardsResponse_httpStatus - The response's http status code.

Response Lenses