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

Description

Enables the standards specified by the provided StandardsArn. To obtain the ARN for a standard, use the DescribeStandards operation.

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

Synopsis

Creating a Request

data BatchEnableStandards Source #

See: newBatchEnableStandards smart constructor.

Constructors

BatchEnableStandards' 

Fields

Instances

Instances details
Eq BatchEnableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

Read BatchEnableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

Show BatchEnableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

Generic BatchEnableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

Associated Types

type Rep BatchEnableStandards :: Type -> Type #

NFData BatchEnableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

Methods

rnf :: BatchEnableStandards -> () #

Hashable BatchEnableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

ToJSON BatchEnableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

AWSRequest BatchEnableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

Associated Types

type AWSResponse BatchEnableStandards #

ToHeaders BatchEnableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

ToPath BatchEnableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

ToQuery BatchEnableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

type Rep BatchEnableStandards Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

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

Defined in Amazonka.SecurityHub.BatchEnableStandards

newBatchEnableStandards Source #

Create a value of BatchEnableStandards 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:standardsSubscriptionRequests:BatchEnableStandards', batchEnableStandards_standardsSubscriptionRequests - The list of standards checks to enable.

Request Lenses

Destructuring the Response

data BatchEnableStandardsResponse Source #

See: newBatchEnableStandardsResponse smart constructor.

Constructors

BatchEnableStandardsResponse' 

Fields

Instances

Instances details
Eq BatchEnableStandardsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

Read BatchEnableStandardsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

Show BatchEnableStandardsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

Generic BatchEnableStandardsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

Associated Types

type Rep BatchEnableStandardsResponse :: Type -> Type #

NFData BatchEnableStandardsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

type Rep BatchEnableStandardsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.BatchEnableStandards

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

newBatchEnableStandardsResponse Source #

Create a value of BatchEnableStandardsResponse 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:BatchEnableStandardsResponse', batchEnableStandardsResponse_standardsSubscriptions - The details of the standards subscriptions that were enabled.

$sel:httpStatus:BatchEnableStandardsResponse', batchEnableStandardsResponse_httpStatus - The response's http status code.

Response Lenses