libZSservicesZSamazonka-license-managerZSamazonka-license-manager
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.LicenseManager.Types.BorrowConfiguration

Description

 
Synopsis

Documentation

data BorrowConfiguration Source #

Details about a borrow configuration.

See: newBorrowConfiguration smart constructor.

Constructors

BorrowConfiguration' 

Fields

Instances

Instances details
Eq BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

Read BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

Show BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

Generic BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

Associated Types

type Rep BorrowConfiguration :: Type -> Type #

NFData BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

Methods

rnf :: BorrowConfiguration -> () #

Hashable BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

ToJSON BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

FromJSON BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

type Rep BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

type Rep BorrowConfiguration = D1 ('MetaData "BorrowConfiguration" "Amazonka.LicenseManager.Types.BorrowConfiguration" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "BorrowConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowEarlyCheckIn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "maxTimeToLiveInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBorrowConfiguration Source #

Create a value of BorrowConfiguration 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:allowEarlyCheckIn:BorrowConfiguration', borrowConfiguration_allowEarlyCheckIn - Indicates whether early check-ins are allowed.

$sel:maxTimeToLiveInMinutes:BorrowConfiguration', borrowConfiguration_maxTimeToLiveInMinutes - Maximum time for the borrow configuration, in minutes.

borrowConfiguration_allowEarlyCheckIn :: Lens' BorrowConfiguration Bool Source #

Indicates whether early check-ins are allowed.

borrowConfiguration_maxTimeToLiveInMinutes :: Lens' BorrowConfiguration Int Source #

Maximum time for the borrow configuration, in minutes.