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 |
Deletes a quick connect.
Synopsis
- data DeleteQuickConnect = DeleteQuickConnect' {
- instanceId :: Text
- quickConnectId :: Text
- newDeleteQuickConnect :: Text -> Text -> DeleteQuickConnect
- deleteQuickConnect_instanceId :: Lens' DeleteQuickConnect Text
- deleteQuickConnect_quickConnectId :: Lens' DeleteQuickConnect Text
- data DeleteQuickConnectResponse = DeleteQuickConnectResponse' {
- newDeleteQuickConnectResponse :: DeleteQuickConnectResponse
Creating a Request
data DeleteQuickConnect Source #
See: newDeleteQuickConnect
smart constructor.
DeleteQuickConnect' | |
|
Instances
newDeleteQuickConnect Source #
:: Text | |
-> Text | |
-> DeleteQuickConnect |
Create a value of DeleteQuickConnect
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:DeleteQuickConnect'
, deleteQuickConnect_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:quickConnectId:DeleteQuickConnect'
, deleteQuickConnect_quickConnectId
- The identifier for the quick connect.
Request Lenses
deleteQuickConnect_instanceId :: Lens' DeleteQuickConnect Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
deleteQuickConnect_quickConnectId :: Lens' DeleteQuickConnect Text Source #
The identifier for the quick connect.
Destructuring the Response
data DeleteQuickConnectResponse Source #
See: newDeleteQuickConnectResponse
smart constructor.
Instances
newDeleteQuickConnectResponse :: DeleteQuickConnectResponse Source #
Create a value of DeleteQuickConnectResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.