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.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
ToJSON DeleteInstanceProfile Source # 
Instance details

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

AWSRequest DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Associated Types

type AWSResponse DeleteInstanceProfile #

Generic DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Associated Types

type Rep DeleteInstanceProfile :: Type -> Type #

Read DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Show DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

NFData DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Methods

rnf :: DeleteInstanceProfile -> () #

Eq DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Hashable DeleteInstanceProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

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

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:

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

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Associated Types

type Rep DeleteInstanceProfileResponse :: Type -> Type #

Read DeleteInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

Show DeleteInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

NFData DeleteInstanceProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteInstanceProfile

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