| 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.DeleteUseCase
Description
Deletes a use case from an integration association.
Synopsis
- data DeleteUseCase = DeleteUseCase' {}
- newDeleteUseCase :: Text -> Text -> Text -> DeleteUseCase
- deleteUseCase_instanceId :: Lens' DeleteUseCase Text
- deleteUseCase_integrationAssociationId :: Lens' DeleteUseCase Text
- deleteUseCase_useCaseId :: Lens' DeleteUseCase Text
- data DeleteUseCaseResponse = DeleteUseCaseResponse' {
- newDeleteUseCaseResponse :: DeleteUseCaseResponse
Creating a Request
data DeleteUseCase Source #
See: newDeleteUseCase smart constructor.
Constructors
| DeleteUseCase' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DeleteUseCase |
Create a value of DeleteUseCase 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:
DeleteUseCase, deleteUseCase_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
DeleteUseCase, deleteUseCase_integrationAssociationId - The identifier for the integration association.
DeleteUseCase, deleteUseCase_useCaseId - The identifier for the use case.
Request Lenses
deleteUseCase_instanceId :: Lens' DeleteUseCase Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
deleteUseCase_integrationAssociationId :: Lens' DeleteUseCase Text Source #
The identifier for the integration association.
deleteUseCase_useCaseId :: Lens' DeleteUseCase Text Source #
The identifier for the use case.
Destructuring the Response
data DeleteUseCaseResponse Source #
See: newDeleteUseCaseResponse smart constructor.
Constructors
| DeleteUseCaseResponse' | |
Instances
newDeleteUseCaseResponse :: DeleteUseCaseResponse Source #
Create a value of DeleteUseCaseResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.