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 HoursOfOperation = HoursOfOperation' {}
- newHoursOfOperation :: HoursOfOperation
- hoursOfOperation_config :: Lens' HoursOfOperation (Maybe [HoursOfOperationConfig])
- hoursOfOperation_name :: Lens' HoursOfOperation (Maybe Text)
- hoursOfOperation_hoursOfOperationArn :: Lens' HoursOfOperation (Maybe Text)
- hoursOfOperation_hoursOfOperationId :: Lens' HoursOfOperation (Maybe Text)
- hoursOfOperation_timeZone :: Lens' HoursOfOperation (Maybe Text)
- hoursOfOperation_description :: Lens' HoursOfOperation (Maybe Text)
- hoursOfOperation_tags :: Lens' HoursOfOperation (Maybe (HashMap Text Text))
Documentation
data HoursOfOperation Source #
Information about of the hours of operation.
See: newHoursOfOperation
smart constructor.
HoursOfOperation' | |
|
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:name:HoursOfOperation'
, hoursOfOperation_name
- The name 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:timeZone:HoursOfOperation'
, hoursOfOperation_timeZone
- The time zone for the hours of operation.
$sel:description:HoursOfOperation'
, hoursOfOperation_description
- The description for the hours of operation.
$sel:tags:HoursOfOperation'
, hoursOfOperation_tags
- One or more tags.
hoursOfOperation_config :: Lens' HoursOfOperation (Maybe [HoursOfOperationConfig]) Source #
Configuration information for the hours of operation.
hoursOfOperation_name :: Lens' HoursOfOperation (Maybe Text) Source #
The name 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_timeZone :: Lens' HoursOfOperation (Maybe Text) Source #
The time zone for the hours of operation.
hoursOfOperation_description :: Lens' HoursOfOperation (Maybe Text) Source #
The description for the hours of operation.
hoursOfOperation_tags :: Lens' HoursOfOperation (Maybe (HashMap Text Text)) Source #
One or more tags.