libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer
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.AccessAnalyzer.UpdateArchiveRule

Description

Updates the criteria and values for the specified archive rule.

Synopsis

Creating a Request

data UpdateArchiveRule Source #

Updates the specified archive rule.

See: newUpdateArchiveRule smart constructor.

Constructors

UpdateArchiveRule' 

Fields

Instances

Instances details
Eq UpdateArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

Read UpdateArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

Show UpdateArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

Generic UpdateArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

Associated Types

type Rep UpdateArchiveRule :: Type -> Type #

NFData UpdateArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

Methods

rnf :: UpdateArchiveRule -> () #

Hashable UpdateArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

ToJSON UpdateArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

AWSRequest UpdateArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

Associated Types

type AWSResponse UpdateArchiveRule #

ToHeaders UpdateArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

ToPath UpdateArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

ToQuery UpdateArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

type Rep UpdateArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

type Rep UpdateArchiveRule = D1 ('MetaData "UpdateArchiveRule" "Amazonka.AccessAnalyzer.UpdateArchiveRule" "libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer" 'False) (C1 ('MetaCons "UpdateArchiveRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "analyzerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Criterion)) :*: S1 ('MetaSel ('Just "ruleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

newUpdateArchiveRule Source #

Create a value of UpdateArchiveRule 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:clientToken:UpdateArchiveRule', updateArchiveRule_clientToken - A client token.

$sel:analyzerName:UpdateArchiveRule', updateArchiveRule_analyzerName - The name of the analyzer to update the archive rules for.

$sel:filter':UpdateArchiveRule', updateArchiveRule_filter - A filter to match for the rules to update. Only rules that match the filter are updated.

$sel:ruleName:UpdateArchiveRule', updateArchiveRule_ruleName - The name of the rule to update.

Request Lenses

updateArchiveRule_analyzerName :: Lens' UpdateArchiveRule Text Source #

The name of the analyzer to update the archive rules for.

updateArchiveRule_filter :: Lens' UpdateArchiveRule (HashMap Text Criterion) Source #

A filter to match for the rules to update. Only rules that match the filter are updated.

Destructuring the Response

data UpdateArchiveRuleResponse Source #

See: newUpdateArchiveRuleResponse smart constructor.

Instances

Instances details
Eq UpdateArchiveRuleResponse Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

Read UpdateArchiveRuleResponse Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

Show UpdateArchiveRuleResponse Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

Generic UpdateArchiveRuleResponse Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

Associated Types

type Rep UpdateArchiveRuleResponse :: Type -> Type #

NFData UpdateArchiveRuleResponse Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

type Rep UpdateArchiveRuleResponse Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.UpdateArchiveRule

type Rep UpdateArchiveRuleResponse = D1 ('MetaData "UpdateArchiveRuleResponse" "Amazonka.AccessAnalyzer.UpdateArchiveRule" "libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer" 'False) (C1 ('MetaCons "UpdateArchiveRuleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateArchiveRuleResponse :: UpdateArchiveRuleResponse Source #

Create a value of UpdateArchiveRuleResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.