amazonka-identitystore-2.0: Amazon SSO Identity Store 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.IdentityStore.Types.AttributeOperation

Description

 
Synopsis

Documentation

data AttributeOperation Source #

An operation that applies to the requested group. This operation might add, replace, or remove an attribute.

See: newAttributeOperation smart constructor.

Constructors

AttributeOperation' 

Fields

  • attributeValue :: Maybe AttributeValue

    The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the AWS CLI.

  • attributePath :: Text

    A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.

Instances

Instances details
ToJSON AttributeOperation Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeOperation

Generic AttributeOperation Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeOperation

Associated Types

type Rep AttributeOperation :: Type -> Type #

Read AttributeOperation Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeOperation

Show AttributeOperation Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeOperation

NFData AttributeOperation Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeOperation

Methods

rnf :: AttributeOperation -> () #

Eq AttributeOperation Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeOperation

Hashable AttributeOperation Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeOperation

type Rep AttributeOperation Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeOperation

type Rep AttributeOperation = D1 ('MetaData "AttributeOperation" "Amazonka.IdentityStore.Types.AttributeOperation" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "AttributeOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttributeValue)) :*: S1 ('MetaSel ('Just "attributePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAttributeOperation Source #

Create a value of AttributeOperation 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:attributeValue:AttributeOperation', attributeOperation_attributeValue - The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the AWS CLI.

$sel:attributePath:AttributeOperation', attributeOperation_attributePath - A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.

attributeOperation_attributeValue :: Lens' AttributeOperation (Maybe AttributeValue) Source #

The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the AWS CLI.

attributeOperation_attributePath :: Lens' AttributeOperation Text Source #

A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.