| 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.DeleteQuickConnect
Description
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.
Constructors
| DeleteQuickConnect' | |
Fields
| |
Instances
newDeleteQuickConnect Source #
Arguments
| :: 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:
DeleteQuickConnect, deleteQuickConnect_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
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.
Constructors
| DeleteQuickConnectResponse' | |
Instances
newDeleteQuickConnectResponse :: DeleteQuickConnectResponse Source #
Create a value of DeleteQuickConnectResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.