amazonka-devicefarm-2.0: Amazon Device Farm 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.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
ToJSON GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.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

AWSRequest GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Associated Types

type AWSResponse GetInstanceProfile #

Generic GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Associated Types

type Rep GetInstanceProfile :: Type -> Type #

Read GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Show GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

NFData GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Methods

rnf :: GetInstanceProfile -> () #

Eq GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Hashable GetInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

type AWSResponse 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" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" 'False) (C1 ('MetaCons "GetInstanceProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic GetInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Associated Types

type Rep GetInstanceProfileResponse :: Type -> Type #

Read GetInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Show GetInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

NFData GetInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetInstanceProfile

Eq 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" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" '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:

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.