libZSservicesZSamazonka-codedeployZSamazonka-codedeploy
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.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
Eq InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Read InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Show 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 #

NFData InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Methods

rnf :: InstanceInfo -> () #

Hashable InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "InstanceInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registerTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "instanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deregisterTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "iamUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "iamSessionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:registerTime:InstanceInfo', instanceInfo_registerTime - The time at which the on-premises instance was registered.

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

$sel:deregisterTime:InstanceInfo', instanceInfo_deregisterTime - If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

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

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

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

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

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

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

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

The ARN of 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_iamUserArn :: Lens' InstanceInfo (Maybe Text) Source #

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

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

The name of the on-premises instance.

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

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

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

The tags currently associated with the on-premises instance.