amazonka-transfer-2.0: Amazon Transfer Family 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.Transfer.DeleteProfile

Description

Deletes the profile that's specified in the ProfileId parameter.

Synopsis

Creating a Request

data DeleteProfile Source #

See: newDeleteProfile smart constructor.

Constructors

DeleteProfile' 

Fields

  • profileId :: Text

    The identifier of the profile that you are deleting.

Instances

Instances details
ToJSON DeleteProfile Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

ToHeaders DeleteProfile Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

ToPath DeleteProfile Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

ToQuery DeleteProfile Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

AWSRequest DeleteProfile Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

Associated Types

type AWSResponse DeleteProfile #

Generic DeleteProfile Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

Associated Types

type Rep DeleteProfile :: Type -> Type #

Read DeleteProfile Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

Show DeleteProfile Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

NFData DeleteProfile Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

Methods

rnf :: DeleteProfile -> () #

Eq DeleteProfile Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

Hashable DeleteProfile Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

type AWSResponse DeleteProfile Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

type Rep DeleteProfile Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

type Rep DeleteProfile = D1 ('MetaData "DeleteProfile" "Amazonka.Transfer.DeleteProfile" "amazonka-transfer-2.0-JiqKYJwOo427yDlzvkXGLY" 'False) (C1 ('MetaCons "DeleteProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteProfile Source #

Create a value of DeleteProfile 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:

DeleteProfile, deleteProfile_profileId - The identifier of the profile that you are deleting.

Request Lenses

deleteProfile_profileId :: Lens' DeleteProfile Text Source #

The identifier of the profile that you are deleting.

Destructuring the Response

data DeleteProfileResponse Source #

See: newDeleteProfileResponse smart constructor.

Instances

Instances details
Generic DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

Associated Types

type Rep DeleteProfileResponse :: Type -> Type #

Read DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

Show DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

NFData DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

Methods

rnf :: DeleteProfileResponse -> () #

Eq DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

type Rep DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.Transfer.DeleteProfile

type Rep DeleteProfileResponse = D1 ('MetaData "DeleteProfileResponse" "Amazonka.Transfer.DeleteProfile" "amazonka-transfer-2.0-JiqKYJwOo427yDlzvkXGLY" 'False) (C1 ('MetaCons "DeleteProfileResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteProfileResponse :: DeleteProfileResponse Source #

Create a value of DeleteProfileResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.