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 |
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:
$sel:instanceId:DeleteUseCase'
, deleteUseCase_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:integrationAssociationId:DeleteUseCase'
, deleteUseCase_integrationAssociationId
- The identifier for the integration association.
$sel:useCaseId: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.