libZSservicesZSamazonka-organizationsZSamazonka-organizations
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.Organizations.Types.HandshakeFilter

Description

 
Synopsis

Documentation

data HandshakeFilter Source #

Specifies the criteria that are used to select the handshakes for the operation.

See: newHandshakeFilter smart constructor.

Constructors

HandshakeFilter' 

Fields

  • parentHandshakeId :: Maybe Text

    Specifies the parent handshake. Only used for handshake types that are a child of another type.

    If you specify ParentHandshakeId, you cannot also specify ActionType.

    The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.

  • actionType :: Maybe ActionType

    Specifies the type of handshake action.

    If you specify ActionType, you cannot also specify ParentHandshakeId.

Instances

Instances details
Eq HandshakeFilter Source # 
Instance details

Defined in Amazonka.Organizations.Types.HandshakeFilter

Read HandshakeFilter Source # 
Instance details

Defined in Amazonka.Organizations.Types.HandshakeFilter

Show HandshakeFilter Source # 
Instance details

Defined in Amazonka.Organizations.Types.HandshakeFilter

Generic HandshakeFilter Source # 
Instance details

Defined in Amazonka.Organizations.Types.HandshakeFilter

Associated Types

type Rep HandshakeFilter :: Type -> Type #

NFData HandshakeFilter Source # 
Instance details

Defined in Amazonka.Organizations.Types.HandshakeFilter

Methods

rnf :: HandshakeFilter -> () #

Hashable HandshakeFilter Source # 
Instance details

Defined in Amazonka.Organizations.Types.HandshakeFilter

ToJSON HandshakeFilter Source # 
Instance details

Defined in Amazonka.Organizations.Types.HandshakeFilter

type Rep HandshakeFilter Source # 
Instance details

Defined in Amazonka.Organizations.Types.HandshakeFilter

type Rep HandshakeFilter = D1 ('MetaData "HandshakeFilter" "Amazonka.Organizations.Types.HandshakeFilter" "libZSservicesZSamazonka-organizationsZSamazonka-organizations" 'False) (C1 ('MetaCons "HandshakeFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parentHandshakeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionType))))

newHandshakeFilter :: HandshakeFilter Source #

Create a value of HandshakeFilter 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:parentHandshakeId:HandshakeFilter', handshakeFilter_parentHandshakeId - Specifies the parent handshake. Only used for handshake types that are a child of another type.

If you specify ParentHandshakeId, you cannot also specify ActionType.

The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.

$sel:actionType:HandshakeFilter', handshakeFilter_actionType - Specifies the type of handshake action.

If you specify ActionType, you cannot also specify ParentHandshakeId.

handshakeFilter_parentHandshakeId :: Lens' HandshakeFilter (Maybe Text) Source #

Specifies the parent handshake. Only used for handshake types that are a child of another type.

If you specify ParentHandshakeId, you cannot also specify ActionType.

The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.

handshakeFilter_actionType :: Lens' HandshakeFilter (Maybe ActionType) Source #

Specifies the type of handshake action.

If you specify ActionType, you cannot also specify ParentHandshakeId.