amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.HoursOfOperation

Description

 
Synopsis

Documentation

data HoursOfOperation Source #

Information about of the hours of operation.

See: newHoursOfOperation smart constructor.

Constructors

HoursOfOperation' 

Fields

Instances

Instances details
FromJSON HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

Generic HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

Associated Types

type Rep HoursOfOperation :: Type -> Type #

Read HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

Show HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

NFData HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

Methods

rnf :: HoursOfOperation -> () #

Eq HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

Hashable HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

type Rep HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

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.