| 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.Types.HoursOfOperation
Description
Synopsis
- data HoursOfOperation = HoursOfOperation' {}
- newHoursOfOperation :: HoursOfOperation
- hoursOfOperation_config :: Lens' HoursOfOperation (Maybe [HoursOfOperationConfig])
- hoursOfOperation_description :: Lens' HoursOfOperation (Maybe Text)
- hoursOfOperation_hoursOfOperationArn :: Lens' HoursOfOperation (Maybe Text)
- hoursOfOperation_hoursOfOperationId :: Lens' HoursOfOperation (Maybe Text)
- hoursOfOperation_name :: Lens' HoursOfOperation (Maybe Text)
- hoursOfOperation_tags :: Lens' HoursOfOperation (Maybe (HashMap Text Text))
- hoursOfOperation_timeZone :: Lens' HoursOfOperation (Maybe Text)
Documentation
data HoursOfOperation Source #
Information about of the hours of operation.
See: newHoursOfOperation smart constructor.
Constructors
| HoursOfOperation' | |
Fields
| |
Instances
newHoursOfOperation :: HoursOfOperation Source #
Create a value of HoursOfOperation 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:config:HoursOfOperation', hoursOfOperation_config - Configuration information for the hours of operation.
$sel:description:HoursOfOperation', hoursOfOperation_description - The description for the hours of operation.
$sel:hoursOfOperationArn:HoursOfOperation', hoursOfOperation_hoursOfOperationArn - The Amazon Resource Name (ARN) for the hours of operation.
$sel:hoursOfOperationId:HoursOfOperation', hoursOfOperation_hoursOfOperationId - The identifier for the hours of operation.
$sel:name:HoursOfOperation', hoursOfOperation_name - The name for the hours of operation.
$sel:tags:HoursOfOperation', hoursOfOperation_tags - The tags used to organize, track, or control access for this resource.
For example, { "tags": {"key1":"value1", "key2":"value2"} }.
$sel:timeZone:HoursOfOperation', hoursOfOperation_timeZone - The time zone for the hours of operation.
hoursOfOperation_config :: Lens' HoursOfOperation (Maybe [HoursOfOperationConfig]) Source #
Configuration information for the hours of operation.
hoursOfOperation_description :: Lens' HoursOfOperation (Maybe Text) Source #
The description for the hours of operation.
hoursOfOperation_hoursOfOperationArn :: Lens' HoursOfOperation (Maybe Text) Source #
The Amazon Resource Name (ARN) for the hours of operation.
hoursOfOperation_hoursOfOperationId :: Lens' HoursOfOperation (Maybe Text) Source #
The identifier for the hours of operation.
hoursOfOperation_name :: Lens' HoursOfOperation (Maybe Text) Source #
The name for the hours of operation.
hoursOfOperation_tags :: Lens' HoursOfOperation (Maybe (HashMap Text Text)) Source #
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
hoursOfOperation_timeZone :: Lens' HoursOfOperation (Maybe Text) Source #
The time zone for the hours of operation.