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 |
Synopsis
- data HoursOfOperationSummary = HoursOfOperationSummary' {}
- newHoursOfOperationSummary :: HoursOfOperationSummary
- hoursOfOperationSummary_arn :: Lens' HoursOfOperationSummary (Maybe Text)
- hoursOfOperationSummary_name :: Lens' HoursOfOperationSummary (Maybe Text)
- hoursOfOperationSummary_id :: Lens' HoursOfOperationSummary (Maybe Text)
Documentation
data HoursOfOperationSummary Source #
Contains summary information about hours of operation for a contact center.
See: newHoursOfOperationSummary
smart constructor.
Instances
newHoursOfOperationSummary :: HoursOfOperationSummary Source #
Create a value of HoursOfOperationSummary
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:arn:HoursOfOperationSummary'
, hoursOfOperationSummary_arn
- The Amazon Resource Name (ARN) of the hours of operation.
$sel:name:HoursOfOperationSummary'
, hoursOfOperationSummary_name
- The name of the hours of operation.
$sel:id:HoursOfOperationSummary'
, hoursOfOperationSummary_id
- The identifier of the hours of operation.
hoursOfOperationSummary_arn :: Lens' HoursOfOperationSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the hours of operation.
hoursOfOperationSummary_name :: Lens' HoursOfOperationSummary (Maybe Text) Source #
The name of the hours of operation.
hoursOfOperationSummary_id :: Lens' HoursOfOperationSummary (Maybe Text) Source #
The identifier of the hours of operation.