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.ReceivedMetadata

Description

 
Synopsis

Documentation

data ReceivedMetadata Source #

Metadata associated with received licenses and grants.

See: newReceivedMetadata smart constructor.

Constructors

ReceivedMetadata' 

Fields

Instances

Instances details
Eq ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

Read ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

Show ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

Generic ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

Associated Types

type Rep ReceivedMetadata :: Type -> Type #

NFData ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

Methods

rnf :: ReceivedMetadata -> () #

Hashable ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

FromJSON ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

type Rep ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

type Rep ReceivedMetadata = D1 ('MetaData "ReceivedMetadata" "Amazonka.LicenseManager.Types.ReceivedMetadata" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ReceivedMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "receivedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReceivedStatus)) :*: (S1 ('MetaSel ('Just "allowedOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AllowedOperation))) :*: S1 ('MetaSel ('Just "receivedStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newReceivedMetadata :: ReceivedMetadata Source #

Create a value of ReceivedMetadata 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:receivedStatus:ReceivedMetadata', receivedMetadata_receivedStatus - Received status.

$sel:allowedOperations:ReceivedMetadata', receivedMetadata_allowedOperations - Allowed operations.

$sel:receivedStatusReason:ReceivedMetadata', receivedMetadata_receivedStatusReason - Received status reason.