| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.DisassociateSecurityKey
Description
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.
Constructors
| DisassociateSecurityKey' | |
Fields
| |
Instances
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.
Constructors
| DisassociateSecurityKeyResponse' | |
Instances
| Generic DisassociateSecurityKeyResponse Source # | |
Defined in Amazonka.Connect.DisassociateSecurityKey Associated Types type Rep DisassociateSecurityKeyResponse :: Type -> Type # | |
| Read DisassociateSecurityKeyResponse Source # | |
| Show DisassociateSecurityKeyResponse Source # | |
Defined in Amazonka.Connect.DisassociateSecurityKey Methods showsPrec :: Int -> DisassociateSecurityKeyResponse -> ShowS # | |
| NFData DisassociateSecurityKeyResponse Source # | |
Defined in Amazonka.Connect.DisassociateSecurityKey Methods rnf :: DisassociateSecurityKeyResponse -> () # | |
| Eq DisassociateSecurityKeyResponse Source # | |
| type Rep DisassociateSecurityKeyResponse Source # | |
Defined in Amazonka.Connect.DisassociateSecurityKey | |
newDisassociateSecurityKeyResponse :: DisassociateSecurityKeyResponse Source #
Create a value of DisassociateSecurityKeyResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.