libZSservicesZSamazonka-iamZSamazonka-iam
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.IAM.Types.SAMLProviderListEntry

Description

 
Synopsis

Documentation

data SAMLProviderListEntry Source #

Contains the list of SAML providers for this account.

See: newSAMLProviderListEntry smart constructor.

Constructors

SAMLProviderListEntry' 

Fields

Instances

Instances details
Eq SAMLProviderListEntry Source # 
Instance details

Defined in Amazonka.IAM.Types.SAMLProviderListEntry

Read SAMLProviderListEntry Source # 
Instance details

Defined in Amazonka.IAM.Types.SAMLProviderListEntry

Show SAMLProviderListEntry Source # 
Instance details

Defined in Amazonka.IAM.Types.SAMLProviderListEntry

Generic SAMLProviderListEntry Source # 
Instance details

Defined in Amazonka.IAM.Types.SAMLProviderListEntry

Associated Types

type Rep SAMLProviderListEntry :: Type -> Type #

NFData SAMLProviderListEntry Source # 
Instance details

Defined in Amazonka.IAM.Types.SAMLProviderListEntry

Methods

rnf :: SAMLProviderListEntry -> () #

Hashable SAMLProviderListEntry Source # 
Instance details

Defined in Amazonka.IAM.Types.SAMLProviderListEntry

FromXML SAMLProviderListEntry Source # 
Instance details

Defined in Amazonka.IAM.Types.SAMLProviderListEntry

type Rep SAMLProviderListEntry Source # 
Instance details

Defined in Amazonka.IAM.Types.SAMLProviderListEntry

type Rep SAMLProviderListEntry = D1 ('MetaData "SAMLProviderListEntry" "Amazonka.IAM.Types.SAMLProviderListEntry" "libZSservicesZSamazonka-iamZSamazonka-iam" 'False) (C1 ('MetaCons "SAMLProviderListEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "validUntil") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))))

newSAMLProviderListEntry :: SAMLProviderListEntry Source #

Create a value of SAMLProviderListEntry 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:arn:SAMLProviderListEntry', sAMLProviderListEntry_arn - The Amazon Resource Name (ARN) of the SAML provider.

$sel:createDate:SAMLProviderListEntry', sAMLProviderListEntry_createDate - The date and time when the SAML provider was created.

$sel:validUntil:SAMLProviderListEntry', sAMLProviderListEntry_validUntil - The expiration date and time for the SAML provider.

sAMLProviderListEntry_arn :: Lens' SAMLProviderListEntry (Maybe Text) Source #

The Amazon Resource Name (ARN) of the SAML provider.

sAMLProviderListEntry_createDate :: Lens' SAMLProviderListEntry (Maybe UTCTime) Source #

The date and time when the SAML provider was created.

sAMLProviderListEntry_validUntil :: Lens' SAMLProviderListEntry (Maybe UTCTime) Source #

The expiration date and time for the SAML provider.