libZSservicesZSamazonka-connectZSamazonka-connect
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.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
Eq DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Read DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Show 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 #

NFData DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Methods

rnf :: DisassociateSecurityKey -> () #

Hashable DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

AWSRequest DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

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

type Rep DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

type Rep DisassociateSecurityKey = D1 ('MetaData "DisassociateSecurityKey" "Amazonka.Connect.DisassociateSecurityKey" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "DisassociateSecurityKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateSecurityKey Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

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:

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

$sel:associationId: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
Eq DisassociateSecurityKeyResponse Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Read DisassociateSecurityKeyResponse Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Show DisassociateSecurityKeyResponse Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Generic DisassociateSecurityKeyResponse Source # 
Instance details

Defined in Amazonka.Connect.DisassociateSecurityKey

Associated Types

type Rep DisassociateSecurityKeyResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-connectZSamazonka-connect" '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.