Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
This API is in preview release for Amazon Connect and is subject to change.
Deletes the specified security key.
Synopsis
- data DisassociateSecurityKey = DisassociateSecurityKey' {
- instanceId :: Text
- associationId :: Text
- newDisassociateSecurityKey :: Text -> Text -> DisassociateSecurityKey
- disassociateSecurityKey_instanceId :: Lens' DisassociateSecurityKey Text
- disassociateSecurityKey_associationId :: Lens' DisassociateSecurityKey Text
- data DisassociateSecurityKeyResponse = DisassociateSecurityKeyResponse' {
- newDisassociateSecurityKeyResponse :: DisassociateSecurityKeyResponse
Creating a Request
data DisassociateSecurityKey Source #
See: newDisassociateSecurityKey
smart constructor.
DisassociateSecurityKey' | |
|
Instances
newDisassociateSecurityKey Source #
:: Text | |
-> Text | |
-> DisassociateSecurityKey |
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
newDisassociateSecurityKeyResponse :: DisassociateSecurityKeyResponse Source #
Create a value of DisassociateSecurityKeyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.