amazonka-inspector2-2.0: Amazon Inspector2 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.Inspector2.UpdateConfiguration

Description

Updates setting configurations for your Amazon Inspector account. When you use this API as an Amazon Inspector delegated administrator this updates the setting for all accounts you manage. Member accounts in an organization cannot update this setting.

Synopsis

Creating a Request

data UpdateConfiguration Source #

See: newUpdateConfiguration smart constructor.

Constructors

UpdateConfiguration' 

Fields

Instances

Instances details
ToJSON UpdateConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

ToHeaders UpdateConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

ToPath UpdateConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

ToQuery UpdateConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

AWSRequest UpdateConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

Associated Types

type AWSResponse UpdateConfiguration #

Generic UpdateConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

Associated Types

type Rep UpdateConfiguration :: Type -> Type #

Read UpdateConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

Show UpdateConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

NFData UpdateConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

Methods

rnf :: UpdateConfiguration -> () #

Eq UpdateConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

Hashable UpdateConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

type AWSResponse UpdateConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

type Rep UpdateConfiguration Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

type Rep UpdateConfiguration = D1 ('MetaData "UpdateConfiguration" "Amazonka.Inspector2.UpdateConfiguration" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "UpdateConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ecrConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EcrConfiguration)))

newUpdateConfiguration Source #

Create a value of UpdateConfiguration 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:ecrConfiguration:UpdateConfiguration', updateConfiguration_ecrConfiguration - Specifies how the ECR automated re-scan will be updated for your environment.

Request Lenses

updateConfiguration_ecrConfiguration :: Lens' UpdateConfiguration EcrConfiguration Source #

Specifies how the ECR automated re-scan will be updated for your environment.

Destructuring the Response

data UpdateConfigurationResponse Source #

See: newUpdateConfigurationResponse smart constructor.

Constructors

UpdateConfigurationResponse' 

Fields

Instances

Instances details
Generic UpdateConfigurationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

Associated Types

type Rep UpdateConfigurationResponse :: Type -> Type #

Read UpdateConfigurationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

Show UpdateConfigurationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

NFData UpdateConfigurationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

Eq UpdateConfigurationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

type Rep UpdateConfigurationResponse Source # 
Instance details

Defined in Amazonka.Inspector2.UpdateConfiguration

type Rep UpdateConfigurationResponse = D1 ('MetaData "UpdateConfigurationResponse" "Amazonka.Inspector2.UpdateConfiguration" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "UpdateConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateConfigurationResponse Source #

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

Response Lenses