amazonka-connect-2.0: Amazon Connect Service 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.Connect.DeleteSecurityProfile

Description

This API is in preview release for Amazon Connect and is subject to change.

Deletes a security profile.

Synopsis

Creating a Request

data DeleteSecurityProfile Source #

See: newDeleteSecurityProfile smart constructor.

Constructors

DeleteSecurityProfile' 

Fields

  • instanceId :: Text

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

  • securityProfileId :: Text

    The identifier for the security profle.

Instances

Instances details
ToHeaders DeleteSecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

ToPath DeleteSecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

ToQuery DeleteSecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

AWSRequest DeleteSecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

Associated Types

type AWSResponse DeleteSecurityProfile #

Generic DeleteSecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

Associated Types

type Rep DeleteSecurityProfile :: Type -> Type #

Read DeleteSecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

Show DeleteSecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

NFData DeleteSecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

Methods

rnf :: DeleteSecurityProfile -> () #

Eq DeleteSecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

Hashable DeleteSecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

type AWSResponse DeleteSecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

type Rep DeleteSecurityProfile Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

type Rep DeleteSecurityProfile = D1 ('MetaData "DeleteSecurityProfile" "Amazonka.Connect.DeleteSecurityProfile" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "DeleteSecurityProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "securityProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteSecurityProfile Source #

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

DeleteSecurityProfile, deleteSecurityProfile_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

$sel:securityProfileId:DeleteSecurityProfile', deleteSecurityProfile_securityProfileId - The identifier for the security profle.

Request Lenses

deleteSecurityProfile_instanceId :: Lens' DeleteSecurityProfile Text Source #

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Destructuring the Response

data DeleteSecurityProfileResponse Source #

See: newDeleteSecurityProfileResponse smart constructor.

Instances

Instances details
Generic DeleteSecurityProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

Associated Types

type Rep DeleteSecurityProfileResponse :: Type -> Type #

Read DeleteSecurityProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

Show DeleteSecurityProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

NFData DeleteSecurityProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

Eq DeleteSecurityProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

type Rep DeleteSecurityProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteSecurityProfile

type Rep DeleteSecurityProfileResponse = D1 ('MetaData "DeleteSecurityProfileResponse" "Amazonka.Connect.DeleteSecurityProfile" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "DeleteSecurityProfileResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteSecurityProfileResponse :: DeleteSecurityProfileResponse Source #

Create a value of DeleteSecurityProfileResponse with all optional fields omitted.

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