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

Description

Deletes a profile that can be applied to one or more private device instances.

Synopsis

Creating a Request

data DeleteInstanceProfile Source #

See: newDeleteInstanceProfile smart constructor.

Constructors

DeleteInstanceProfile' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) of the instance profile you are requesting to delete.

Instances

Instances details
Eq DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Read DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Show DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Generic DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Associated Types

type Rep DeleteInstanceProfile :: Type -> Type #

NFData DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Methods

rnf :: DeleteInstanceProfile -> () #

Hashable DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

ToJSON DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

AWSRequest DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Associated Types

type AWSResponse DeleteInstanceProfile #

ToHeaders DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

ToPath DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

ToQuery DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

type Rep DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

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

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

newDeleteInstanceProfile Source #

Create a value of DeleteInstanceProfile 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:DeleteInstanceProfile', deleteInstanceProfile_arn - The Amazon Resource Name (ARN) of the instance profile you are requesting to delete.

Request Lenses

deleteInstanceProfile_arn :: Lens' DeleteInstanceProfile Text Source #

The Amazon Resource Name (ARN) of the instance profile you are requesting to delete.

Destructuring the Response

data DeleteInstanceProfileResponse Source #

See: newDeleteInstanceProfileResponse smart constructor.

Constructors

DeleteInstanceProfileResponse' 

Fields

Instances

Instances details
Eq DeleteInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Read DeleteInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Show DeleteInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Generic DeleteInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Associated Types

type Rep DeleteInstanceProfileResponse :: Type -> Type #

NFData DeleteInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

type Rep DeleteInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

type Rep DeleteInstanceProfileResponse = D1 ('MetaData "DeleteInstanceProfileResponse" "Amazonka.DeviceFarm.DeleteInstanceProfile" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "DeleteInstanceProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteInstanceProfileResponse Source #

Create a value of DeleteInstanceProfileResponse 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:httpStatus:DeleteInstanceProfileResponse', deleteInstanceProfileResponse_httpStatus - The response's http status code.

Response Lenses