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

Description

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

Deletes the specified security key.

Synopsis

Creating a Request

data DisassociateSecurityKey Source #

See: newDisassociateSecurityKey smart constructor.

Constructors

DisassociateSecurityKey' 

Fields

  • instanceId :: Text

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

  • associationId :: Text

    The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.

Instances

Instances details
ToHeaders DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

ToPath DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

ToQuery DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

AWSRequest DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Generic DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Associated Types

type Rep DisassociateSecurityKey :: Type -> Type #

Read DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Show DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

NFData DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Methods

rnf :: DisassociateSecurityKey -> () #

Eq DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Hashable DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

type AWSResponse DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

type Rep DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

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

newDisassociateSecurityKey Source #

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

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

DisassociateSecurityKey, disassociateSecurityKey_associationId - The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.

Request Lenses

disassociateSecurityKey_instanceId :: Lens' DisassociateSecurityKey Text Source #

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

disassociateSecurityKey_associationId :: Lens' DisassociateSecurityKey Text Source #

The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.

Destructuring the Response

data DisassociateSecurityKeyResponse Source #

See: newDisassociateSecurityKeyResponse smart constructor.

Instances

Instances details
Generic DisassociateSecurityKeyResponse Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Associated Types

type Rep DisassociateSecurityKeyResponse :: Type -> Type #

Read DisassociateSecurityKeyResponse Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Show DisassociateSecurityKeyResponse Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

NFData DisassociateSecurityKeyResponse Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Eq DisassociateSecurityKeyResponse Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

type Rep DisassociateSecurityKeyResponse Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

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

newDisassociateSecurityKeyResponse :: DisassociateSecurityKeyResponse Source #

Create a value of DisassociateSecurityKeyResponse with all optional fields omitted.

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