libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm
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.DeviceFarm.GetInstanceProfile

Description

Returns information about the specified instance profile.

Synopsis

Creating a Request

data GetInstanceProfile Source #

See: newGetInstanceProfile smart constructor.

Constructors

GetInstanceProfile' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) of an instance profile.

Instances

Instances details
Eq GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Read GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Show GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Generic GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Associated Types

type Rep GetInstanceProfile :: Type -> Type #

NFData GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Methods

rnf :: GetInstanceProfile -> () #

Hashable GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

ToJSON GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

AWSRequest GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Associated Types

type AWSResponse GetInstanceProfile #

ToHeaders GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

ToPath GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

ToQuery GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

type Rep GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

type Rep GetInstanceProfile = D1 ('MetaData "GetInstanceProfile" "Amazonka.DeviceFarm.GetInstanceProfile" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "GetInstanceProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

newGetInstanceProfile Source #

Create a value of GetInstanceProfile 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:arn:GetInstanceProfile', getInstanceProfile_arn - The Amazon Resource Name (ARN) of an instance profile.

Request Lenses

getInstanceProfile_arn :: Lens' GetInstanceProfile Text Source #

The Amazon Resource Name (ARN) of an instance profile.

Destructuring the Response

data GetInstanceProfileResponse Source #

See: newGetInstanceProfileResponse smart constructor.

Constructors

GetInstanceProfileResponse' 

Fields

Instances

Instances details
Eq GetInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Read GetInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Show GetInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Generic GetInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Associated Types

type Rep GetInstanceProfileResponse :: Type -> Type #

NFData GetInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

type Rep GetInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

type Rep GetInstanceProfileResponse = D1 ('MetaData "GetInstanceProfileResponse" "Amazonka.DeviceFarm.GetInstanceProfile" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "GetInstanceProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceProfile)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetInstanceProfileResponse Source #

Create a value of GetInstanceProfileResponse 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:instanceProfile:GetInstanceProfileResponse', getInstanceProfileResponse_instanceProfile - An object that contains information about an instance profile.

$sel:httpStatus:GetInstanceProfileResponse', getInstanceProfileResponse_httpStatus - The response's http status code.

Response Lenses

getInstanceProfileResponse_instanceProfile :: Lens' GetInstanceProfileResponse (Maybe InstanceProfile) Source #

An object that contains information about an instance profile.