amazonka-rolesanywhere-2.0: Amazon IAM Roles Anywhere 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.RolesAnywhere.Types.InstanceProperty

Description

 
Synopsis

Documentation

data InstanceProperty Source #

A key-value pair you set that identifies a property of the authenticating instance.

See: newInstanceProperty smart constructor.

Constructors

InstanceProperty' 

Fields

Instances

Instances details
FromJSON InstanceProperty Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.InstanceProperty

Generic InstanceProperty Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.InstanceProperty

Associated Types

type Rep InstanceProperty :: Type -> Type #

Read InstanceProperty Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.InstanceProperty

Show InstanceProperty Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.InstanceProperty

NFData InstanceProperty Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.InstanceProperty

Methods

rnf :: InstanceProperty -> () #

Eq InstanceProperty Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.InstanceProperty

Hashable InstanceProperty Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.InstanceProperty

type Rep InstanceProperty Source # 
Instance details

Defined in Amazonka.RolesAnywhere.Types.InstanceProperty

type Rep InstanceProperty = D1 ('MetaData "InstanceProperty" "Amazonka.RolesAnywhere.Types.InstanceProperty" "amazonka-rolesanywhere-2.0-7BPe9kXny717lI0izhhqXT" 'False) (C1 ('MetaCons "InstanceProperty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "seenAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))))

newInstanceProperty :: InstanceProperty Source #

Create a value of InstanceProperty 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:failed:InstanceProperty', instanceProperty_failed - Indicates whether the CreateSession operation was successful.

$sel:properties:InstanceProperty', instanceProperty_properties - A list of instanceProperty objects.

$sel:seenAt:InstanceProperty', instanceProperty_seenAt - The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.

instanceProperty_failed :: Lens' InstanceProperty (Maybe Bool) Source #

Indicates whether the CreateSession operation was successful.

instanceProperty_properties :: Lens' InstanceProperty (Maybe (HashMap Text Text)) Source #

A list of instanceProperty objects.

instanceProperty_seenAt :: Lens' InstanceProperty (Maybe UTCTime) Source #

The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.