libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect
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.MediaConnect.Types.ResourceSpecification

Description

 
Synopsis

Documentation

data ResourceSpecification Source #

A definition of what is being billed for, including the type and amount.

See: newResourceSpecification smart constructor.

Constructors

ResourceSpecification' 

Fields

Instances

Instances details
Eq ResourceSpecification Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.ResourceSpecification

Read ResourceSpecification Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.ResourceSpecification

Show ResourceSpecification Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.ResourceSpecification

Generic ResourceSpecification Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.ResourceSpecification

Associated Types

type Rep ResourceSpecification :: Type -> Type #

NFData ResourceSpecification Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.ResourceSpecification

Methods

rnf :: ResourceSpecification -> () #

Hashable ResourceSpecification Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.ResourceSpecification

FromJSON ResourceSpecification Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.ResourceSpecification

type Rep ResourceSpecification Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.ResourceSpecification

type Rep ResourceSpecification = D1 ('MetaData "ResourceSpecification" "Amazonka.MediaConnect.Types.ResourceSpecification" "libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect" 'False) (C1 ('MetaCons "ResourceSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reservedBitrate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType)))

newResourceSpecification Source #

Create a value of ResourceSpecification 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:reservedBitrate:ResourceSpecification', resourceSpecification_reservedBitrate - The amount of outbound bandwidth that is discounted in the offering.

$sel:resourceType:ResourceSpecification', resourceSpecification_resourceType - The type of resource and the unit that is being billed for.

resourceSpecification_reservedBitrate :: Lens' ResourceSpecification (Maybe Int) Source #

The amount of outbound bandwidth that is discounted in the offering.

resourceSpecification_resourceType :: Lens' ResourceSpecification ResourceType Source #

The type of resource and the unit that is being billed for.