libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

Read HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

Show 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 #

NFData HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

Methods

rnf :: HoursOfOperation -> () #

Hashable HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

FromJSON HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

type Rep HoursOfOperation Source # 
Instance details

Defined in Amazonka.Connect.Types.HoursOfOperation

type Rep HoursOfOperation = D1 ('MetaData "HoursOfOperation" "Amazonka.Connect.Types.HoursOfOperation" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "HoursOfOperation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "config") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HoursOfOperationConfig])) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hoursOfOperationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "hoursOfOperationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

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.