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

Description

Gets information about one or more on-premises instances. The maximum number of on-premises instances that can be returned is 25.

Synopsis

Creating a Request

data BatchGetOnPremisesInstances Source #

Represents the input of a BatchGetOnPremisesInstances operation.

See: newBatchGetOnPremisesInstances smart constructor.

Constructors

BatchGetOnPremisesInstances' 

Fields

  • instanceNames :: [Text]

    The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.

Instances

Instances details
Eq BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Read BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Show BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Generic BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Associated Types

type Rep BatchGetOnPremisesInstances :: Type -> Type #

NFData BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Hashable BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

ToJSON BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

AWSRequest BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

ToHeaders BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

ToPath BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

ToQuery BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

type Rep BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

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

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

newBatchGetOnPremisesInstances :: BatchGetOnPremisesInstances Source #

Create a value of BatchGetOnPremisesInstances 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:instanceNames:BatchGetOnPremisesInstances', batchGetOnPremisesInstances_instanceNames - The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.

Request Lenses

batchGetOnPremisesInstances_instanceNames :: Lens' BatchGetOnPremisesInstances [Text] Source #

The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.

Destructuring the Response

data BatchGetOnPremisesInstancesResponse Source #

Represents the output of a BatchGetOnPremisesInstances operation.

See: newBatchGetOnPremisesInstancesResponse smart constructor.

Constructors

BatchGetOnPremisesInstancesResponse' 

Fields

Instances

Instances details
Eq BatchGetOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Read BatchGetOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Show BatchGetOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Generic BatchGetOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

NFData BatchGetOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

type Rep BatchGetOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

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

newBatchGetOnPremisesInstancesResponse Source #

Create a value of BatchGetOnPremisesInstancesResponse 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:instanceInfos:BatchGetOnPremisesInstancesResponse', batchGetOnPremisesInstancesResponse_instanceInfos - Information about the on-premises instances.

$sel:httpStatus:BatchGetOnPremisesInstancesResponse', batchGetOnPremisesInstancesResponse_httpStatus - The response's http status code.

Response Lenses