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 an hours of operation.
Synopsis
- data DeleteHoursOfOperation = DeleteHoursOfOperation' {}
- newDeleteHoursOfOperation :: Text -> Text -> DeleteHoursOfOperation
- deleteHoursOfOperation_instanceId :: Lens' DeleteHoursOfOperation Text
- deleteHoursOfOperation_hoursOfOperationId :: Lens' DeleteHoursOfOperation Text
- data DeleteHoursOfOperationResponse = DeleteHoursOfOperationResponse' {
- newDeleteHoursOfOperationResponse :: DeleteHoursOfOperationResponse
Creating a Request
data DeleteHoursOfOperation Source #
See: newDeleteHoursOfOperation
smart constructor.
DeleteHoursOfOperation' | |
|
Instances
newDeleteHoursOfOperation Source #
:: Text | |
-> Text | |
-> DeleteHoursOfOperation |
Create a value of DeleteHoursOfOperation
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:DeleteHoursOfOperation'
, deleteHoursOfOperation_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:hoursOfOperationId:DeleteHoursOfOperation'
, deleteHoursOfOperation_hoursOfOperationId
- The identifier for the hours of operation.
Request Lenses
deleteHoursOfOperation_instanceId :: Lens' DeleteHoursOfOperation Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
deleteHoursOfOperation_hoursOfOperationId :: Lens' DeleteHoursOfOperation Text Source #
The identifier for the hours of operation.
Destructuring the Response
data DeleteHoursOfOperationResponse Source #
See: newDeleteHoursOfOperationResponse
smart constructor.
Instances
newDeleteHoursOfOperationResponse :: DeleteHoursOfOperationResponse Source #
Create a value of DeleteHoursOfOperationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.