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.WorkSpaces.DeleteConnectClientAddIn
Description
Deletes a client-add-in for Amazon Connect that is configured within a directory.
Synopsis
- data DeleteConnectClientAddIn = DeleteConnectClientAddIn' {
- addInId :: Text
- resourceId :: Text
- newDeleteConnectClientAddIn :: Text -> Text -> DeleteConnectClientAddIn
- deleteConnectClientAddIn_addInId :: Lens' DeleteConnectClientAddIn Text
- deleteConnectClientAddIn_resourceId :: Lens' DeleteConnectClientAddIn Text
- data DeleteConnectClientAddInResponse = DeleteConnectClientAddInResponse' {
- httpStatus :: Int
- newDeleteConnectClientAddInResponse :: Int -> DeleteConnectClientAddInResponse
- deleteConnectClientAddInResponse_httpStatus :: Lens' DeleteConnectClientAddInResponse Int
Creating a Request
data DeleteConnectClientAddIn Source #
See: newDeleteConnectClientAddIn
smart constructor.
Constructors
DeleteConnectClientAddIn' | |
Fields
|
Instances
newDeleteConnectClientAddIn Source #
Create a value of DeleteConnectClientAddIn
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:
DeleteConnectClientAddIn
, deleteConnectClientAddIn_addInId
- The identifier of the client add-in to delete.
DeleteConnectClientAddIn
, deleteConnectClientAddIn_resourceId
- The directory identifier for which the client add-in is configured.
Request Lenses
deleteConnectClientAddIn_addInId :: Lens' DeleteConnectClientAddIn Text Source #
The identifier of the client add-in to delete.
deleteConnectClientAddIn_resourceId :: Lens' DeleteConnectClientAddIn Text Source #
The directory identifier for which the client add-in is configured.
Destructuring the Response
data DeleteConnectClientAddInResponse Source #
See: newDeleteConnectClientAddInResponse
smart constructor.
Constructors
DeleteConnectClientAddInResponse' | |
Fields
|
Instances
newDeleteConnectClientAddInResponse Source #
Create a value of DeleteConnectClientAddInResponse
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:httpStatus:DeleteConnectClientAddInResponse'
, deleteConnectClientAddInResponse_httpStatus
- The response's http status code.
Response Lenses
deleteConnectClientAddInResponse_httpStatus :: Lens' DeleteConnectClientAddInResponse Int Source #
The response's http status code.