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.GetOnPremisesInstance

Description

Gets information about an on-premises instance.

Synopsis

Creating a Request

data GetOnPremisesInstance Source #

Represents the input of a GetOnPremisesInstance operation.

See: newGetOnPremisesInstance smart constructor.

Constructors

GetOnPremisesInstance' 

Fields

  • instanceName :: Text

    The name of the on-premises instance about which to get information.

Instances

Instances details
Eq GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Read GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Show GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Generic GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Associated Types

type Rep GetOnPremisesInstance :: Type -> Type #

NFData GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Methods

rnf :: GetOnPremisesInstance -> () #

Hashable GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

ToJSON GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

AWSRequest GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Associated Types

type AWSResponse GetOnPremisesInstance #

ToHeaders GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

ToPath GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

ToQuery GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

type Rep GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

type Rep GetOnPremisesInstance = D1 ('MetaData "GetOnPremisesInstance" "Amazonka.CodeDeploy.GetOnPremisesInstance" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetOnPremisesInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

newGetOnPremisesInstance Source #

Create a value of GetOnPremisesInstance 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:instanceName:GetOnPremisesInstance', getOnPremisesInstance_instanceName - The name of the on-premises instance about which to get information.

Request Lenses

getOnPremisesInstance_instanceName :: Lens' GetOnPremisesInstance Text Source #

The name of the on-premises instance about which to get information.

Destructuring the Response

data GetOnPremisesInstanceResponse Source #

Represents the output of a GetOnPremisesInstance operation.

See: newGetOnPremisesInstanceResponse smart constructor.

Constructors

GetOnPremisesInstanceResponse' 

Fields

Instances

Instances details
Eq GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Read GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Show GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Generic GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Associated Types

type Rep GetOnPremisesInstanceResponse :: Type -> Type #

NFData GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

type Rep GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

type Rep GetOnPremisesInstanceResponse = D1 ('MetaData "GetOnPremisesInstanceResponse" "Amazonka.CodeDeploy.GetOnPremisesInstance" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetOnPremisesInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetOnPremisesInstanceResponse Source #

Create a value of GetOnPremisesInstanceResponse 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:instanceInfo:GetOnPremisesInstanceResponse', getOnPremisesInstanceResponse_instanceInfo - Information about the on-premises instance.

$sel:httpStatus:GetOnPremisesInstanceResponse', getOnPremisesInstanceResponse_httpStatus - The response's http status code.

Response Lenses