amazonka-codedeploy-2.0: Amazon CodeDeploy 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.CodeDeploy.Types.InstanceInfo

Description

 
Synopsis

Documentation

data InstanceInfo Source #

Information about an on-premises instance.

See: newInstanceInfo smart constructor.

Constructors

InstanceInfo' 

Fields

Instances

Instances details
FromJSON InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Generic InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Associated Types

type Rep InstanceInfo :: Type -> Type #

Read InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Show InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

NFData InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Methods

rnf :: InstanceInfo -> () #

Eq InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Hashable InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

type Rep InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

type Rep InstanceInfo = D1 ('MetaData "InstanceInfo" "Amazonka.CodeDeploy.Types.InstanceInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "InstanceInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deregisterTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "iamSessionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iamUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "instanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "registerTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))

newInstanceInfo :: InstanceInfo Source #

Create a value of InstanceInfo 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:deregisterTime:InstanceInfo', instanceInfo_deregisterTime - If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

$sel:iamSessionArn:InstanceInfo', instanceInfo_iamSessionArn - The ARN of the IAM session associated with the on-premises instance.

$sel:iamUserArn:InstanceInfo', instanceInfo_iamUserArn - The IAM user ARN associated with the on-premises instance.

$sel:instanceArn:InstanceInfo', instanceInfo_instanceArn - The ARN of the on-premises instance.

$sel:instanceName:InstanceInfo', instanceInfo_instanceName - The name of the on-premises instance.

$sel:registerTime:InstanceInfo', instanceInfo_registerTime - The time at which the on-premises instance was registered.

$sel:tags:InstanceInfo', instanceInfo_tags - The tags currently associated with the on-premises instance.

instanceInfo_deregisterTime :: Lens' InstanceInfo (Maybe UTCTime) Source #

If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

instanceInfo_iamSessionArn :: Lens' InstanceInfo (Maybe Text) Source #

The ARN of the IAM session associated with the on-premises instance.

instanceInfo_iamUserArn :: Lens' InstanceInfo (Maybe Text) Source #

The IAM user ARN associated with the on-premises instance.

instanceInfo_instanceArn :: Lens' InstanceInfo (Maybe Text) Source #

The ARN of the on-premises instance.

instanceInfo_instanceName :: Lens' InstanceInfo (Maybe Text) Source #

The name of the on-premises instance.

instanceInfo_registerTime :: Lens' InstanceInfo (Maybe UTCTime) Source #

The time at which the on-premises instance was registered.

instanceInfo_tags :: Lens' InstanceInfo (Maybe [Tag]) Source #

The tags currently associated with the on-premises instance.