amazonka-license-manager-2.0: Amazon License Manager 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.LicenseManager

Contents

Description

Derived from API version 2018-08-01 of the AWS service descriptions, licensed under Apache 2.0.

License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts and on-premises servers.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-08-01 of the Amazon License Manager SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by LicenseManager.

AccessDeniedException

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

Access to resource denied.

AuthorizationException

_AuthorizationException :: AsError a => Fold a ServiceError Source #

The Amazon Web Services user account does not have permission to perform the action. Check the IAM policy associated with this account.

ConflictException

_ConflictException :: AsError a => Fold a ServiceError Source #

There was a conflict processing the request. Try your request again.

EntitlementNotAllowedException

_EntitlementNotAllowedException :: AsError a => Fold a ServiceError Source #

The entitlement is not allowed.

FailedDependencyException

_FailedDependencyException :: AsError a => Fold a ServiceError Source #

A dependency required to run the API is missing.

FilterLimitExceededException

_FilterLimitExceededException :: AsError a => Fold a ServiceError Source #

The request uses too many filters or too many filter values.

InvalidParameterValueException

_InvalidParameterValueException :: AsError a => Fold a ServiceError Source #

One or more parameter values are not valid.

InvalidResourceStateException

_InvalidResourceStateException :: AsError a => Fold a ServiceError Source #

License Manager cannot allocate a license to a resource because of its state.

For example, you cannot allocate a license to an instance in the process of shutting down.

LicenseUsageException

_LicenseUsageException :: AsError a => Fold a ServiceError Source #

You do not have enough licenses available to support a new resource launch.

NoEntitlementsAllowedException

_NoEntitlementsAllowedException :: AsError a => Fold a ServiceError Source #

There are no entitlements found for this license, or the entitlement maximum count is reached.

RateLimitExceededException

_RateLimitExceededException :: AsError a => Fold a ServiceError Source #

Too many requests have been submitted. Try again after a brief wait.

RedirectException

_RedirectException :: AsError a => Fold a ServiceError Source #

This is not the correct Region for the resource. Try again.

ResourceLimitExceededException

_ResourceLimitExceededException :: AsError a => Fold a ServiceError Source #

Your resource limits have been exceeded.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The resource cannot be found.

ServerInternalException

_ServerInternalException :: AsError a => Fold a ServiceError Source #

The server experienced an internal error. Try again.

UnsupportedDigitalSignatureMethodException

_UnsupportedDigitalSignatureMethodException :: AsError a => Fold a ServiceError Source #

The digital signature method is unsupported. Try your request again.

ValidationException

_ValidationException :: AsError a => Fold a ServiceError Source #

The provided input is not valid. Try your request again.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

AcceptGrant

data AcceptGrant Source #

See: newAcceptGrant smart constructor.

Constructors

AcceptGrant' Text 

Instances

Instances details
ToJSON AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

ToHeaders AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Methods

toHeaders :: AcceptGrant -> [Header] #

ToPath AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

ToQuery AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

AWSRequest AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Associated Types

type AWSResponse AcceptGrant #

Generic AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Associated Types

type Rep AcceptGrant :: Type -> Type #

Read AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Show AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

NFData AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Methods

rnf :: AcceptGrant -> () #

Eq AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Hashable AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

type AWSResponse AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

type Rep AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

type Rep AcceptGrant = D1 ('MetaData "AcceptGrant" "Amazonka.LicenseManager.AcceptGrant" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "AcceptGrant'" 'PrefixI 'True) (S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAcceptGrant Source #

Create a value of AcceptGrant 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:

AcceptGrant, acceptGrant_grantArn - Amazon Resource Name (ARN) of the grant.

data AcceptGrantResponse Source #

See: newAcceptGrantResponse smart constructor.

Instances

Instances details
Generic AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Associated Types

type Rep AcceptGrantResponse :: Type -> Type #

Read AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Show AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

NFData AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Methods

rnf :: AcceptGrantResponse -> () #

Eq AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

type Rep AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

type Rep AcceptGrantResponse = D1 ('MetaData "AcceptGrantResponse" "Amazonka.LicenseManager.AcceptGrant" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "AcceptGrantResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrantStatus))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newAcceptGrantResponse Source #

Create a value of AcceptGrantResponse 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:

AcceptGrant, acceptGrantResponse_grantArn - Grant ARN.

AcceptGrantResponse, acceptGrantResponse_status - Grant status.

AcceptGrantResponse, acceptGrantResponse_version - Grant version.

$sel:httpStatus:AcceptGrantResponse', acceptGrantResponse_httpStatus - The response's http status code.

CheckInLicense

data CheckInLicense Source #

See: newCheckInLicense smart constructor.

Constructors

CheckInLicense' (Maybe Text) Text 

Instances

Instances details
ToJSON CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

ToHeaders CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

ToPath CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

ToQuery CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

AWSRequest CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Associated Types

type AWSResponse CheckInLicense #

Generic CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Associated Types

type Rep CheckInLicense :: Type -> Type #

Read CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Show CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

NFData CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Methods

rnf :: CheckInLicense -> () #

Eq CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Hashable CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

type AWSResponse CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

type Rep CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

type Rep CheckInLicense = D1 ('MetaData "CheckInLicense" "Amazonka.LicenseManager.CheckInLicense" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CheckInLicense'" 'PrefixI 'True) (S1 ('MetaSel ('Just "beneficiary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseConsumptionToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCheckInLicense Source #

Create a value of CheckInLicense 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:

CheckInLicense, checkInLicense_beneficiary - License beneficiary.

$sel:licenseConsumptionToken:CheckInLicense', checkInLicense_licenseConsumptionToken - License consumption token.

data CheckInLicenseResponse Source #

See: newCheckInLicenseResponse smart constructor.

Instances

Instances details
Generic CheckInLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Associated Types

type Rep CheckInLicenseResponse :: Type -> Type #

Read CheckInLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Show CheckInLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

NFData CheckInLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Methods

rnf :: CheckInLicenseResponse -> () #

Eq CheckInLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

type Rep CheckInLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

type Rep CheckInLicenseResponse = D1 ('MetaData "CheckInLicenseResponse" "Amazonka.LicenseManager.CheckInLicense" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CheckInLicenseResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCheckInLicenseResponse Source #

Create a value of CheckInLicenseResponse 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:httpStatus:CheckInLicenseResponse', checkInLicenseResponse_httpStatus - The response's http status code.

CheckoutBorrowLicense

data CheckoutBorrowLicense Source #

See: newCheckoutBorrowLicense smart constructor.

Instances

Instances details
ToJSON CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

ToHeaders CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

ToPath CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

ToQuery CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

AWSRequest CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Associated Types

type AWSResponse CheckoutBorrowLicense #

Generic CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Associated Types

type Rep CheckoutBorrowLicense :: Type -> Type #

Read CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Show CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

NFData CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Methods

rnf :: CheckoutBorrowLicense -> () #

Eq CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Hashable CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

type AWSResponse CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

type Rep CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

type Rep CheckoutBorrowLicense = D1 ('MetaData "CheckoutBorrowLicense" "Amazonka.LicenseManager.CheckoutBorrowLicense" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CheckoutBorrowLicense'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "checkoutMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Metadata])) :*: (S1 ('MetaSel ('Just "nodeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "entitlements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EntitlementData]) :*: (S1 ('MetaSel ('Just "digitalSignatureMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DigitalSignatureMethod) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCheckoutBorrowLicense Source #

Create a value of CheckoutBorrowLicense 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:

CheckoutBorrowLicense, checkoutBorrowLicense_checkoutMetadata - Information about constraints.

CheckoutBorrowLicense, checkoutBorrowLicense_nodeId - Node ID.

CheckoutBorrowLicense, checkoutBorrowLicense_licenseArn - Amazon Resource Name (ARN) of the license. The license must use the borrow consumption configuration.

CheckoutBorrowLicense, checkoutBorrowLicense_entitlements - License entitlements. Partial checkouts are not supported.

$sel:digitalSignatureMethod:CheckoutBorrowLicense', checkoutBorrowLicense_digitalSignatureMethod - Digital signature method. The possible value is JSON Web Signature (JWS) algorithm PS384. For more information, see RFC 7518 Digital Signature with RSASSA-PSS.

$sel:clientToken:CheckoutBorrowLicense', checkoutBorrowLicense_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

data CheckoutBorrowLicenseResponse Source #

See: newCheckoutBorrowLicenseResponse smart constructor.

Instances

Instances details
Generic CheckoutBorrowLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Associated Types

type Rep CheckoutBorrowLicenseResponse :: Type -> Type #

Read CheckoutBorrowLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Show CheckoutBorrowLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

NFData CheckoutBorrowLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Eq CheckoutBorrowLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

type Rep CheckoutBorrowLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

type Rep CheckoutBorrowLicenseResponse = D1 ('MetaData "CheckoutBorrowLicenseResponse" "Amazonka.LicenseManager.CheckoutBorrowLicense" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CheckoutBorrowLicenseResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "checkoutMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Metadata])) :*: S1 ('MetaSel ('Just "entitlementsAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EntitlementData]))) :*: (S1 ('MetaSel ('Just "expiration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "issuedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseConsumptionToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nodeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "signedToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

CheckoutLicense

data CheckoutLicense Source #

See: newCheckoutLicense smart constructor.

Instances

Instances details
ToJSON CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

ToHeaders CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

ToPath CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

ToQuery CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

AWSRequest CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Associated Types

type AWSResponse CheckoutLicense #

Generic CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Associated Types

type Rep CheckoutLicense :: Type -> Type #

Read CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Show CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

NFData CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Methods

rnf :: CheckoutLicense -> () #

Eq CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Hashable CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

type AWSResponse CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

type Rep CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

type Rep CheckoutLicense = D1 ('MetaData "CheckoutLicense" "Amazonka.LicenseManager.CheckoutLicense" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CheckoutLicense'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "beneficiary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nodeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productSKU") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "checkoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CheckoutType) :*: S1 ('MetaSel ('Just "keyFingerprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "entitlements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EntitlementData]) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCheckoutLicense Source #

Create a value of CheckoutLicense 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:

CheckoutLicense, checkoutLicense_beneficiary - License beneficiary.

CheckoutLicense, checkoutLicense_nodeId - Node ID.

CheckoutLicense, checkoutLicense_productSKU - Product SKU.

CheckoutLicense, checkoutLicense_checkoutType - Checkout type.

CheckoutLicense, checkoutLicense_keyFingerprint - Key fingerprint identifying the license.

CheckoutLicense, checkoutLicense_entitlements - License entitlements.

$sel:clientToken:CheckoutLicense', checkoutLicense_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

data CheckoutLicenseResponse Source #

See: newCheckoutLicenseResponse smart constructor.

Instances

Instances details
Generic CheckoutLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Associated Types

type Rep CheckoutLicenseResponse :: Type -> Type #

Read CheckoutLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Show CheckoutLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

NFData CheckoutLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Methods

rnf :: CheckoutLicenseResponse -> () #

Eq CheckoutLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

type Rep CheckoutLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

type Rep CheckoutLicenseResponse = D1 ('MetaData "CheckoutLicenseResponse" "Amazonka.LicenseManager.CheckoutLicense" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CheckoutLicenseResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "checkoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CheckoutType)) :*: S1 ('MetaSel ('Just "entitlementsAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EntitlementData]))) :*: (S1 ('MetaSel ('Just "expiration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "issuedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseConsumptionToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nodeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "signedToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newCheckoutLicenseResponse Source #

Create a value of CheckoutLicenseResponse 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:

CheckoutLicense, checkoutLicenseResponse_checkoutType - Checkout type.

$sel:entitlementsAllowed:CheckoutLicenseResponse', checkoutLicenseResponse_entitlementsAllowed - Allowed license entitlements.

$sel:expiration:CheckoutLicenseResponse', checkoutLicenseResponse_expiration - Date and time at which the license checkout expires.

$sel:issuedAt:CheckoutLicenseResponse', checkoutLicenseResponse_issuedAt - Date and time at which the license checkout is issued.

CheckoutLicenseResponse, checkoutLicenseResponse_licenseArn - Amazon Resource Name (ARN) of the checkout license.

$sel:licenseConsumptionToken:CheckoutLicenseResponse', checkoutLicenseResponse_licenseConsumptionToken - License consumption token.

CheckoutLicense, checkoutLicenseResponse_nodeId - Node ID.

$sel:signedToken:CheckoutLicenseResponse', checkoutLicenseResponse_signedToken - Signed token.

$sel:httpStatus:CheckoutLicenseResponse', checkoutLicenseResponse_httpStatus - The response's http status code.

CreateGrant

data CreateGrant Source #

See: newCreateGrant smart constructor.

Instances

Instances details
ToJSON CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

ToHeaders CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Methods

toHeaders :: CreateGrant -> [Header] #

ToPath CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

ToQuery CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

AWSRequest CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Associated Types

type AWSResponse CreateGrant #

Generic CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Associated Types

type Rep CreateGrant :: Type -> Type #

Read CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Show CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

NFData CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Methods

rnf :: CreateGrant -> () #

Eq CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Hashable CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

type AWSResponse CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

type Rep CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

type Rep CreateGrant = D1 ('MetaData "CreateGrant" "Amazonka.LicenseManager.CreateGrant" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateGrant'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "grantName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "principals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: (S1 ('MetaSel ('Just "homeRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "allowedOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AllowedOperation))))))

newCreateGrant Source #

Create a value of CreateGrant 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:clientToken:CreateGrant', createGrant_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateGrant, createGrant_grantName - Grant name.

CreateGrant, createGrant_licenseArn - Amazon Resource Name (ARN) of the license.

$sel:principals:CreateGrant', createGrant_principals - The grant principals. This value should be specified as an Amazon Resource Name (ARN).

CreateGrant, createGrant_homeRegion - Home Region of the grant.

CreateGrant, createGrant_allowedOperations - Allowed operations for the grant.

data CreateGrantResponse Source #

See: newCreateGrantResponse smart constructor.

Instances

Instances details
Generic CreateGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Associated Types

type Rep CreateGrantResponse :: Type -> Type #

Read CreateGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Show CreateGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

NFData CreateGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Methods

rnf :: CreateGrantResponse -> () #

Eq CreateGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

type Rep CreateGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

type Rep CreateGrantResponse = D1 ('MetaData "CreateGrantResponse" "Amazonka.LicenseManager.CreateGrant" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateGrantResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrantStatus))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateGrantResponse Source #

Create a value of CreateGrantResponse 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:

CreateGrantResponse, createGrantResponse_grantArn - Grant ARN.

CreateGrantResponse, createGrantResponse_status - Grant status.

CreateGrantResponse, createGrantResponse_version - Grant version.

$sel:httpStatus:CreateGrantResponse', createGrantResponse_httpStatus - The response's http status code.

CreateGrantVersion

data CreateGrantVersion Source #

See: newCreateGrantVersion smart constructor.

Instances

Instances details
ToJSON CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

ToHeaders CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

ToPath CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

ToQuery CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

AWSRequest CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Associated Types

type AWSResponse CreateGrantVersion #

Generic CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Associated Types

type Rep CreateGrantVersion :: Type -> Type #

Read CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Show CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

NFData CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Methods

rnf :: CreateGrantVersion -> () #

Eq CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Hashable CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

type AWSResponse CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

type Rep CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

type Rep CreateGrantVersion = D1 ('MetaData "CreateGrantVersion" "Amazonka.LicenseManager.CreateGrantVersion" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateGrantVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allowedOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AllowedOperation))) :*: (S1 ('MetaSel ('Just "grantName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrantStatus)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateGrantVersion Source #

Create a value of CreateGrantVersion 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:

CreateGrantVersion, createGrantVersion_allowedOperations - Allowed operations for the grant.

CreateGrantVersion, createGrantVersion_grantName - Grant name.

$sel:sourceVersion:CreateGrantVersion', createGrantVersion_sourceVersion - Current version of the grant.

CreateGrantVersion, createGrantVersion_status - Grant status.

CreateGrantVersion, createGrantVersion_statusReason - Grant status reason.

$sel:clientToken:CreateGrantVersion', createGrantVersion_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateGrantVersion, createGrantVersion_grantArn - Amazon Resource Name (ARN) of the grant.

data CreateGrantVersionResponse Source #

See: newCreateGrantVersionResponse smart constructor.

Instances

Instances details
Generic CreateGrantVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Associated Types

type Rep CreateGrantVersionResponse :: Type -> Type #

Read CreateGrantVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Show CreateGrantVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

NFData CreateGrantVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Eq CreateGrantVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

type Rep CreateGrantVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

type Rep CreateGrantVersionResponse = D1 ('MetaData "CreateGrantVersionResponse" "Amazonka.LicenseManager.CreateGrantVersion" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateGrantVersionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrantStatus))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateGrantVersionResponse Source #

Create a value of CreateGrantVersionResponse 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:

CreateGrantVersion, createGrantVersionResponse_grantArn - Grant ARN.

CreateGrantVersion, createGrantVersionResponse_status - Grant status.

CreateGrantVersionResponse, createGrantVersionResponse_version - New version of the grant.

$sel:httpStatus:CreateGrantVersionResponse', createGrantVersionResponse_httpStatus - The response's http status code.

CreateLicense

data CreateLicense Source #

See: newCreateLicense smart constructor.

Instances

Instances details
ToJSON CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

ToHeaders CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

ToPath CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

ToQuery CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

AWSRequest CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Associated Types

type AWSResponse CreateLicense #

Generic CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Associated Types

type Rep CreateLicense :: Type -> Type #

Read CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Show CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

NFData CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Methods

rnf :: CreateLicense -> () #

Eq CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Hashable CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

type AWSResponse CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

type Rep CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

newCreateLicense Source #

Create a value of CreateLicense 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:

CreateLicense, createLicense_licenseMetadata - Information about the license.

CreateLicense, createLicense_licenseName - License name.

CreateLicense, createLicense_productName - Product name.

CreateLicense, createLicense_productSKU - Product SKU.

CreateLicense, createLicense_issuer - License issuer.

CreateLicense, createLicense_homeRegion - Home Region for the license.

CreateLicense, createLicense_validity - Date and time range during which the license is valid, in ISO8601-UTC format.

CreateLicense, createLicense_entitlements - License entitlements.

CreateLicense, createLicense_beneficiary - License beneficiary.

CreateLicense, createLicense_consumptionConfiguration - Configuration for consumption of the license. Choose a provisional configuration for workloads running with continuous connectivity. Choose a borrow configuration for workloads with offline usage.

$sel:clientToken:CreateLicense', createLicense_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

data CreateLicenseResponse Source #

See: newCreateLicenseResponse smart constructor.

Instances

Instances details
Generic CreateLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Associated Types

type Rep CreateLicenseResponse :: Type -> Type #

Read CreateLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Show CreateLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

NFData CreateLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Methods

rnf :: CreateLicenseResponse -> () #

Eq CreateLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

type Rep CreateLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

type Rep CreateLicenseResponse = D1 ('MetaData "CreateLicenseResponse" "Amazonka.LicenseManager.CreateLicense" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateLicenseResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseStatus))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateLicenseResponse Source #

Create a value of CreateLicenseResponse 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:

CreateLicenseResponse, createLicenseResponse_licenseArn - Amazon Resource Name (ARN) of the license.

CreateLicenseResponse, createLicenseResponse_status - License status.

CreateLicenseResponse, createLicenseResponse_version - License version.

$sel:httpStatus:CreateLicenseResponse', createLicenseResponse_httpStatus - The response's http status code.

CreateLicenseConfiguration

data CreateLicenseConfiguration Source #

See: newCreateLicenseConfiguration smart constructor.

Instances

Instances details
ToJSON CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

ToHeaders CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

ToPath CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

ToQuery CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

AWSRequest CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Generic CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Associated Types

type Rep CreateLicenseConfiguration :: Type -> Type #

Read CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Show CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

NFData CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Eq CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Hashable CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

type AWSResponse CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

type Rep CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

type Rep CreateLicenseConfiguration = D1 ('MetaData "CreateLicenseConfiguration" "Amazonka.LicenseManager.CreateLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateLicenseConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "disassociateWhenNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "licenseCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "licenseCountHardLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "licenseRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "productInformationList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProductInformation]))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "licenseCountingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LicenseCountingType))))))

newCreateLicenseConfiguration Source #

Create a value of CreateLicenseConfiguration 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:

CreateLicenseConfiguration, createLicenseConfiguration_description - Description of the license configuration.

CreateLicenseConfiguration, createLicenseConfiguration_disassociateWhenNotFound - When true, disassociates a resource when software is uninstalled.

CreateLicenseConfiguration, createLicenseConfiguration_licenseCount - Number of licenses managed by the license configuration.

CreateLicenseConfiguration, createLicenseConfiguration_licenseCountHardLimit - Indicates whether hard or soft license enforcement is used. Exceeding a hard limit blocks the launch of new instances.

CreateLicenseConfiguration, createLicenseConfiguration_licenseRules - License rules. The syntax is #name=value (for example, #allowedTenancy=EC2-DedicatedHost). The available rules vary by dimension, as follows.

  • Cores dimension: allowedTenancy | licenseAffinityToHost | maximumCores | minimumCores
  • Instances dimension: allowedTenancy | maximumCores | minimumCores | maximumSockets | minimumSockets | maximumVcpus | minimumVcpus
  • Sockets dimension: allowedTenancy | licenseAffinityToHost | maximumSockets | minimumSockets
  • vCPUs dimension: allowedTenancy | honorVcpuOptimization | maximumVcpus | minimumVcpus

The unit for licenseAffinityToHost is days and the range is 1 to 180. The possible values for allowedTenancy are EC2-Default, EC2-DedicatedHost, and EC2-DedicatedInstance. The possible values for honorVcpuOptimization are True and False.

CreateLicenseConfiguration, createLicenseConfiguration_productInformationList - Product information.

CreateLicenseConfiguration, createLicenseConfiguration_tags - Tags to add to the license configuration.

CreateLicenseConfiguration, createLicenseConfiguration_name - Name of the license configuration.

CreateLicenseConfiguration, createLicenseConfiguration_licenseCountingType - Dimension used to track the license inventory.

data CreateLicenseConfigurationResponse Source #

Instances

Instances details
Generic CreateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Associated Types

type Rep CreateLicenseConfigurationResponse :: Type -> Type #

Read CreateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Show CreateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

NFData CreateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Eq CreateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

type Rep CreateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

type Rep CreateLicenseConfigurationResponse = D1 ('MetaData "CreateLicenseConfigurationResponse" "Amazonka.LicenseManager.CreateLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateLicenseConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateLicenseConfigurationResponse Source #

Create a value of CreateLicenseConfigurationResponse 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:

CreateLicenseConfigurationResponse, createLicenseConfigurationResponse_licenseConfigurationArn - Amazon Resource Name (ARN) of the license configuration.

$sel:httpStatus:CreateLicenseConfigurationResponse', createLicenseConfigurationResponse_httpStatus - The response's http status code.

CreateLicenseConversionTaskForResource

data CreateLicenseConversionTaskForResource Source #

Instances

Instances details
ToJSON CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

ToHeaders CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

ToPath CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

ToQuery CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

AWSRequest CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

Generic CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

Read CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

Show CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

NFData CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

Eq CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

Hashable CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

type AWSResponse CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

type Rep CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

type Rep CreateLicenseConversionTaskForResource = D1 ('MetaData "CreateLicenseConversionTaskForResource" "Amazonka.LicenseManager.CreateLicenseConversionTaskForResource" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateLicenseConversionTaskForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "sourceLicenseContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LicenseConversionContext) :*: S1 ('MetaSel ('Just "destinationLicenseContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LicenseConversionContext))))

newCreateLicenseConversionTaskForResource Source #

Create a value of CreateLicenseConversionTaskForResource 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:

CreateLicenseConversionTaskForResource, createLicenseConversionTaskForResource_resourceArn - Amazon Resource Name (ARN) of the resource you are converting the license type for.

CreateLicenseConversionTaskForResource, createLicenseConversionTaskForResource_sourceLicenseContext - Information that identifies the license type you are converting from. For the structure of the source license, see Convert a license type using the Amazon Web Services CLI in the License Manager User Guide.

CreateLicenseConversionTaskForResource, createLicenseConversionTaskForResource_destinationLicenseContext - Information that identifies the license type you are converting to. For the structure of the destination license, see Convert a license type using the Amazon Web Services CLI in the License Manager User Guide.

data CreateLicenseConversionTaskForResourceResponse Source #

Instances

Instances details
Generic CreateLicenseConversionTaskForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

Read CreateLicenseConversionTaskForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

Show CreateLicenseConversionTaskForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

NFData CreateLicenseConversionTaskForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

Eq CreateLicenseConversionTaskForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

type Rep CreateLicenseConversionTaskForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

type Rep CreateLicenseConversionTaskForResourceResponse = D1 ('MetaData "CreateLicenseConversionTaskForResourceResponse" "Amazonka.LicenseManager.CreateLicenseConversionTaskForResource" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateLicenseConversionTaskForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConversionTaskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateLicenseConversionTaskForResourceResponse Source #

Create a value of CreateLicenseConversionTaskForResourceResponse 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:

CreateLicenseConversionTaskForResourceResponse, createLicenseConversionTaskForResourceResponse_licenseConversionTaskId - The ID of the created license type conversion task.

$sel:httpStatus:CreateLicenseConversionTaskForResourceResponse', createLicenseConversionTaskForResourceResponse_httpStatus - The response's http status code.

CreateLicenseManagerReportGenerator

data CreateLicenseManagerReportGenerator Source #

Instances

Instances details
ToJSON CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

ToHeaders CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

ToPath CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

ToQuery CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

AWSRequest CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

Generic CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

Read CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

Show CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

NFData CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

Eq CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

Hashable CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

type AWSResponse CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

type Rep CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

type Rep CreateLicenseManagerReportGenerator = D1 ('MetaData "CreateLicenseManagerReportGenerator" "Amazonka.LicenseManager.CreateLicenseManagerReportGenerator" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateLicenseManagerReportGenerator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "reportGeneratorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ReportType]) :*: S1 ('MetaSel ('Just "reportContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReportContext)) :*: (S1 ('MetaSel ('Just "reportFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReportFrequency) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateLicenseManagerReportGenerator Source #

Create a value of CreateLicenseManagerReportGenerator 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:

CreateLicenseManagerReportGenerator, createLicenseManagerReportGenerator_description - Description of the report generator.

CreateLicenseManagerReportGenerator, createLicenseManagerReportGenerator_tags - Tags to add to the report generator.

CreateLicenseManagerReportGenerator, createLicenseManagerReportGenerator_reportGeneratorName - Name of the report generator.

$sel:type':CreateLicenseManagerReportGenerator', createLicenseManagerReportGenerator_type - Type of reports to generate. The following report types an be generated:

  • License configuration report - Reports the number and details of consumed licenses for a license configuration.
  • Resource report - Reports the tracked licenses and resource consumption for a license configuration.

CreateLicenseManagerReportGenerator, createLicenseManagerReportGenerator_reportContext - Defines the type of license configuration the report generator tracks.

CreateLicenseManagerReportGenerator, createLicenseManagerReportGenerator_reportFrequency - Frequency by which reports are generated. Reports can be generated daily, monthly, or weekly.

$sel:clientToken:CreateLicenseManagerReportGenerator', createLicenseManagerReportGenerator_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

data CreateLicenseManagerReportGeneratorResponse Source #

Instances

Instances details
Generic CreateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

Read CreateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

Show CreateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

NFData CreateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

Eq CreateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

type Rep CreateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

type Rep CreateLicenseManagerReportGeneratorResponse = D1 ('MetaData "CreateLicenseManagerReportGeneratorResponse" "Amazonka.LicenseManager.CreateLicenseManagerReportGenerator" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateLicenseManagerReportGeneratorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseManagerReportGeneratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateLicenseManagerReportGeneratorResponse Source #

Create a value of CreateLicenseManagerReportGeneratorResponse 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:

CreateLicenseManagerReportGeneratorResponse, createLicenseManagerReportGeneratorResponse_licenseManagerReportGeneratorArn - The Amazon Resource Name (ARN) of the new report generator.

$sel:httpStatus:CreateLicenseManagerReportGeneratorResponse', createLicenseManagerReportGeneratorResponse_httpStatus - The response's http status code.

CreateLicenseVersion

data CreateLicenseVersion Source #

See: newCreateLicenseVersion smart constructor.

Instances

Instances details
ToJSON CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

ToHeaders CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

ToPath CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

ToQuery CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

AWSRequest CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Associated Types

type AWSResponse CreateLicenseVersion #

Generic CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Associated Types

type Rep CreateLicenseVersion :: Type -> Type #

Read CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Show CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

NFData CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Methods

rnf :: CreateLicenseVersion -> () #

Eq CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Hashable CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

type AWSResponse CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

type Rep CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

type Rep CreateLicenseVersion = D1 ('MetaData "CreateLicenseVersion" "Amazonka.LicenseManager.CreateLicenseVersion" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateLicenseVersion'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "licenseMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Metadata])) :*: (S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "licenseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "productName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "issuer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Issuer)))) :*: ((S1 ('MetaSel ('Just "homeRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "validity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DatetimeRange) :*: S1 ('MetaSel ('Just "entitlements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Entitlement]))) :*: (S1 ('MetaSel ('Just "consumptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConsumptionConfiguration) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LicenseStatus) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateLicenseVersion Source #

Create a value of CreateLicenseVersion 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:

CreateLicenseVersion, createLicenseVersion_licenseMetadata - Information about the license.

$sel:sourceVersion:CreateLicenseVersion', createLicenseVersion_sourceVersion - Current version of the license.

CreateLicenseVersion, createLicenseVersion_licenseArn - Amazon Resource Name (ARN) of the license.

CreateLicenseVersion, createLicenseVersion_licenseName - License name.

CreateLicenseVersion, createLicenseVersion_productName - Product name.

CreateLicenseVersion, createLicenseVersion_issuer - License issuer.

CreateLicenseVersion, createLicenseVersion_homeRegion - Home Region of the license.

CreateLicenseVersion, createLicenseVersion_validity - Date and time range during which the license is valid, in ISO8601-UTC format.

CreateLicenseVersion, createLicenseVersion_entitlements - License entitlements.

CreateLicenseVersion, createLicenseVersion_consumptionConfiguration - Configuration for consumption of the license. Choose a provisional configuration for workloads running with continuous connectivity. Choose a borrow configuration for workloads with offline usage.

CreateLicenseVersion, createLicenseVersion_status - License status.

$sel:clientToken:CreateLicenseVersion', createLicenseVersion_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

data CreateLicenseVersionResponse Source #

See: newCreateLicenseVersionResponse smart constructor.

Instances

Instances details
Generic CreateLicenseVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Associated Types

type Rep CreateLicenseVersionResponse :: Type -> Type #

Read CreateLicenseVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Show CreateLicenseVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

NFData CreateLicenseVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Eq CreateLicenseVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

type Rep CreateLicenseVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

type Rep CreateLicenseVersionResponse = D1 ('MetaData "CreateLicenseVersionResponse" "Amazonka.LicenseManager.CreateLicenseVersion" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateLicenseVersionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseStatus))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateLicenseVersionResponse Source #

Create a value of CreateLicenseVersionResponse 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:

CreateLicenseVersion, createLicenseVersionResponse_licenseArn - License ARN.

CreateLicenseVersion, createLicenseVersionResponse_status - License status.

CreateLicenseVersionResponse, createLicenseVersionResponse_version - New version of the license.

$sel:httpStatus:CreateLicenseVersionResponse', createLicenseVersionResponse_httpStatus - The response's http status code.

CreateToken

data CreateToken Source #

See: newCreateToken smart constructor.

Constructors

CreateToken' (Maybe Int) (Maybe [Text]) (Maybe [Text]) Text Text 

Instances

Instances details
ToJSON CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

ToHeaders CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Methods

toHeaders :: CreateToken -> [Header] #

ToPath CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

ToQuery CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

AWSRequest CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Associated Types

type AWSResponse CreateToken #

Generic CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Associated Types

type Rep CreateToken :: Type -> Type #

Read CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Show CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

NFData CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Methods

rnf :: CreateToken -> () #

Eq CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Hashable CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

type AWSResponse CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

type Rep CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

type Rep CreateToken = D1 ('MetaData "CreateToken" "Amazonka.LicenseManager.CreateToken" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateToken'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expirationInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "roleArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "tokenProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateToken Source #

Create a value of CreateToken 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:expirationInDays:CreateToken', createToken_expirationInDays - Token expiration, in days, counted from token creation. The default is 365 days.

CreateToken, createToken_roleArns - Amazon Resource Name (ARN) of the IAM roles to embed in the token. License Manager does not check whether the roles are in use.

CreateToken, createToken_tokenProperties - Data specified by the caller to be included in the JWT token. The data is mapped to the amr claim of the JWT token.

CreateToken, createToken_licenseArn - Amazon Resource Name (ARN) of the license. The ARN is mapped to the aud claim of the JWT token.

$sel:clientToken:CreateToken', createToken_clientToken - Idempotency token, valid for 10 minutes.

data CreateTokenResponse Source #

See: newCreateTokenResponse smart constructor.

Instances

Instances details
Generic CreateTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Associated Types

type Rep CreateTokenResponse :: Type -> Type #

Read CreateTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Show CreateTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

NFData CreateTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Methods

rnf :: CreateTokenResponse -> () #

Eq CreateTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

type Rep CreateTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

type Rep CreateTokenResponse = D1 ('MetaData "CreateTokenResponse" "Amazonka.LicenseManager.CreateToken" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "CreateTokenResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "token") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tokenId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tokenType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TokenType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateTokenResponse Source #

Create a value of CreateTokenResponse 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:token:CreateTokenResponse', createTokenResponse_token - Refresh token, encoded as a JWT token.

CreateTokenResponse, createTokenResponse_tokenId - Token ID.

CreateTokenResponse, createTokenResponse_tokenType - Token type.

$sel:httpStatus:CreateTokenResponse', createTokenResponse_httpStatus - The response's http status code.

DeleteGrant

data DeleteGrant Source #

See: newDeleteGrant smart constructor.

Constructors

DeleteGrant' (Maybe Text) Text Text 

Instances

Instances details
ToJSON DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

ToHeaders DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Methods

toHeaders :: DeleteGrant -> [Header] #

ToPath DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

ToQuery DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

AWSRequest DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Associated Types

type AWSResponse DeleteGrant #

Generic DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Associated Types

type Rep DeleteGrant :: Type -> Type #

Read DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Show DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

NFData DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Methods

rnf :: DeleteGrant -> () #

Eq DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Hashable DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

type AWSResponse DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

type Rep DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

type Rep DeleteGrant = D1 ('MetaData "DeleteGrant" "Amazonka.LicenseManager.DeleteGrant" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "DeleteGrant'" 'PrefixI 'True) (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteGrant Source #

Create a value of DeleteGrant 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:

DeleteGrant, deleteGrant_statusReason - The Status reason for the delete request.

DeleteGrant, deleteGrant_grantArn - Amazon Resource Name (ARN) of the grant.

DeleteGrant, deleteGrant_version - Current version of the grant.

data DeleteGrantResponse Source #

See: newDeleteGrantResponse smart constructor.

Instances

Instances details
Generic DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Associated Types

type Rep DeleteGrantResponse :: Type -> Type #

Read DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Show DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

NFData DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Methods

rnf :: DeleteGrantResponse -> () #

Eq DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

type Rep DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

type Rep DeleteGrantResponse = D1 ('MetaData "DeleteGrantResponse" "Amazonka.LicenseManager.DeleteGrant" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "DeleteGrantResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrantStatus))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteGrantResponse Source #

Create a value of DeleteGrantResponse 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:

DeleteGrant, deleteGrantResponse_grantArn - Grant ARN.

DeleteGrantResponse, deleteGrantResponse_status - Grant status.

DeleteGrant, deleteGrantResponse_version - Grant version.

$sel:httpStatus:DeleteGrantResponse', deleteGrantResponse_httpStatus - The response's http status code.

DeleteLicense

data DeleteLicense Source #

See: newDeleteLicense smart constructor.

Constructors

DeleteLicense' Text Text 

Instances

Instances details
ToJSON DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

ToHeaders DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

ToPath DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

ToQuery DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

AWSRequest DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Associated Types

type AWSResponse DeleteLicense #

Generic DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Associated Types

type Rep DeleteLicense :: Type -> Type #

Read DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Show DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

NFData DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Methods

rnf :: DeleteLicense -> () #

Eq DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Hashable DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

type AWSResponse DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

type Rep DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

type Rep DeleteLicense = D1 ('MetaData "DeleteLicense" "Amazonka.LicenseManager.DeleteLicense" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "DeleteLicense'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteLicense Source #

Create a value of DeleteLicense 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:

DeleteLicense, deleteLicense_licenseArn - Amazon Resource Name (ARN) of the license.

$sel:sourceVersion:DeleteLicense', deleteLicense_sourceVersion - Current version of the license.

data DeleteLicenseResponse Source #

See: newDeleteLicenseResponse smart constructor.

Instances

Instances details
Generic DeleteLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Associated Types

type Rep DeleteLicenseResponse :: Type -> Type #

Read DeleteLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Show DeleteLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

NFData DeleteLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Methods

rnf :: DeleteLicenseResponse -> () #

Eq DeleteLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

type Rep DeleteLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

type Rep DeleteLicenseResponse = D1 ('MetaData "DeleteLicenseResponse" "Amazonka.LicenseManager.DeleteLicense" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "DeleteLicenseResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deletionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseDeletionStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteLicenseResponse Source #

Create a value of DeleteLicenseResponse 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:deletionDate:DeleteLicenseResponse', deleteLicenseResponse_deletionDate - Date when the license is deleted.

DeleteLicenseResponse, deleteLicenseResponse_status - License status.

$sel:httpStatus:DeleteLicenseResponse', deleteLicenseResponse_httpStatus - The response's http status code.

DeleteLicenseConfiguration

data DeleteLicenseConfiguration Source #

See: newDeleteLicenseConfiguration smart constructor.

Instances

Instances details
ToJSON DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

ToHeaders DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

ToPath DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

ToQuery DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

AWSRequest DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Generic DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Associated Types

type Rep DeleteLicenseConfiguration :: Type -> Type #

Read DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Show DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

NFData DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Eq DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Hashable DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

type AWSResponse DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

type Rep DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

type Rep DeleteLicenseConfiguration = D1 ('MetaData "DeleteLicenseConfiguration" "Amazonka.LicenseManager.DeleteLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "DeleteLicenseConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteLicenseConfiguration Source #

Create a value of DeleteLicenseConfiguration 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:

DeleteLicenseConfiguration, deleteLicenseConfiguration_licenseConfigurationArn - ID of the license configuration.

data DeleteLicenseConfigurationResponse Source #

Instances

Instances details
Generic DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Associated Types

type Rep DeleteLicenseConfigurationResponse :: Type -> Type #

Read DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Show DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

NFData DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Eq DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

type Rep DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

type Rep DeleteLicenseConfigurationResponse = D1 ('MetaData "DeleteLicenseConfigurationResponse" "Amazonka.LicenseManager.DeleteLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "DeleteLicenseConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteLicenseConfigurationResponse Source #

Create a value of DeleteLicenseConfigurationResponse 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:httpStatus:DeleteLicenseConfigurationResponse', deleteLicenseConfigurationResponse_httpStatus - The response's http status code.

DeleteLicenseManagerReportGenerator

data DeleteLicenseManagerReportGenerator Source #

Instances

Instances details
ToJSON DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

ToHeaders DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

ToPath DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

ToQuery DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

AWSRequest DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Generic DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Read DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Show DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

NFData DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Eq DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Hashable DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

type AWSResponse DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

type Rep DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

type Rep DeleteLicenseManagerReportGenerator = D1 ('MetaData "DeleteLicenseManagerReportGenerator" "Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "DeleteLicenseManagerReportGenerator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseManagerReportGeneratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteLicenseManagerReportGenerator Source #

Create a value of DeleteLicenseManagerReportGenerator 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:

DeleteLicenseManagerReportGenerator, deleteLicenseManagerReportGenerator_licenseManagerReportGeneratorArn - Amazon Resource Name (ARN) of the report generator to be deleted.

data DeleteLicenseManagerReportGeneratorResponse Source #

Instances

Instances details
Generic DeleteLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Read DeleteLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Show DeleteLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

NFData DeleteLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Eq DeleteLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

type Rep DeleteLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

type Rep DeleteLicenseManagerReportGeneratorResponse = D1 ('MetaData "DeleteLicenseManagerReportGeneratorResponse" "Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "DeleteLicenseManagerReportGeneratorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteLicenseManagerReportGeneratorResponse Source #

Create a value of DeleteLicenseManagerReportGeneratorResponse 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:httpStatus:DeleteLicenseManagerReportGeneratorResponse', deleteLicenseManagerReportGeneratorResponse_httpStatus - The response's http status code.

DeleteToken

data DeleteToken Source #

See: newDeleteToken smart constructor.

Constructors

DeleteToken' Text 

Instances

Instances details
ToJSON DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

ToHeaders DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Methods

toHeaders :: DeleteToken -> [Header] #

ToPath DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

ToQuery DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

AWSRequest DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Associated Types

type AWSResponse DeleteToken #

Generic DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Associated Types

type Rep DeleteToken :: Type -> Type #

Read DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Show DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

NFData DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Methods

rnf :: DeleteToken -> () #

Eq DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Hashable DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

type AWSResponse DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

type Rep DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

type Rep DeleteToken = D1 ('MetaData "DeleteToken" "Amazonka.LicenseManager.DeleteToken" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "DeleteToken'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tokenId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteToken Source #

Create a value of DeleteToken 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:

DeleteToken, deleteToken_tokenId - Token ID.

data DeleteTokenResponse Source #

See: newDeleteTokenResponse smart constructor.

Instances

Instances details
Generic DeleteTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Associated Types

type Rep DeleteTokenResponse :: Type -> Type #

Read DeleteTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Show DeleteTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

NFData DeleteTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Methods

rnf :: DeleteTokenResponse -> () #

Eq DeleteTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

type Rep DeleteTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

type Rep DeleteTokenResponse = D1 ('MetaData "DeleteTokenResponse" "Amazonka.LicenseManager.DeleteToken" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "DeleteTokenResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteTokenResponse Source #

Create a value of DeleteTokenResponse 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:httpStatus:DeleteTokenResponse', deleteTokenResponse_httpStatus - The response's http status code.

ExtendLicenseConsumption

data ExtendLicenseConsumption Source #

See: newExtendLicenseConsumption smart constructor.

Instances

Instances details
ToJSON ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

ToHeaders ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

ToPath ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

ToQuery ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

AWSRequest ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Generic ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Associated Types

type Rep ExtendLicenseConsumption :: Type -> Type #

Read ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Show ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

NFData ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Eq ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Hashable ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

type AWSResponse ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

type Rep ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

type Rep ExtendLicenseConsumption = D1 ('MetaData "ExtendLicenseConsumption" "Amazonka.LicenseManager.ExtendLicenseConsumption" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ExtendLicenseConsumption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "licenseConsumptionToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newExtendLicenseConsumption Source #

Create a value of ExtendLicenseConsumption 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:dryRun:ExtendLicenseConsumption', extendLicenseConsumption_dryRun - Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.

ExtendLicenseConsumption, extendLicenseConsumption_licenseConsumptionToken - License consumption token.

data ExtendLicenseConsumptionResponse Source #

See: newExtendLicenseConsumptionResponse smart constructor.

Instances

Instances details
Generic ExtendLicenseConsumptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Associated Types

type Rep ExtendLicenseConsumptionResponse :: Type -> Type #

Read ExtendLicenseConsumptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Show ExtendLicenseConsumptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

NFData ExtendLicenseConsumptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Eq ExtendLicenseConsumptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

type Rep ExtendLicenseConsumptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

type Rep ExtendLicenseConsumptionResponse = D1 ('MetaData "ExtendLicenseConsumptionResponse" "Amazonka.LicenseManager.ExtendLicenseConsumption" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ExtendLicenseConsumptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "expiration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenseConsumptionToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newExtendLicenseConsumptionResponse Source #

Create a value of ExtendLicenseConsumptionResponse 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:expiration:ExtendLicenseConsumptionResponse', extendLicenseConsumptionResponse_expiration - Date and time at which the license consumption expires.

ExtendLicenseConsumption, extendLicenseConsumptionResponse_licenseConsumptionToken - License consumption token.

$sel:httpStatus:ExtendLicenseConsumptionResponse', extendLicenseConsumptionResponse_httpStatus - The response's http status code.

GetAccessToken

data GetAccessToken Source #

See: newGetAccessToken smart constructor.

Constructors

GetAccessToken' (Maybe [Text]) Text 

Instances

Instances details
ToJSON GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

ToHeaders GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

ToPath GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

ToQuery GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

AWSRequest GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Associated Types

type AWSResponse GetAccessToken #

Generic GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Associated Types

type Rep GetAccessToken :: Type -> Type #

Read GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Show GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

NFData GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Methods

rnf :: GetAccessToken -> () #

Eq GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Hashable GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

type AWSResponse GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

type Rep GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

type Rep GetAccessToken = D1 ('MetaData "GetAccessToken" "Amazonka.LicenseManager.GetAccessToken" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetAccessToken'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tokenProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "token") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAccessToken Source #

Create a value of GetAccessToken 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:

GetAccessToken, getAccessToken_tokenProperties - Token properties to validate against those present in the JWT token.

$sel:token:GetAccessToken', getAccessToken_token - Refresh token, encoded as a JWT token.

data GetAccessTokenResponse Source #

See: newGetAccessTokenResponse smart constructor.

Instances

Instances details
Generic GetAccessTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Associated Types

type Rep GetAccessTokenResponse :: Type -> Type #

Read GetAccessTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Show GetAccessTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

NFData GetAccessTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Methods

rnf :: GetAccessTokenResponse -> () #

Eq GetAccessTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

type Rep GetAccessTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

type Rep GetAccessTokenResponse = D1 ('MetaData "GetAccessTokenResponse" "Amazonka.LicenseManager.GetAccessToken" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetAccessTokenResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAccessTokenResponse Source #

Create a value of GetAccessTokenResponse 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:accessToken:GetAccessTokenResponse', getAccessTokenResponse_accessToken - Temporary access token.

$sel:httpStatus:GetAccessTokenResponse', getAccessTokenResponse_httpStatus - The response's http status code.

GetGrant

data GetGrant Source #

See: newGetGrant smart constructor.

Constructors

GetGrant' (Maybe Text) Text 

Instances

Instances details
ToJSON GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

ToHeaders GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Methods

toHeaders :: GetGrant -> [Header] #

ToPath GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

ToQuery GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

AWSRequest GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Associated Types

type AWSResponse GetGrant #

Generic GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Associated Types

type Rep GetGrant :: Type -> Type #

Methods

from :: GetGrant -> Rep GetGrant x #

to :: Rep GetGrant x -> GetGrant #

Read GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Show GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

NFData GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Methods

rnf :: GetGrant -> () #

Eq GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Hashable GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Methods

hashWithSalt :: Int -> GetGrant -> Int #

hash :: GetGrant -> Int #

type AWSResponse GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

type Rep GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

type Rep GetGrant = D1 ('MetaData "GetGrant" "Amazonka.LicenseManager.GetGrant" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetGrant'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetGrant Source #

Arguments

:: Text

GetGrant

-> GetGrant 

Create a value of GetGrant 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:

GetGrant, getGrant_version - Grant version.

GetGrant, getGrant_grantArn - Amazon Resource Name (ARN) of the grant.

data GetGrantResponse Source #

See: newGetGrantResponse smart constructor.

Instances

Instances details
Generic GetGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Associated Types

type Rep GetGrantResponse :: Type -> Type #

Read GetGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Show GetGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

NFData GetGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Methods

rnf :: GetGrantResponse -> () #

Eq GetGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

type Rep GetGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

type Rep GetGrantResponse = D1 ('MetaData "GetGrantResponse" "Amazonka.LicenseManager.GetGrant" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetGrantResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "grant") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Grant)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetGrantResponse Source #

Create a value of GetGrantResponse 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:grant:GetGrantResponse', getGrantResponse_grant - Grant details.

$sel:httpStatus:GetGrantResponse', getGrantResponse_httpStatus - The response's http status code.

GetLicense

data GetLicense Source #

See: newGetLicense smart constructor.

Constructors

GetLicense' (Maybe Text) Text 

Instances

Instances details
ToJSON GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

ToHeaders GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Methods

toHeaders :: GetLicense -> [Header] #

ToPath GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

ToQuery GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

AWSRequest GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Associated Types

type AWSResponse GetLicense #

Generic GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Associated Types

type Rep GetLicense :: Type -> Type #

Read GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Show GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

NFData GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Methods

rnf :: GetLicense -> () #

Eq GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Hashable GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

type AWSResponse GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

type Rep GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

type Rep GetLicense = D1 ('MetaData "GetLicense" "Amazonka.LicenseManager.GetLicense" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetLicense'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetLicense Source #

Arguments

:: Text

GetLicense

-> GetLicense 

Create a value of GetLicense 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:

GetLicense, getLicense_version - License version.

GetLicense, getLicense_licenseArn - Amazon Resource Name (ARN) of the license.

data GetLicenseResponse Source #

See: newGetLicenseResponse smart constructor.

Instances

Instances details
Generic GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Associated Types

type Rep GetLicenseResponse :: Type -> Type #

Read GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Show GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

NFData GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Methods

rnf :: GetLicenseResponse -> () #

Eq GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

type Rep GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

type Rep GetLicenseResponse = D1 ('MetaData "GetLicenseResponse" "Amazonka.LicenseManager.GetLicense" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetLicenseResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "license") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe License)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetLicenseResponse Source #

Create a value of GetLicenseResponse 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:license:GetLicenseResponse', getLicenseResponse_license - License details.

$sel:httpStatus:GetLicenseResponse', getLicenseResponse_httpStatus - The response's http status code.

GetLicenseConfiguration

data GetLicenseConfiguration Source #

See: newGetLicenseConfiguration smart constructor.

Instances

Instances details
ToJSON GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

ToHeaders GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

ToPath GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

ToQuery GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

AWSRequest GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Generic GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Associated Types

type Rep GetLicenseConfiguration :: Type -> Type #

Read GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Show GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

NFData GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Methods

rnf :: GetLicenseConfiguration -> () #

Eq GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Hashable GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

type AWSResponse GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

type Rep GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

type Rep GetLicenseConfiguration = D1 ('MetaData "GetLicenseConfiguration" "Amazonka.LicenseManager.GetLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetLicenseConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetLicenseConfiguration Source #

Create a value of GetLicenseConfiguration 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:

GetLicenseConfiguration, getLicenseConfiguration_licenseConfigurationArn - Amazon Resource Name (ARN) of the license configuration.

data GetLicenseConfigurationResponse Source #

See: newGetLicenseConfigurationResponse smart constructor.

Instances

Instances details
Generic GetLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Associated Types

type Rep GetLicenseConfigurationResponse :: Type -> Type #

Read GetLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Show GetLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

NFData GetLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Eq GetLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

type Rep GetLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

type Rep GetLicenseConfigurationResponse = D1 ('MetaData "GetLicenseConfigurationResponse" "Amazonka.LicenseManager.GetLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetLicenseConfigurationResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "automatedDiscoveryInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomatedDiscoveryInformation)) :*: S1 ('MetaSel ('Just "consumedLicenseSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConsumedLicenseSummary]))) :*: (S1 ('MetaSel ('Just "consumedLicenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "disassociateWhenNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "licenseConfigurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenseCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "licenseCountHardLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 ('MetaSel ('Just "licenseCountingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseCountingType)) :*: S1 ('MetaSel ('Just "licenseRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "managedResourceSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ManagedResourceSummary])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "ownerAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productInformationList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProductInformation]))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newGetLicenseConfigurationResponse Source #

Create a value of GetLicenseConfigurationResponse 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:

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_automatedDiscoveryInformation - Automated discovery information.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_consumedLicenseSummaryList - Summaries of the licenses consumed by resources.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_consumedLicenses - Number of licenses assigned to resources.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_description - Description of the license configuration.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_disassociateWhenNotFound - When true, disassociates a resource when software is uninstalled.

GetLicenseConfiguration, getLicenseConfigurationResponse_licenseConfigurationArn - Amazon Resource Name (ARN) of the license configuration.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_licenseConfigurationId - Unique ID for the license configuration.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_licenseCount - Number of available licenses.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_licenseCountHardLimit - Sets the number of available licenses as a hard limit.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_licenseCountingType - Dimension for which the licenses are counted.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_licenseRules - License rules.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_managedResourceSummaryList - Summaries of the managed resources.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_name - Name of the license configuration.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_ownerAccountId - Account ID of the owner of the license configuration.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_productInformationList - Product information.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_status - License configuration status.

GetLicenseConfigurationResponse, getLicenseConfigurationResponse_tags - Tags for the license configuration.

$sel:httpStatus:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_httpStatus - The response's http status code.

GetLicenseConversionTask

data GetLicenseConversionTask Source #

See: newGetLicenseConversionTask smart constructor.

Instances

Instances details
ToJSON GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

ToHeaders GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

ToPath GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

ToQuery GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

AWSRequest GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Generic GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Associated Types

type Rep GetLicenseConversionTask :: Type -> Type #

Read GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Show GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

NFData GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Eq GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Hashable GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

type AWSResponse GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

type Rep GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

type Rep GetLicenseConversionTask = D1 ('MetaData "GetLicenseConversionTask" "Amazonka.LicenseManager.GetLicenseConversionTask" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetLicenseConversionTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConversionTaskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetLicenseConversionTask Source #

Create a value of GetLicenseConversionTask 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:

GetLicenseConversionTask, getLicenseConversionTask_licenseConversionTaskId - ID of the license type conversion task to retrieve information on.

data GetLicenseConversionTaskResponse Source #

See: newGetLicenseConversionTaskResponse smart constructor.

Instances

Instances details
Generic GetLicenseConversionTaskResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Associated Types

type Rep GetLicenseConversionTaskResponse :: Type -> Type #

Read GetLicenseConversionTaskResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Show GetLicenseConversionTaskResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

NFData GetLicenseConversionTaskResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Eq GetLicenseConversionTaskResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

type Rep GetLicenseConversionTaskResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

type Rep GetLicenseConversionTaskResponse = D1 ('MetaData "GetLicenseConversionTaskResponse" "Amazonka.LicenseManager.GetLicenseConversionTask" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetLicenseConversionTaskResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "destinationLicenseContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConversionContext)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "licenseConversionTaskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenseConversionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "sourceLicenseContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConversionContext)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConversionTaskStatus)) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newGetLicenseConversionTaskResponse Source #

Create a value of GetLicenseConversionTaskResponse 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:

GetLicenseConversionTaskResponse, getLicenseConversionTaskResponse_destinationLicenseContext - Information about the license type converted to.

GetLicenseConversionTaskResponse, getLicenseConversionTaskResponse_endTime - Time at which the license type conversion task was completed.

GetLicenseConversionTask, getLicenseConversionTaskResponse_licenseConversionTaskId - ID of the license type conversion task.

GetLicenseConversionTaskResponse, getLicenseConversionTaskResponse_licenseConversionTime - Amount of time to complete the license type conversion.

GetLicenseConversionTaskResponse, getLicenseConversionTaskResponse_resourceArn - Amazon Resource Names (ARN) of the resources the license conversion task is associated with.

GetLicenseConversionTaskResponse, getLicenseConversionTaskResponse_sourceLicenseContext - Information about the license type converted from.

GetLicenseConversionTaskResponse, getLicenseConversionTaskResponse_startTime - Time at which the license type conversion task was started .

GetLicenseConversionTaskResponse, getLicenseConversionTaskResponse_status - Status of the license type conversion task.

GetLicenseConversionTaskResponse, getLicenseConversionTaskResponse_statusMessage - The status message for the conversion task.

$sel:httpStatus:GetLicenseConversionTaskResponse', getLicenseConversionTaskResponse_httpStatus - The response's http status code.

GetLicenseManagerReportGenerator

data GetLicenseManagerReportGenerator Source #

See: newGetLicenseManagerReportGenerator smart constructor.

Instances

Instances details
ToJSON GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

ToHeaders GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

ToPath GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

ToQuery GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

AWSRequest GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Generic GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Associated Types

type Rep GetLicenseManagerReportGenerator :: Type -> Type #

Read GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Show GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

NFData GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Eq GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Hashable GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

type AWSResponse GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

type Rep GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

type Rep GetLicenseManagerReportGenerator = D1 ('MetaData "GetLicenseManagerReportGenerator" "Amazonka.LicenseManager.GetLicenseManagerReportGenerator" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetLicenseManagerReportGenerator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseManagerReportGeneratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetLicenseManagerReportGenerator Source #

Create a value of GetLicenseManagerReportGenerator 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:

GetLicenseManagerReportGenerator, getLicenseManagerReportGenerator_licenseManagerReportGeneratorArn - Amazon Resource Name (ARN) of the report generator.

data GetLicenseManagerReportGeneratorResponse Source #

Instances

Instances details
Generic GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Read GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Show GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

NFData GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Eq GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

type Rep GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

type Rep GetLicenseManagerReportGeneratorResponse = D1 ('MetaData "GetLicenseManagerReportGeneratorResponse" "Amazonka.LicenseManager.GetLicenseManagerReportGenerator" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetLicenseManagerReportGeneratorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportGenerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportGenerator)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetLicenseManagerReportGeneratorResponse Source #

Create a value of GetLicenseManagerReportGeneratorResponse 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:reportGenerator:GetLicenseManagerReportGeneratorResponse', getLicenseManagerReportGeneratorResponse_reportGenerator - A report generator that creates periodic reports about your license configurations.

$sel:httpStatus:GetLicenseManagerReportGeneratorResponse', getLicenseManagerReportGeneratorResponse_httpStatus - The response's http status code.

GetLicenseUsage

data GetLicenseUsage Source #

See: newGetLicenseUsage smart constructor.

Constructors

GetLicenseUsage' Text 

Instances

Instances details
ToJSON GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

ToHeaders GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

ToPath GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

ToQuery GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

AWSRequest GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Associated Types

type AWSResponse GetLicenseUsage #

Generic GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Associated Types

type Rep GetLicenseUsage :: Type -> Type #

Read GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Show GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

NFData GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Methods

rnf :: GetLicenseUsage -> () #

Eq GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Hashable GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

type AWSResponse GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

type Rep GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

type Rep GetLicenseUsage = D1 ('MetaData "GetLicenseUsage" "Amazonka.LicenseManager.GetLicenseUsage" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetLicenseUsage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetLicenseUsage Source #

Create a value of GetLicenseUsage 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:

GetLicenseUsage, getLicenseUsage_licenseArn - Amazon Resource Name (ARN) of the license.

data GetLicenseUsageResponse Source #

See: newGetLicenseUsageResponse smart constructor.

Instances

Instances details
Generic GetLicenseUsageResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Associated Types

type Rep GetLicenseUsageResponse :: Type -> Type #

Read GetLicenseUsageResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Show GetLicenseUsageResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

NFData GetLicenseUsageResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Methods

rnf :: GetLicenseUsageResponse -> () #

Eq GetLicenseUsageResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

type Rep GetLicenseUsageResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

type Rep GetLicenseUsageResponse = D1 ('MetaData "GetLicenseUsageResponse" "Amazonka.LicenseManager.GetLicenseUsage" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetLicenseUsageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseUsage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseUsage)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetLicenseUsageResponse Source #

Create a value of GetLicenseUsageResponse 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:licenseUsage:GetLicenseUsageResponse', getLicenseUsageResponse_licenseUsage - License usage details.

$sel:httpStatus:GetLicenseUsageResponse', getLicenseUsageResponse_httpStatus - The response's http status code.

GetServiceSettings

data GetServiceSettings Source #

See: newGetServiceSettings smart constructor.

Constructors

GetServiceSettings' 

Instances

Instances details
ToJSON GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

ToHeaders GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

ToPath GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

ToQuery GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

AWSRequest GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Associated Types

type AWSResponse GetServiceSettings #

Generic GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Associated Types

type Rep GetServiceSettings :: Type -> Type #

Read GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Show GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

NFData GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Methods

rnf :: GetServiceSettings -> () #

Eq GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Hashable GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

type AWSResponse GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

type Rep GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

type Rep GetServiceSettings = D1 ('MetaData "GetServiceSettings" "Amazonka.LicenseManager.GetServiceSettings" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetServiceSettings'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetServiceSettings :: GetServiceSettings Source #

Create a value of GetServiceSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data GetServiceSettingsResponse Source #

See: newGetServiceSettingsResponse smart constructor.

Instances

Instances details
Generic GetServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Associated Types

type Rep GetServiceSettingsResponse :: Type -> Type #

Read GetServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Show GetServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

NFData GetServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Eq GetServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

type Rep GetServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

type Rep GetServiceSettingsResponse = D1 ('MetaData "GetServiceSettingsResponse" "Amazonka.LicenseManager.GetServiceSettings" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GetServiceSettingsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enableCrossAccountsDiscovery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "licenseManagerResourceShareArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationConfiguration)))) :*: (S1 ('MetaSel ('Just "s3BucketArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetServiceSettingsResponse Source #

Create a value of GetServiceSettingsResponse 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:enableCrossAccountsDiscovery:GetServiceSettingsResponse', getServiceSettingsResponse_enableCrossAccountsDiscovery - Indicates whether cross-account discovery is enabled.

$sel:licenseManagerResourceShareArn:GetServiceSettingsResponse', getServiceSettingsResponse_licenseManagerResourceShareArn - Amazon Resource Name (ARN) of the resource share. The License Manager management account provides member accounts with access to this share.

$sel:organizationConfiguration:GetServiceSettingsResponse', getServiceSettingsResponse_organizationConfiguration - Indicates whether Organizations is integrated with License Manager for cross-account discovery.

$sel:s3BucketArn:GetServiceSettingsResponse', getServiceSettingsResponse_s3BucketArn - Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.

$sel:snsTopicArn:GetServiceSettingsResponse', getServiceSettingsResponse_snsTopicArn - SNS topic configured to receive notifications from License Manager.

$sel:httpStatus:GetServiceSettingsResponse', getServiceSettingsResponse_httpStatus - The response's http status code.

ListAssociationsForLicenseConfiguration (Paginated)

data ListAssociationsForLicenseConfiguration Source #

Instances

Instances details
ToJSON ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

ToHeaders ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

ToPath ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

ToQuery ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

AWSPager ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

AWSRequest ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

Generic ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

Read ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

Show ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

NFData ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

Eq ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

Hashable ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

type AWSResponse ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

type Rep ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

type Rep ListAssociationsForLicenseConfiguration = D1 ('MetaData "ListAssociationsForLicenseConfiguration" "Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListAssociationsForLicenseConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAssociationsForLicenseConfiguration Source #

Create a value of ListAssociationsForLicenseConfiguration 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:maxResults:ListAssociationsForLicenseConfiguration', listAssociationsForLicenseConfiguration_maxResults - Maximum number of results to return in a single call.

ListAssociationsForLicenseConfiguration, listAssociationsForLicenseConfiguration_nextToken - Token for the next set of results.

ListAssociationsForLicenseConfiguration, listAssociationsForLicenseConfiguration_licenseConfigurationArn - Amazon Resource Name (ARN) of a license configuration.

data ListAssociationsForLicenseConfigurationResponse Source #

Instances

Instances details
Generic ListAssociationsForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

Read ListAssociationsForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

Show ListAssociationsForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

NFData ListAssociationsForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

Eq ListAssociationsForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

type Rep ListAssociationsForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

type Rep ListAssociationsForLicenseConfigurationResponse = D1 ('MetaData "ListAssociationsForLicenseConfigurationResponse" "Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListAssociationsForLicenseConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurationAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LicenseConfigurationAssociation])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

ListDistributedGrants

data ListDistributedGrants Source #

See: newListDistributedGrants smart constructor.

Instances

Instances details
ToJSON ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

ToHeaders ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

ToPath ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

ToQuery ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

AWSRequest ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Associated Types

type AWSResponse ListDistributedGrants #

Generic ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Associated Types

type Rep ListDistributedGrants :: Type -> Type #

Read ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Show ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

NFData ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Methods

rnf :: ListDistributedGrants -> () #

Eq ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Hashable ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

type AWSResponse ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

type Rep ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

type Rep ListDistributedGrants = D1 ('MetaData "ListDistributedGrants" "Amazonka.LicenseManager.ListDistributedGrants" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListDistributedGrants'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "grantArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListDistributedGrants :: ListDistributedGrants Source #

Create a value of ListDistributedGrants 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:filters:ListDistributedGrants', listDistributedGrants_filters - Filters to scope the results. The following filters are supported:

  • LicenseArn
  • GrantStatus
  • GranteePrincipalARN
  • ProductSKU
  • LicenseIssuerName

$sel:grantArns:ListDistributedGrants', listDistributedGrants_grantArns - Amazon Resource Names (ARNs) of the grants.

$sel:maxResults:ListDistributedGrants', listDistributedGrants_maxResults - Maximum number of results to return in a single call.

ListDistributedGrants, listDistributedGrants_nextToken - Token for the next set of results.

data ListDistributedGrantsResponse Source #

See: newListDistributedGrantsResponse smart constructor.

Instances

Instances details
Generic ListDistributedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Associated Types

type Rep ListDistributedGrantsResponse :: Type -> Type #

Read ListDistributedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Show ListDistributedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

NFData ListDistributedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Eq ListDistributedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

type Rep ListDistributedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

type Rep ListDistributedGrantsResponse = D1 ('MetaData "ListDistributedGrantsResponse" "Amazonka.LicenseManager.ListDistributedGrants" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListDistributedGrantsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "grants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Grant])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDistributedGrantsResponse Source #

Create a value of ListDistributedGrantsResponse 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:grants:ListDistributedGrantsResponse', listDistributedGrantsResponse_grants - Distributed grant details.

ListDistributedGrants, listDistributedGrantsResponse_nextToken - Token for the next set of results.

$sel:httpStatus:ListDistributedGrantsResponse', listDistributedGrantsResponse_httpStatus - The response's http status code.

ListFailuresForLicenseConfigurationOperations

data ListFailuresForLicenseConfigurationOperations Source #

Instances

Instances details
ToJSON ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

ToHeaders ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

ToPath ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

ToQuery ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

AWSRequest ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

Generic ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

Read ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

Show ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

NFData ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

Eq ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

Hashable ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

type AWSResponse ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

type Rep ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

type Rep ListFailuresForLicenseConfigurationOperations = D1 ('MetaData "ListFailuresForLicenseConfigurationOperations" "Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListFailuresForLicenseConfigurationOperations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListFailuresForLicenseConfigurationOperations Source #

Create a value of ListFailuresForLicenseConfigurationOperations 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:maxResults:ListFailuresForLicenseConfigurationOperations', listFailuresForLicenseConfigurationOperations_maxResults - Maximum number of results to return in a single call.

ListFailuresForLicenseConfigurationOperations, listFailuresForLicenseConfigurationOperations_nextToken - Token for the next set of results.

ListFailuresForLicenseConfigurationOperations, listFailuresForLicenseConfigurationOperations_licenseConfigurationArn - Amazon Resource Name of the license configuration.

data ListFailuresForLicenseConfigurationOperationsResponse Source #

Instances

Instances details
Generic ListFailuresForLicenseConfigurationOperationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

Read ListFailuresForLicenseConfigurationOperationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

Show ListFailuresForLicenseConfigurationOperationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

NFData ListFailuresForLicenseConfigurationOperationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

Eq ListFailuresForLicenseConfigurationOperationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

type Rep ListFailuresForLicenseConfigurationOperationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

type Rep ListFailuresForLicenseConfigurationOperationsResponse = D1 ('MetaData "ListFailuresForLicenseConfigurationOperationsResponse" "Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListFailuresForLicenseConfigurationOperationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseOperationFailureList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LicenseOperationFailure])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

ListLicenseConfigurations (Paginated)

data ListLicenseConfigurations Source #

See: newListLicenseConfigurations smart constructor.

Instances

Instances details
ToJSON ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

ToHeaders ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

ToPath ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

ToQuery ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

AWSPager ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

AWSRequest ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Generic ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Associated Types

type Rep ListLicenseConfigurations :: Type -> Type #

Read ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Show ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

NFData ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Eq ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Hashable ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

type AWSResponse ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

type Rep ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

type Rep ListLicenseConfigurations = D1 ('MetaData "ListLicenseConfigurations" "Amazonka.LicenseManager.ListLicenseConfigurations" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicenseConfigurations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "licenseConfigurationArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListLicenseConfigurations :: ListLicenseConfigurations Source #

Create a value of ListLicenseConfigurations 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:filters:ListLicenseConfigurations', listLicenseConfigurations_filters - Filters to scope the results. The following filters and logical operators are supported:

  • licenseCountingType - The dimension for which licenses are counted. Possible values are vCPU | Instance | Core | Socket. Logical operators are EQUALS | NOT_EQUALS.
  • enforceLicenseCount - A Boolean value that indicates whether hard license enforcement is used. Logical operators are EQUALS | NOT_EQUALS.
  • usagelimitExceeded - A Boolean value that indicates whether the available licenses have been exceeded. Logical operators are EQUALS | NOT_EQUALS.

ListLicenseConfigurations, listLicenseConfigurations_licenseConfigurationArns - Amazon Resource Names (ARN) of the license configurations.

$sel:maxResults:ListLicenseConfigurations', listLicenseConfigurations_maxResults - Maximum number of results to return in a single call.

ListLicenseConfigurations, listLicenseConfigurations_nextToken - Token for the next set of results.

data ListLicenseConfigurationsResponse Source #

See: newListLicenseConfigurationsResponse smart constructor.

Instances

Instances details
Generic ListLicenseConfigurationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Associated Types

type Rep ListLicenseConfigurationsResponse :: Type -> Type #

Read ListLicenseConfigurationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Show ListLicenseConfigurationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

NFData ListLicenseConfigurationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Eq ListLicenseConfigurationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

type Rep ListLicenseConfigurationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

type Rep ListLicenseConfigurationsResponse = D1 ('MetaData "ListLicenseConfigurationsResponse" "Amazonka.LicenseManager.ListLicenseConfigurations" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicenseConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LicenseConfiguration])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLicenseConfigurationsResponse Source #

Create a value of ListLicenseConfigurationsResponse 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:licenseConfigurations:ListLicenseConfigurationsResponse', listLicenseConfigurationsResponse_licenseConfigurations - Information about the license configurations.

ListLicenseConfigurations, listLicenseConfigurationsResponse_nextToken - Token for the next set of results.

$sel:httpStatus:ListLicenseConfigurationsResponse', listLicenseConfigurationsResponse_httpStatus - The response's http status code.

ListLicenseConversionTasks

data ListLicenseConversionTasks Source #

See: newListLicenseConversionTasks smart constructor.

Instances

Instances details
ToJSON ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

ToHeaders ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

ToPath ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

ToQuery ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

AWSRequest ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Generic ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Associated Types

type Rep ListLicenseConversionTasks :: Type -> Type #

Read ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Show ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

NFData ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Eq ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Hashable ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

type AWSResponse ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

type Rep ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

type Rep ListLicenseConversionTasks = D1 ('MetaData "ListLicenseConversionTasks" "Amazonka.LicenseManager.ListLicenseConversionTasks" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicenseConversionTasks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListLicenseConversionTasks :: ListLicenseConversionTasks Source #

Create a value of ListLicenseConversionTasks 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:filters:ListLicenseConversionTasks', listLicenseConversionTasks_filters - Filters to scope the results. Valid filters are ResourceArns and Status.

$sel:maxResults:ListLicenseConversionTasks', listLicenseConversionTasks_maxResults - Maximum number of results to return in a single call.

ListLicenseConversionTasks, listLicenseConversionTasks_nextToken - Token for the next set of results.

data ListLicenseConversionTasksResponse Source #

Instances

Instances details
Generic ListLicenseConversionTasksResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Associated Types

type Rep ListLicenseConversionTasksResponse :: Type -> Type #

Read ListLicenseConversionTasksResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Show ListLicenseConversionTasksResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

NFData ListLicenseConversionTasksResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Eq ListLicenseConversionTasksResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

type Rep ListLicenseConversionTasksResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

type Rep ListLicenseConversionTasksResponse = D1 ('MetaData "ListLicenseConversionTasksResponse" "Amazonka.LicenseManager.ListLicenseConversionTasks" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicenseConversionTasksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConversionTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LicenseConversionTask])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLicenseConversionTasksResponse Source #

Create a value of ListLicenseConversionTasksResponse 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:licenseConversionTasks:ListLicenseConversionTasksResponse', listLicenseConversionTasksResponse_licenseConversionTasks - Information about the license configuration tasks for your account.

ListLicenseConversionTasks, listLicenseConversionTasksResponse_nextToken - Token for the next set of results.

$sel:httpStatus:ListLicenseConversionTasksResponse', listLicenseConversionTasksResponse_httpStatus - The response's http status code.

ListLicenseManagerReportGenerators

data ListLicenseManagerReportGenerators Source #

Instances

Instances details
ToJSON ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

ToHeaders ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

ToPath ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

ToQuery ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

AWSRequest ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Generic ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Associated Types

type Rep ListLicenseManagerReportGenerators :: Type -> Type #

Read ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Show ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

NFData ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Eq ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Hashable ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

type AWSResponse ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

type Rep ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

type Rep ListLicenseManagerReportGenerators = D1 ('MetaData "ListLicenseManagerReportGenerators" "Amazonka.LicenseManager.ListLicenseManagerReportGenerators" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicenseManagerReportGenerators'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListLicenseManagerReportGenerators :: ListLicenseManagerReportGenerators Source #

Create a value of ListLicenseManagerReportGenerators 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:filters:ListLicenseManagerReportGenerators', listLicenseManagerReportGenerators_filters - Filters to scope the results. The following filters are supported:

  • LicenseConfigurationArn

$sel:maxResults:ListLicenseManagerReportGenerators', listLicenseManagerReportGenerators_maxResults - Maximum number of results to return in a single call.

ListLicenseManagerReportGenerators, listLicenseManagerReportGenerators_nextToken - Token for the next set of results.

data ListLicenseManagerReportGeneratorsResponse Source #

Instances

Instances details
Generic ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Read ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Show ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

NFData ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Eq ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

type Rep ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

type Rep ListLicenseManagerReportGeneratorsResponse = D1 ('MetaData "ListLicenseManagerReportGeneratorsResponse" "Amazonka.LicenseManager.ListLicenseManagerReportGenerators" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicenseManagerReportGeneratorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reportGenerators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReportGenerator])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLicenseManagerReportGeneratorsResponse Source #

Create a value of ListLicenseManagerReportGeneratorsResponse 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:

ListLicenseManagerReportGenerators, listLicenseManagerReportGeneratorsResponse_nextToken - Token for the next set of results.

$sel:reportGenerators:ListLicenseManagerReportGeneratorsResponse', listLicenseManagerReportGeneratorsResponse_reportGenerators - A report generator that creates periodic reports about your license configurations.

$sel:httpStatus:ListLicenseManagerReportGeneratorsResponse', listLicenseManagerReportGeneratorsResponse_httpStatus - The response's http status code.

ListLicenseSpecificationsForResource (Paginated)

data ListLicenseSpecificationsForResource Source #

Instances

Instances details
ToJSON ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

ToHeaders ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

ToPath ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

ToQuery ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

AWSPager ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

AWSRequest ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

Generic ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

Read ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

Show ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

NFData ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

Eq ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

Hashable ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

type AWSResponse ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

type Rep ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

type Rep ListLicenseSpecificationsForResource = D1 ('MetaData "ListLicenseSpecificationsForResource" "Amazonka.LicenseManager.ListLicenseSpecificationsForResource" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicenseSpecificationsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListLicenseSpecificationsForResource Source #

Create a value of ListLicenseSpecificationsForResource 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:maxResults:ListLicenseSpecificationsForResource', listLicenseSpecificationsForResource_maxResults - Maximum number of results to return in a single call.

ListLicenseSpecificationsForResource, listLicenseSpecificationsForResource_nextToken - Token for the next set of results.

ListLicenseSpecificationsForResource, listLicenseSpecificationsForResource_resourceArn - Amazon Resource Name (ARN) of a resource that has an associated license configuration.

data ListLicenseSpecificationsForResourceResponse Source #

Instances

Instances details
Generic ListLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

Read ListLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

Show ListLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

NFData ListLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

Eq ListLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

type Rep ListLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

type Rep ListLicenseSpecificationsForResourceResponse = D1 ('MetaData "ListLicenseSpecificationsForResourceResponse" "Amazonka.LicenseManager.ListLicenseSpecificationsForResource" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicenseSpecificationsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseSpecifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LicenseSpecification])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

ListLicenseVersions

data ListLicenseVersions Source #

See: newListLicenseVersions smart constructor.

Instances

Instances details
ToJSON ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

ToHeaders ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

ToPath ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

ToQuery ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

AWSRequest ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Associated Types

type AWSResponse ListLicenseVersions #

Generic ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Associated Types

type Rep ListLicenseVersions :: Type -> Type #

Read ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Show ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

NFData ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Methods

rnf :: ListLicenseVersions -> () #

Eq ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Hashable ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

type AWSResponse ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

type Rep ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

type Rep ListLicenseVersions = D1 ('MetaData "ListLicenseVersions" "Amazonka.LicenseManager.ListLicenseVersions" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicenseVersions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListLicenseVersions Source #

Create a value of ListLicenseVersions 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:maxResults:ListLicenseVersions', listLicenseVersions_maxResults - Maximum number of results to return in a single call.

ListLicenseVersions, listLicenseVersions_nextToken - Token for the next set of results.

ListLicenseVersions, listLicenseVersions_licenseArn - Amazon Resource Name (ARN) of the license.

data ListLicenseVersionsResponse Source #

See: newListLicenseVersionsResponse smart constructor.

Instances

Instances details
Generic ListLicenseVersionsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Associated Types

type Rep ListLicenseVersionsResponse :: Type -> Type #

Read ListLicenseVersionsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Show ListLicenseVersionsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

NFData ListLicenseVersionsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Eq ListLicenseVersionsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

type Rep ListLicenseVersionsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

type Rep ListLicenseVersionsResponse = D1 ('MetaData "ListLicenseVersionsResponse" "Amazonka.LicenseManager.ListLicenseVersions" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicenseVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [License])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLicenseVersionsResponse Source #

Create a value of ListLicenseVersionsResponse 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:licenses:ListLicenseVersionsResponse', listLicenseVersionsResponse_licenses - License details.

ListLicenseVersions, listLicenseVersionsResponse_nextToken - Token for the next set of results.

$sel:httpStatus:ListLicenseVersionsResponse', listLicenseVersionsResponse_httpStatus - The response's http status code.

ListLicenses

data ListLicenses Source #

See: newListLicenses smart constructor.

Instances

Instances details
ToJSON ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

ToHeaders ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

ToPath ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

ToQuery ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

AWSRequest ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Associated Types

type AWSResponse ListLicenses #

Generic ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Associated Types

type Rep ListLicenses :: Type -> Type #

Read ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Show ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

NFData ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Methods

rnf :: ListLicenses -> () #

Eq ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Hashable ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

type AWSResponse ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

type Rep ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

type Rep ListLicenses = D1 ('MetaData "ListLicenses" "Amazonka.LicenseManager.ListLicenses" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicenses'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "licenseArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListLicenses :: ListLicenses Source #

Create a value of ListLicenses 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:filters:ListLicenses', listLicenses_filters - Filters to scope the results. The following filters are supported:

  • Beneficiary
  • ProductSKU
  • Fingerprint
  • Status

$sel:licenseArns:ListLicenses', listLicenses_licenseArns - Amazon Resource Names (ARNs) of the licenses.

$sel:maxResults:ListLicenses', listLicenses_maxResults - Maximum number of results to return in a single call.

ListLicenses, listLicenses_nextToken - Token for the next set of results.

data ListLicensesResponse Source #

See: newListLicensesResponse smart constructor.

Instances

Instances details
Generic ListLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Associated Types

type Rep ListLicensesResponse :: Type -> Type #

Read ListLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Show ListLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

NFData ListLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Methods

rnf :: ListLicensesResponse -> () #

Eq ListLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

type Rep ListLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

type Rep ListLicensesResponse = D1 ('MetaData "ListLicensesResponse" "Amazonka.LicenseManager.ListLicenses" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListLicensesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [License])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLicensesResponse Source #

Create a value of ListLicensesResponse 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:licenses:ListLicensesResponse', listLicensesResponse_licenses - License details.

ListLicenses, listLicensesResponse_nextToken - Token for the next set of results.

$sel:httpStatus:ListLicensesResponse', listLicensesResponse_httpStatus - The response's http status code.

ListReceivedGrants

data ListReceivedGrants Source #

See: newListReceivedGrants smart constructor.

Instances

Instances details
ToJSON ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

ToHeaders ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

ToPath ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

ToQuery ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

AWSRequest ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Associated Types

type AWSResponse ListReceivedGrants #

Generic ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Associated Types

type Rep ListReceivedGrants :: Type -> Type #

Read ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Show ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

NFData ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Methods

rnf :: ListReceivedGrants -> () #

Eq ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Hashable ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

type AWSResponse ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

type Rep ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

type Rep ListReceivedGrants = D1 ('MetaData "ListReceivedGrants" "Amazonka.LicenseManager.ListReceivedGrants" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListReceivedGrants'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "grantArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListReceivedGrants :: ListReceivedGrants Source #

Create a value of ListReceivedGrants 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:filters:ListReceivedGrants', listReceivedGrants_filters - Filters to scope the results. The following filters are supported:

  • ProductSKU
  • LicenseIssuerName
  • LicenseArn
  • GrantStatus
  • GranterAccountId

$sel:grantArns:ListReceivedGrants', listReceivedGrants_grantArns - Amazon Resource Names (ARNs) of the grants.

$sel:maxResults:ListReceivedGrants', listReceivedGrants_maxResults - Maximum number of results to return in a single call.

ListReceivedGrants, listReceivedGrants_nextToken - Token for the next set of results.

data ListReceivedGrantsResponse Source #

See: newListReceivedGrantsResponse smart constructor.

Instances

Instances details
Generic ListReceivedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Associated Types

type Rep ListReceivedGrantsResponse :: Type -> Type #

Read ListReceivedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Show ListReceivedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

NFData ListReceivedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Eq ListReceivedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

type Rep ListReceivedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

type Rep ListReceivedGrantsResponse = D1 ('MetaData "ListReceivedGrantsResponse" "Amazonka.LicenseManager.ListReceivedGrants" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListReceivedGrantsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "grants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Grant])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListReceivedGrantsResponse Source #

Create a value of ListReceivedGrantsResponse 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:grants:ListReceivedGrantsResponse', listReceivedGrantsResponse_grants - Received grant details.

ListReceivedGrants, listReceivedGrantsResponse_nextToken - Token for the next set of results.

$sel:httpStatus:ListReceivedGrantsResponse', listReceivedGrantsResponse_httpStatus - The response's http status code.

ListReceivedGrantsForOrganization

data ListReceivedGrantsForOrganization Source #

See: newListReceivedGrantsForOrganization smart constructor.

Instances

Instances details
ToJSON ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

ToHeaders ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

ToPath ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

ToQuery ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

AWSRequest ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Generic ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Associated Types

type Rep ListReceivedGrantsForOrganization :: Type -> Type #

Read ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Show ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

NFData ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Eq ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Hashable ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

type AWSResponse ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

type Rep ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

type Rep ListReceivedGrantsForOrganization = D1 ('MetaData "ListReceivedGrantsForOrganization" "Amazonka.LicenseManager.ListReceivedGrantsForOrganization" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListReceivedGrantsForOrganization'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListReceivedGrantsForOrganization Source #

Create a value of ListReceivedGrantsForOrganization 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:filters:ListReceivedGrantsForOrganization', listReceivedGrantsForOrganization_filters - Filters to scope the results. The following filters are supported:

  • ParentArn
  • GranteePrincipalArn

$sel:maxResults:ListReceivedGrantsForOrganization', listReceivedGrantsForOrganization_maxResults - Maximum number of results to return in a single call.

ListReceivedGrantsForOrganization, listReceivedGrantsForOrganization_nextToken - Token for the next set of results.

ListReceivedGrantsForOrganization, listReceivedGrantsForOrganization_licenseArn - The Amazon Resource Name (ARN) of the received license.

data ListReceivedGrantsForOrganizationResponse Source #

Instances

Instances details
Generic ListReceivedGrantsForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Read ListReceivedGrantsForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Show ListReceivedGrantsForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

NFData ListReceivedGrantsForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Eq ListReceivedGrantsForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

type Rep ListReceivedGrantsForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

type Rep ListReceivedGrantsForOrganizationResponse = D1 ('MetaData "ListReceivedGrantsForOrganizationResponse" "Amazonka.LicenseManager.ListReceivedGrantsForOrganization" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListReceivedGrantsForOrganizationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "grants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Grant])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListReceivedGrantsForOrganizationResponse Source #

Create a value of ListReceivedGrantsForOrganizationResponse 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:grants:ListReceivedGrantsForOrganizationResponse', listReceivedGrantsForOrganizationResponse_grants - Lists the grants the organization has received.

ListReceivedGrantsForOrganization, listReceivedGrantsForOrganizationResponse_nextToken - Token for the next set of results.

$sel:httpStatus:ListReceivedGrantsForOrganizationResponse', listReceivedGrantsForOrganizationResponse_httpStatus - The response's http status code.

ListReceivedLicenses

data ListReceivedLicenses Source #

See: newListReceivedLicenses smart constructor.

Instances

Instances details
ToJSON ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

ToHeaders ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

ToPath ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

ToQuery ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

AWSRequest ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Associated Types

type AWSResponse ListReceivedLicenses #

Generic ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Associated Types

type Rep ListReceivedLicenses :: Type -> Type #

Read ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Show ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

NFData ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Methods

rnf :: ListReceivedLicenses -> () #

Eq ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Hashable ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

type AWSResponse ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

type Rep ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

type Rep ListReceivedLicenses = D1 ('MetaData "ListReceivedLicenses" "Amazonka.LicenseManager.ListReceivedLicenses" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListReceivedLicenses'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "licenseArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListReceivedLicenses :: ListReceivedLicenses Source #

Create a value of ListReceivedLicenses 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:filters:ListReceivedLicenses', listReceivedLicenses_filters - Filters to scope the results. The following filters are supported:

  • ProductSKU
  • Status
  • Fingerprint
  • IssuerName
  • Beneficiary

$sel:licenseArns:ListReceivedLicenses', listReceivedLicenses_licenseArns - Amazon Resource Names (ARNs) of the licenses.

$sel:maxResults:ListReceivedLicenses', listReceivedLicenses_maxResults - Maximum number of results to return in a single call.

ListReceivedLicenses, listReceivedLicenses_nextToken - Token for the next set of results.

data ListReceivedLicensesResponse Source #

See: newListReceivedLicensesResponse smart constructor.

Instances

Instances details
Generic ListReceivedLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Associated Types

type Rep ListReceivedLicensesResponse :: Type -> Type #

Read ListReceivedLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Show ListReceivedLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

NFData ListReceivedLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Eq ListReceivedLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

type Rep ListReceivedLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

type Rep ListReceivedLicensesResponse = D1 ('MetaData "ListReceivedLicensesResponse" "Amazonka.LicenseManager.ListReceivedLicenses" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListReceivedLicensesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GrantedLicense])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListReceivedLicensesResponse Source #

Create a value of ListReceivedLicensesResponse 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:licenses:ListReceivedLicensesResponse', listReceivedLicensesResponse_licenses - Received license details.

ListReceivedLicenses, listReceivedLicensesResponse_nextToken - Token for the next set of results.

$sel:httpStatus:ListReceivedLicensesResponse', listReceivedLicensesResponse_httpStatus - The response's http status code.

ListReceivedLicensesForOrganization

data ListReceivedLicensesForOrganization Source #

Instances

Instances details
ToJSON ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

ToHeaders ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

ToPath ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

ToQuery ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

AWSRequest ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Generic ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Read ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Show ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

NFData ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Eq ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Hashable ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

type AWSResponse ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

type Rep ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

type Rep ListReceivedLicensesForOrganization = D1 ('MetaData "ListReceivedLicensesForOrganization" "Amazonka.LicenseManager.ListReceivedLicensesForOrganization" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListReceivedLicensesForOrganization'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListReceivedLicensesForOrganization :: ListReceivedLicensesForOrganization Source #

Create a value of ListReceivedLicensesForOrganization 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:filters:ListReceivedLicensesForOrganization', listReceivedLicensesForOrganization_filters - Filters to scope the results. The following filters are supported:

  • Beneficiary
  • ProductSKU

$sel:maxResults:ListReceivedLicensesForOrganization', listReceivedLicensesForOrganization_maxResults - Maximum number of results to return in a single call.

ListReceivedLicensesForOrganization, listReceivedLicensesForOrganization_nextToken - Token for the next set of results.

data ListReceivedLicensesForOrganizationResponse Source #

Instances

Instances details
Generic ListReceivedLicensesForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Read ListReceivedLicensesForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Show ListReceivedLicensesForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

NFData ListReceivedLicensesForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Eq ListReceivedLicensesForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

type Rep ListReceivedLicensesForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

type Rep ListReceivedLicensesForOrganizationResponse = D1 ('MetaData "ListReceivedLicensesForOrganizationResponse" "Amazonka.LicenseManager.ListReceivedLicensesForOrganization" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListReceivedLicensesForOrganizationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GrantedLicense])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

ListResourceInventory (Paginated)

data ListResourceInventory Source #

See: newListResourceInventory smart constructor.

Instances

Instances details
ToJSON ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

ToHeaders ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

ToPath ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

ToQuery ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

AWSPager ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

AWSRequest ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Associated Types

type AWSResponse ListResourceInventory #

Generic ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Associated Types

type Rep ListResourceInventory :: Type -> Type #

Read ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Show ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

NFData ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Methods

rnf :: ListResourceInventory -> () #

Eq ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Hashable ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

type AWSResponse ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

type Rep ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

type Rep ListResourceInventory = D1 ('MetaData "ListResourceInventory" "Amazonka.LicenseManager.ListResourceInventory" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListResourceInventory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InventoryFilter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListResourceInventory :: ListResourceInventory Source #

Create a value of ListResourceInventory 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:filters:ListResourceInventory', listResourceInventory_filters - Filters to scope the results. The following filters and logical operators are supported:

  • account_id - The ID of the Amazon Web Services account that owns the resource. Logical operators are EQUALS | NOT_EQUALS.
  • application_name - The name of the application. Logical operators are EQUALS | BEGINS_WITH.
  • license_included - The type of license included. Logical operators are EQUALS | NOT_EQUALS. Possible values are sql-server-enterprise | sql-server-standard | sql-server-web | windows-server-datacenter.
  • platform - The platform of the resource. Logical operators are EQUALS | BEGINS_WITH.
  • resource_id - The ID of the resource. Logical operators are EQUALS | NOT_EQUALS.
  • tag:<key> - The key/value combination of a tag assigned to the resource. Logical operators are EQUALS (single account) or EQUALS | NOT_EQUALS (cross account).

$sel:maxResults:ListResourceInventory', listResourceInventory_maxResults - Maximum number of results to return in a single call.

ListResourceInventory, listResourceInventory_nextToken - Token for the next set of results.

data ListResourceInventoryResponse Source #

See: newListResourceInventoryResponse smart constructor.

Instances

Instances details
Generic ListResourceInventoryResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Associated Types

type Rep ListResourceInventoryResponse :: Type -> Type #

Read ListResourceInventoryResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Show ListResourceInventoryResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

NFData ListResourceInventoryResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Eq ListResourceInventoryResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

type Rep ListResourceInventoryResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

type Rep ListResourceInventoryResponse = D1 ('MetaData "ListResourceInventoryResponse" "Amazonka.LicenseManager.ListResourceInventory" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListResourceInventoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceInventoryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceInventory])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListResourceInventoryResponse Source #

Create a value of ListResourceInventoryResponse 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:

ListResourceInventory, listResourceInventoryResponse_nextToken - Token for the next set of results.

$sel:resourceInventoryList:ListResourceInventoryResponse', listResourceInventoryResponse_resourceInventoryList - Information about the resources.

$sel:httpStatus:ListResourceInventoryResponse', listResourceInventoryResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.LicenseManager.ListTagsForResource" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResource Source #

Create a value of ListTagsForResource 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:

ListTagsForResource, listTagsForResource_resourceArn - Amazon Resource Name (ARN) of the license configuration.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.LicenseManager.ListTagsForResource" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:

ListTagsForResourceResponse, listTagsForResourceResponse_tags - Information about the tags.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ListTokens

data ListTokens Source #

See: newListTokens smart constructor.

Instances

Instances details
ToJSON ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

ToHeaders ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Methods

toHeaders :: ListTokens -> [Header] #

ToPath ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

ToQuery ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

AWSRequest ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Associated Types

type AWSResponse ListTokens #

Generic ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Associated Types

type Rep ListTokens :: Type -> Type #

Read ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Show ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

NFData ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Methods

rnf :: ListTokens -> () #

Eq ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Hashable ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

type AWSResponse ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

type Rep ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

type Rep ListTokens = D1 ('MetaData "ListTokens" "Amazonka.LicenseManager.ListTokens" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListTokens'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tokenIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newListTokens :: ListTokens Source #

Create a value of ListTokens 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:filters:ListTokens', listTokens_filters - Filters to scope the results. The following filter is supported:

  • LicenseArns

$sel:maxResults:ListTokens', listTokens_maxResults - Maximum number of results to return in a single call.

ListTokens, listTokens_nextToken - Token for the next set of results.

$sel:tokenIds:ListTokens', listTokens_tokenIds - Token IDs.

data ListTokensResponse Source #

See: newListTokensResponse smart constructor.

Instances

Instances details
Generic ListTokensResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Associated Types

type Rep ListTokensResponse :: Type -> Type #

Read ListTokensResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Show ListTokensResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

NFData ListTokensResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Methods

rnf :: ListTokensResponse -> () #

Eq ListTokensResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

type Rep ListTokensResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

type Rep ListTokensResponse = D1 ('MetaData "ListTokensResponse" "Amazonka.LicenseManager.ListTokens" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListTokensResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tokens") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TokenData])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTokensResponse Source #

Create a value of ListTokensResponse 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:

ListTokens, listTokensResponse_nextToken - Token for the next set of results.

$sel:tokens:ListTokensResponse', listTokensResponse_tokens - Received token details.

$sel:httpStatus:ListTokensResponse', listTokensResponse_httpStatus - The response's http status code.

ListUsageForLicenseConfiguration (Paginated)

data ListUsageForLicenseConfiguration Source #

See: newListUsageForLicenseConfiguration smart constructor.

Instances

Instances details
ToJSON ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

ToHeaders ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

ToPath ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

ToQuery ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

AWSPager ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

AWSRequest ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

Generic ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

Associated Types

type Rep ListUsageForLicenseConfiguration :: Type -> Type #

Read ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

Show ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

NFData ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

Eq ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

Hashable ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

type AWSResponse ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

type Rep ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

type Rep ListUsageForLicenseConfiguration = D1 ('MetaData "ListUsageForLicenseConfiguration" "Amazonka.LicenseManager.ListUsageForLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListUsageForLicenseConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListUsageForLicenseConfiguration Source #

Create a value of ListUsageForLicenseConfiguration 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:filters:ListUsageForLicenseConfiguration', listUsageForLicenseConfiguration_filters - Filters to scope the results. The following filters and logical operators are supported:

  • resourceArn - The ARN of the license configuration resource. Logical operators are EQUALS | NOT_EQUALS.
  • resourceType - The resource type (EC2_INSTANCE | EC2_HOST | EC2_AMI | SYSTEMS_MANAGER_MANAGED_INSTANCE). Logical operators are EQUALS | NOT_EQUALS.
  • resourceAccount - The ID of the account that owns the resource. Logical operators are EQUALS | NOT_EQUALS.

$sel:maxResults:ListUsageForLicenseConfiguration', listUsageForLicenseConfiguration_maxResults - Maximum number of results to return in a single call.

ListUsageForLicenseConfiguration, listUsageForLicenseConfiguration_nextToken - Token for the next set of results.

ListUsageForLicenseConfiguration, listUsageForLicenseConfiguration_licenseConfigurationArn - Amazon Resource Name (ARN) of the license configuration.

data ListUsageForLicenseConfigurationResponse Source #

Instances

Instances details
Generic ListUsageForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

Read ListUsageForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

Show ListUsageForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

NFData ListUsageForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

Eq ListUsageForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

type Rep ListUsageForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

type Rep ListUsageForLicenseConfigurationResponse = D1 ('MetaData "ListUsageForLicenseConfigurationResponse" "Amazonka.LicenseManager.ListUsageForLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ListUsageForLicenseConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurationUsageList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LicenseConfigurationUsage])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

RejectGrant

data RejectGrant Source #

See: newRejectGrant smart constructor.

Constructors

RejectGrant' Text 

Instances

Instances details
ToJSON RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

ToHeaders RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Methods

toHeaders :: RejectGrant -> [Header] #

ToPath RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

ToQuery RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

AWSRequest RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Associated Types

type AWSResponse RejectGrant #

Generic RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Associated Types

type Rep RejectGrant :: Type -> Type #

Read RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Show RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

NFData RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Methods

rnf :: RejectGrant -> () #

Eq RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Hashable RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

type AWSResponse RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

type Rep RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

type Rep RejectGrant = D1 ('MetaData "RejectGrant" "Amazonka.LicenseManager.RejectGrant" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "RejectGrant'" 'PrefixI 'True) (S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRejectGrant Source #

Create a value of RejectGrant 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:

RejectGrant, rejectGrant_grantArn - Amazon Resource Name (ARN) of the grant.

data RejectGrantResponse Source #

See: newRejectGrantResponse smart constructor.

Instances

Instances details
Generic RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Associated Types

type Rep RejectGrantResponse :: Type -> Type #

Read RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Show RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

NFData RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Methods

rnf :: RejectGrantResponse -> () #

Eq RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

type Rep RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

type Rep RejectGrantResponse = D1 ('MetaData "RejectGrantResponse" "Amazonka.LicenseManager.RejectGrant" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "RejectGrantResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrantStatus))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newRejectGrantResponse Source #

Create a value of RejectGrantResponse 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:

RejectGrant, rejectGrantResponse_grantArn - Grant ARN.

RejectGrantResponse, rejectGrantResponse_status - Grant status.

RejectGrantResponse, rejectGrantResponse_version - Grant version.

$sel:httpStatus:RejectGrantResponse', rejectGrantResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.LicenseManager.TagResource" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

newTagResource Source #

Create a value of TagResource 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:

TagResource, tagResource_resourceArn - Amazon Resource Name (ARN) of the license configuration.

TagResource, tagResource_tags - One or more tags.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.LicenseManager.TagResource" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.LicenseManager.UntagResource" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUntagResource Source #

Create a value of UntagResource 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:

UntagResource, untagResource_resourceArn - Amazon Resource Name (ARN) of the license configuration.

$sel:tagKeys:UntagResource', untagResource_tagKeys - Keys identifying the tags to remove.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.LicenseManager.UntagResource" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateLicenseConfiguration

data UpdateLicenseConfiguration Source #

See: newUpdateLicenseConfiguration smart constructor.

Instances

Instances details
ToJSON UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

ToHeaders UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

ToPath UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

ToQuery UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

AWSRequest UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Generic UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Associated Types

type Rep UpdateLicenseConfiguration :: Type -> Type #

Read UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Show UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

NFData UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Eq UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Hashable UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

type AWSResponse UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

type Rep UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

type Rep UpdateLicenseConfiguration = D1 ('MetaData "UpdateLicenseConfiguration" "Amazonka.LicenseManager.UpdateLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "UpdateLicenseConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "disassociateWhenNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "licenseConfigurationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConfigurationStatus)) :*: S1 ('MetaSel ('Just "licenseCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: ((S1 ('MetaSel ('Just "licenseCountHardLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "licenseRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productInformationList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProductInformation])) :*: S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUpdateLicenseConfiguration Source #

Create a value of UpdateLicenseConfiguration 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:

UpdateLicenseConfiguration, updateLicenseConfiguration_description - New description of the license configuration.

UpdateLicenseConfiguration, updateLicenseConfiguration_disassociateWhenNotFound - When true, disassociates a resource when software is uninstalled.

$sel:licenseConfigurationStatus:UpdateLicenseConfiguration', updateLicenseConfiguration_licenseConfigurationStatus - New status of the license configuration.

UpdateLicenseConfiguration, updateLicenseConfiguration_licenseCount - New number of licenses managed by the license configuration.

UpdateLicenseConfiguration, updateLicenseConfiguration_licenseCountHardLimit - New hard limit of the number of available licenses.

UpdateLicenseConfiguration, updateLicenseConfiguration_licenseRules - New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.

UpdateLicenseConfiguration, updateLicenseConfiguration_name - New name of the license configuration.

UpdateLicenseConfiguration, updateLicenseConfiguration_productInformationList - New product information.

UpdateLicenseConfiguration, updateLicenseConfiguration_licenseConfigurationArn - Amazon Resource Name (ARN) of the license configuration.

data UpdateLicenseConfigurationResponse Source #

Instances

Instances details
Generic UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Associated Types

type Rep UpdateLicenseConfigurationResponse :: Type -> Type #

Read UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Show UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

NFData UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Eq UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

type Rep UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

type Rep UpdateLicenseConfigurationResponse = D1 ('MetaData "UpdateLicenseConfigurationResponse" "Amazonka.LicenseManager.UpdateLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "UpdateLicenseConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateLicenseConfigurationResponse Source #

Create a value of UpdateLicenseConfigurationResponse 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:httpStatus:UpdateLicenseConfigurationResponse', updateLicenseConfigurationResponse_httpStatus - The response's http status code.

UpdateLicenseManagerReportGenerator

data UpdateLicenseManagerReportGenerator Source #

Instances

Instances details
ToJSON UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

ToHeaders UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

ToPath UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

ToQuery UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

AWSRequest UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

Generic UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

Read UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

Show UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

NFData UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

Eq UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

Hashable UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

type AWSResponse UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

type Rep UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

type Rep UpdateLicenseManagerReportGenerator = D1 ('MetaData "UpdateLicenseManagerReportGenerator" "Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "UpdateLicenseManagerReportGenerator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenseManagerReportGeneratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "reportGeneratorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ReportType]) :*: S1 ('MetaSel ('Just "reportContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReportContext)) :*: (S1 ('MetaSel ('Just "reportFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReportFrequency) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateLicenseManagerReportGenerator Source #

Create a value of UpdateLicenseManagerReportGenerator 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:

UpdateLicenseManagerReportGenerator, updateLicenseManagerReportGenerator_description - Description of the report generator.

UpdateLicenseManagerReportGenerator, updateLicenseManagerReportGenerator_licenseManagerReportGeneratorArn - Amazon Resource Name (ARN) of the report generator to update.

UpdateLicenseManagerReportGenerator, updateLicenseManagerReportGenerator_reportGeneratorName - Name of the report generator.

$sel:type':UpdateLicenseManagerReportGenerator', updateLicenseManagerReportGenerator_type - Type of reports to generate. The following report types are supported:

  • License configuration report - Reports the number and details of consumed licenses for a license configuration.
  • Resource report - Reports the tracked licenses and resource consumption for a license configuration.

UpdateLicenseManagerReportGenerator, updateLicenseManagerReportGenerator_reportContext - The report context.

UpdateLicenseManagerReportGenerator, updateLicenseManagerReportGenerator_reportFrequency - Frequency by which reports are generated.

$sel:clientToken:UpdateLicenseManagerReportGenerator', updateLicenseManagerReportGenerator_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

data UpdateLicenseManagerReportGeneratorResponse Source #

Instances

Instances details
Generic UpdateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

Read UpdateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

Show UpdateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

NFData UpdateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

Eq UpdateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

type Rep UpdateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

type Rep UpdateLicenseManagerReportGeneratorResponse = D1 ('MetaData "UpdateLicenseManagerReportGeneratorResponse" "Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "UpdateLicenseManagerReportGeneratorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateLicenseManagerReportGeneratorResponse Source #

Create a value of UpdateLicenseManagerReportGeneratorResponse 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:httpStatus:UpdateLicenseManagerReportGeneratorResponse', updateLicenseManagerReportGeneratorResponse_httpStatus - The response's http status code.

UpdateLicenseSpecificationsForResource

data UpdateLicenseSpecificationsForResource Source #

Instances

Instances details
ToJSON UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

ToHeaders UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

ToPath UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

ToQuery UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

AWSRequest UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

Generic UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

Read UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

Show UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

NFData UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

Eq UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

Hashable UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

type AWSResponse UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

type Rep UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

type Rep UpdateLicenseSpecificationsForResource = D1 ('MetaData "UpdateLicenseSpecificationsForResource" "Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "UpdateLicenseSpecificationsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "addLicenseSpecifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LicenseSpecification])) :*: (S1 ('MetaSel ('Just "removeLicenseSpecifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LicenseSpecification])) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateLicenseSpecificationsForResource Source #

Create a value of UpdateLicenseSpecificationsForResource 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:addLicenseSpecifications:UpdateLicenseSpecificationsForResource', updateLicenseSpecificationsForResource_addLicenseSpecifications - ARNs of the license configurations to add.

$sel:removeLicenseSpecifications:UpdateLicenseSpecificationsForResource', updateLicenseSpecificationsForResource_removeLicenseSpecifications - ARNs of the license configurations to remove.

UpdateLicenseSpecificationsForResource, updateLicenseSpecificationsForResource_resourceArn - Amazon Resource Name (ARN) of the Amazon Web Services resource.

data UpdateLicenseSpecificationsForResourceResponse Source #

Instances

Instances details
Generic UpdateLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

Read UpdateLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

Show UpdateLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

NFData UpdateLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

Eq UpdateLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

type Rep UpdateLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

type Rep UpdateLicenseSpecificationsForResourceResponse = D1 ('MetaData "UpdateLicenseSpecificationsForResourceResponse" "Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "UpdateLicenseSpecificationsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateLicenseSpecificationsForResourceResponse Source #

Create a value of UpdateLicenseSpecificationsForResourceResponse 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:httpStatus:UpdateLicenseSpecificationsForResourceResponse', updateLicenseSpecificationsForResourceResponse_httpStatus - The response's http status code.

UpdateServiceSettings

data UpdateServiceSettings Source #

See: newUpdateServiceSettings smart constructor.

Instances

Instances details
ToJSON UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

ToHeaders UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

ToPath UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

ToQuery UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

AWSRequest UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Associated Types

type AWSResponse UpdateServiceSettings #

Generic UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Associated Types

type Rep UpdateServiceSettings :: Type -> Type #

Read UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Show UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

NFData UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Methods

rnf :: UpdateServiceSettings -> () #

Eq UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Hashable UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

type AWSResponse UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

type Rep UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

type Rep UpdateServiceSettings = D1 ('MetaData "UpdateServiceSettings" "Amazonka.LicenseManager.UpdateServiceSettings" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "UpdateServiceSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enableCrossAccountsDiscovery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "organizationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationConfiguration))) :*: (S1 ('MetaSel ('Just "s3BucketArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newUpdateServiceSettings :: UpdateServiceSettings Source #

Create a value of UpdateServiceSettings 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:enableCrossAccountsDiscovery:UpdateServiceSettings', updateServiceSettings_enableCrossAccountsDiscovery - Activates cross-account discovery.

$sel:organizationConfiguration:UpdateServiceSettings', updateServiceSettings_organizationConfiguration - Enables integration with Organizations for cross-account discovery.

$sel:s3BucketArn:UpdateServiceSettings', updateServiceSettings_s3BucketArn - Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.

$sel:snsTopicArn:UpdateServiceSettings', updateServiceSettings_snsTopicArn - Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.

data UpdateServiceSettingsResponse Source #

See: newUpdateServiceSettingsResponse smart constructor.

Instances

Instances details
Generic UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Associated Types

type Rep UpdateServiceSettingsResponse :: Type -> Type #

Read UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Show UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

NFData UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Eq UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

type Rep UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

type Rep UpdateServiceSettingsResponse = D1 ('MetaData "UpdateServiceSettingsResponse" "Amazonka.LicenseManager.UpdateServiceSettings" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "UpdateServiceSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateServiceSettingsResponse Source #

Create a value of UpdateServiceSettingsResponse 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:httpStatus:UpdateServiceSettingsResponse', updateServiceSettingsResponse_httpStatus - The response's http status code.

Types

AllowedOperation

newtype AllowedOperation Source #

Instances

Instances details
FromJSON AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

FromJSONKey AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

ToJSON AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

ToJSONKey AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

ToByteString AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

ToHeader AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

ToLog AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

ToQuery AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

FromText AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

ToText AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

FromXML AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

ToXML AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

Generic AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

Associated Types

type Rep AllowedOperation :: Type -> Type #

Read AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

Show AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

NFData AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

Methods

rnf :: AllowedOperation -> () #

Eq AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

Ord AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

Hashable AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

type Rep AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

type Rep AllowedOperation = D1 ('MetaData "AllowedOperation" "Amazonka.LicenseManager.Types.AllowedOperation" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "AllowedOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAllowedOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CheckoutType

newtype CheckoutType Source #

Constructors

CheckoutType' 

Instances

Instances details
FromJSON CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

FromJSONKey CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

ToJSON CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

ToJSONKey CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

ToByteString CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

ToHeader CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

ToLog CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

ToQuery CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

FromText CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

ToText CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

Methods

toText :: CheckoutType -> Text #

FromXML CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

ToXML CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

Methods

toXML :: CheckoutType -> XML #

Generic CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

Associated Types

type Rep CheckoutType :: Type -> Type #

Read CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

Show CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

NFData CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

Methods

rnf :: CheckoutType -> () #

Eq CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

Ord CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

Hashable CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

type Rep CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

type Rep CheckoutType = D1 ('MetaData "CheckoutType" "Amazonka.LicenseManager.Types.CheckoutType" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "CheckoutType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCheckoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DigitalSignatureMethod

newtype DigitalSignatureMethod Source #

Instances

Instances details
FromJSON DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

FromJSONKey DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

ToJSON DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

ToJSONKey DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

ToByteString DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

ToHeader DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

ToLog DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

ToQuery DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

FromText DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

ToText DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

FromXML DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

ToXML DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

Generic DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

Associated Types

type Rep DigitalSignatureMethod :: Type -> Type #

Read DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

Show DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

NFData DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

Methods

rnf :: DigitalSignatureMethod -> () #

Eq DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

Ord DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

Hashable DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

type Rep DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

type Rep DigitalSignatureMethod = D1 ('MetaData "DigitalSignatureMethod" "Amazonka.LicenseManager.Types.DigitalSignatureMethod" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "DigitalSignatureMethod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDigitalSignatureMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EntitlementDataUnit

newtype EntitlementDataUnit Source #

Bundled Patterns

pattern EntitlementDataUnit_Bits :: EntitlementDataUnit 
pattern EntitlementDataUnit_Bits_Second :: EntitlementDataUnit 
pattern EntitlementDataUnit_Bytes :: EntitlementDataUnit 
pattern EntitlementDataUnit_Bytes_Second :: EntitlementDataUnit 
pattern EntitlementDataUnit_Count :: EntitlementDataUnit 
pattern EntitlementDataUnit_Count_Second :: EntitlementDataUnit 
pattern EntitlementDataUnit_Gigabits :: EntitlementDataUnit 
pattern EntitlementDataUnit_Gigabits_Second :: EntitlementDataUnit 
pattern EntitlementDataUnit_Gigabytes :: EntitlementDataUnit 
pattern EntitlementDataUnit_Gigabytes_Second :: EntitlementDataUnit 
pattern EntitlementDataUnit_Kilobits :: EntitlementDataUnit 
pattern EntitlementDataUnit_Kilobits_Second :: EntitlementDataUnit 
pattern EntitlementDataUnit_Kilobytes :: EntitlementDataUnit 
pattern EntitlementDataUnit_Kilobytes_Second :: EntitlementDataUnit 
pattern EntitlementDataUnit_Megabits :: EntitlementDataUnit 
pattern EntitlementDataUnit_Megabits_Second :: EntitlementDataUnit 
pattern EntitlementDataUnit_Megabytes :: EntitlementDataUnit 
pattern EntitlementDataUnit_Megabytes_Second :: EntitlementDataUnit 
pattern EntitlementDataUnit_Microseconds :: EntitlementDataUnit 
pattern EntitlementDataUnit_Milliseconds :: EntitlementDataUnit 
pattern EntitlementDataUnit_None :: EntitlementDataUnit 
pattern EntitlementDataUnit_Percent :: EntitlementDataUnit 
pattern EntitlementDataUnit_Seconds :: EntitlementDataUnit 
pattern EntitlementDataUnit_Terabits :: EntitlementDataUnit 
pattern EntitlementDataUnit_Terabits_Second :: EntitlementDataUnit 
pattern EntitlementDataUnit_Terabytes :: EntitlementDataUnit 
pattern EntitlementDataUnit_Terabytes_Second :: EntitlementDataUnit 

Instances

Instances details
FromJSON EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

FromJSONKey EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

ToJSON EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

ToJSONKey EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

ToByteString EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

ToHeader EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

ToLog EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

ToQuery EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

FromText EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

ToText EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

FromXML EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

ToXML EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

Generic EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

Associated Types

type Rep EntitlementDataUnit :: Type -> Type #

Read EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

Show EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

NFData EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

Methods

rnf :: EntitlementDataUnit -> () #

Eq EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

Ord EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

Hashable EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

type Rep EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

type Rep EntitlementDataUnit = D1 ('MetaData "EntitlementDataUnit" "Amazonka.LicenseManager.Types.EntitlementDataUnit" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "EntitlementDataUnit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEntitlementDataUnit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EntitlementUnit

newtype EntitlementUnit Source #

Constructors

EntitlementUnit' 

Bundled Patterns

pattern EntitlementUnit_Bits :: EntitlementUnit 
pattern EntitlementUnit_Bits_Second :: EntitlementUnit 
pattern EntitlementUnit_Bytes :: EntitlementUnit 
pattern EntitlementUnit_Bytes_Second :: EntitlementUnit 
pattern EntitlementUnit_Count :: EntitlementUnit 
pattern EntitlementUnit_Count_Second :: EntitlementUnit 
pattern EntitlementUnit_Gigabits :: EntitlementUnit 
pattern EntitlementUnit_Gigabits_Second :: EntitlementUnit 
pattern EntitlementUnit_Gigabytes :: EntitlementUnit 
pattern EntitlementUnit_Gigabytes_Second :: EntitlementUnit 
pattern EntitlementUnit_Kilobits :: EntitlementUnit 
pattern EntitlementUnit_Kilobits_Second :: EntitlementUnit 
pattern EntitlementUnit_Kilobytes :: EntitlementUnit 
pattern EntitlementUnit_Kilobytes_Second :: EntitlementUnit 
pattern EntitlementUnit_Megabits :: EntitlementUnit 
pattern EntitlementUnit_Megabits_Second :: EntitlementUnit 
pattern EntitlementUnit_Megabytes :: EntitlementUnit 
pattern EntitlementUnit_Megabytes_Second :: EntitlementUnit 
pattern EntitlementUnit_Microseconds :: EntitlementUnit 
pattern EntitlementUnit_Milliseconds :: EntitlementUnit 
pattern EntitlementUnit_None :: EntitlementUnit 
pattern EntitlementUnit_Percent :: EntitlementUnit 
pattern EntitlementUnit_Seconds :: EntitlementUnit 
pattern EntitlementUnit_Terabits :: EntitlementUnit 
pattern EntitlementUnit_Terabits_Second :: EntitlementUnit 
pattern EntitlementUnit_Terabytes :: EntitlementUnit 
pattern EntitlementUnit_Terabytes_Second :: EntitlementUnit 

Instances

Instances details
FromJSON EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

FromJSONKey EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

ToJSON EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

ToJSONKey EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

ToByteString EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

ToHeader EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

ToLog EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

ToQuery EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

FromText EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

ToText EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

FromXML EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

ToXML EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

Methods

toXML :: EntitlementUnit -> XML #

Generic EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

Associated Types

type Rep EntitlementUnit :: Type -> Type #

Read EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

Show EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

NFData EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

Methods

rnf :: EntitlementUnit -> () #

Eq EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

Ord EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

Hashable EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

type Rep EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

type Rep EntitlementUnit = D1 ('MetaData "EntitlementUnit" "Amazonka.LicenseManager.Types.EntitlementUnit" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "EntitlementUnit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEntitlementUnit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GrantStatus

newtype GrantStatus Source #

Constructors

GrantStatus' 

Instances

Instances details
FromJSON GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

FromJSONKey GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

ToJSON GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

ToJSONKey GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

ToByteString GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

ToHeader GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

ToLog GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

ToQuery GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

FromText GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

ToText GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

Methods

toText :: GrantStatus -> Text #

FromXML GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

ToXML GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

Methods

toXML :: GrantStatus -> XML #

Generic GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

Associated Types

type Rep GrantStatus :: Type -> Type #

Read GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

Show GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

NFData GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

Methods

rnf :: GrantStatus -> () #

Eq GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

Ord GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

Hashable GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

type Rep GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

type Rep GrantStatus = D1 ('MetaData "GrantStatus" "Amazonka.LicenseManager.Types.GrantStatus" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "GrantStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGrantStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InventoryFilterCondition

newtype InventoryFilterCondition Source #

Instances

Instances details
FromJSON InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

FromJSONKey InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

ToJSON InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

ToJSONKey InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

ToByteString InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

ToHeader InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

ToLog InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

ToQuery InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

FromText InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

ToText InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

FromXML InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

ToXML InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

Generic InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

Associated Types

type Rep InventoryFilterCondition :: Type -> Type #

Read InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

Show InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

NFData InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

Eq InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

Ord InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

Hashable InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

type Rep InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

type Rep InventoryFilterCondition = D1 ('MetaData "InventoryFilterCondition" "Amazonka.LicenseManager.Types.InventoryFilterCondition" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "InventoryFilterCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInventoryFilterCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LicenseConfigurationStatus

newtype LicenseConfigurationStatus Source #

Instances

Instances details
FromJSON LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

FromJSONKey LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

ToJSON LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

ToJSONKey LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

ToByteString LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

ToHeader LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

ToLog LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

ToQuery LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

FromText LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

ToText LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

FromXML LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

ToXML LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

Generic LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

Associated Types

type Rep LicenseConfigurationStatus :: Type -> Type #

Read LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

Show LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

NFData LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

Eq LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

Ord LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

Hashable LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

type Rep LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

type Rep LicenseConfigurationStatus = D1 ('MetaData "LicenseConfigurationStatus" "Amazonka.LicenseManager.Types.LicenseConfigurationStatus" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "LicenseConfigurationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLicenseConfigurationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LicenseConversionTaskStatus

newtype LicenseConversionTaskStatus Source #

Instances

Instances details
FromJSON LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

FromJSONKey LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

ToJSON LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

ToJSONKey LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

ToByteString LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

ToHeader LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

ToLog LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

ToQuery LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

FromText LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

ToText LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

FromXML LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

ToXML LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

Generic LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

Associated Types

type Rep LicenseConversionTaskStatus :: Type -> Type #

Read LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

Show LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

NFData LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

Eq LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

Ord LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

Hashable LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

type Rep LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

type Rep LicenseConversionTaskStatus = D1 ('MetaData "LicenseConversionTaskStatus" "Amazonka.LicenseManager.Types.LicenseConversionTaskStatus" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "LicenseConversionTaskStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLicenseConversionTaskStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LicenseCountingType

newtype LicenseCountingType Source #

Instances

Instances details
FromJSON LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

FromJSONKey LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

ToJSON LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

ToJSONKey LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

ToByteString LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

ToHeader LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

ToLog LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

ToQuery LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

FromText LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

ToText LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

FromXML LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

ToXML LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

Generic LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

Associated Types

type Rep LicenseCountingType :: Type -> Type #

Read LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

Show LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

NFData LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

Methods

rnf :: LicenseCountingType -> () #

Eq LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

Ord LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

Hashable LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

type Rep LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

type Rep LicenseCountingType = D1 ('MetaData "LicenseCountingType" "Amazonka.LicenseManager.Types.LicenseCountingType" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "LicenseCountingType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLicenseCountingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LicenseDeletionStatus

newtype LicenseDeletionStatus Source #

Instances

Instances details
FromJSON LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

FromJSONKey LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

ToJSON LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

ToJSONKey LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

ToByteString LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

ToHeader LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

ToLog LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

ToQuery LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

FromText LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

ToText LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

FromXML LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

ToXML LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

Generic LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

Associated Types

type Rep LicenseDeletionStatus :: Type -> Type #

Read LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

Show LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

NFData LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

Methods

rnf :: LicenseDeletionStatus -> () #

Eq LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

Ord LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

Hashable LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

type Rep LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

type Rep LicenseDeletionStatus = D1 ('MetaData "LicenseDeletionStatus" "Amazonka.LicenseManager.Types.LicenseDeletionStatus" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "LicenseDeletionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLicenseDeletionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LicenseStatus

newtype LicenseStatus Source #

Constructors

LicenseStatus' 

Instances

Instances details
FromJSON LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

FromJSONKey LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

ToJSON LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

ToJSONKey LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

ToByteString LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

ToHeader LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

ToLog LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

ToQuery LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

FromText LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

ToText LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

Methods

toText :: LicenseStatus -> Text #

FromXML LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

ToXML LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

Methods

toXML :: LicenseStatus -> XML #

Generic LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

Associated Types

type Rep LicenseStatus :: Type -> Type #

Read LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

Show LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

NFData LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

Methods

rnf :: LicenseStatus -> () #

Eq LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

Ord LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

Hashable LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

type Rep LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

type Rep LicenseStatus = D1 ('MetaData "LicenseStatus" "Amazonka.LicenseManager.Types.LicenseStatus" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "LicenseStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLicenseStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReceivedStatus

newtype ReceivedStatus Source #

Constructors

ReceivedStatus' 

Instances

Instances details
FromJSON ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

FromJSONKey ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

ToJSON ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

ToJSONKey ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

ToByteString ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

ToHeader ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

ToLog ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

ToQuery ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

FromText ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

ToText ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

FromXML ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

ToXML ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

Methods

toXML :: ReceivedStatus -> XML #

Generic ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

Associated Types

type Rep ReceivedStatus :: Type -> Type #

Read ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

Show ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

NFData ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

Methods

rnf :: ReceivedStatus -> () #

Eq ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

Ord ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

Hashable ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

type Rep ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

type Rep ReceivedStatus = D1 ('MetaData "ReceivedStatus" "Amazonka.LicenseManager.Types.ReceivedStatus" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "ReceivedStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReceivedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RenewType

newtype RenewType Source #

Constructors

RenewType' 

Fields

Bundled Patterns

pattern RenewType_Monthly :: RenewType 
pattern RenewType_None :: RenewType 
pattern RenewType_Weekly :: RenewType 

Instances

Instances details
FromJSON RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

FromJSONKey RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

ToJSON RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

ToJSONKey RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

ToByteString RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Methods

toBS :: RenewType -> ByteString #

ToHeader RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

ToLog RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

ToQuery RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

FromText RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

ToText RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Methods

toText :: RenewType -> Text #

FromXML RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

ToXML RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Methods

toXML :: RenewType -> XML #

Generic RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Associated Types

type Rep RenewType :: Type -> Type #

Read RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Show RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

NFData RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Methods

rnf :: RenewType -> () #

Eq RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Ord RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Hashable RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

type Rep RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

type Rep RenewType = D1 ('MetaData "RenewType" "Amazonka.LicenseManager.Types.RenewType" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "RenewType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRenewType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReportFrequencyType

newtype ReportFrequencyType Source #

Instances

Instances details
FromJSON ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

FromJSONKey ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

ToJSON ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

ToJSONKey ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

ToByteString ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

ToHeader ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

ToLog ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

ToQuery ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

FromText ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

ToText ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

FromXML ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

ToXML ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

Generic ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

Associated Types

type Rep ReportFrequencyType :: Type -> Type #

Read ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

Show ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

NFData ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

Methods

rnf :: ReportFrequencyType -> () #

Eq ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

Ord ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

Hashable ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

type Rep ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

type Rep ReportFrequencyType = D1 ('MetaData "ReportFrequencyType" "Amazonka.LicenseManager.Types.ReportFrequencyType" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "ReportFrequencyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReportFrequencyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReportType

newtype ReportType Source #

Constructors

ReportType' 

Fields

Instances

Instances details
FromJSON ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

FromJSONKey ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

ToJSON ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

ToJSONKey ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

ToByteString ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

ToHeader ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

ToLog ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

ToQuery ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

FromText ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

ToText ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

Methods

toText :: ReportType -> Text #

FromXML ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

ToXML ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

Methods

toXML :: ReportType -> XML #

Generic ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

Associated Types

type Rep ReportType :: Type -> Type #

Read ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

Show ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

NFData ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

Methods

rnf :: ReportType -> () #

Eq ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

Ord ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

Hashable ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

type Rep ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

type Rep ReportType = D1 ('MetaData "ReportType" "Amazonka.LicenseManager.Types.ReportType" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "ReportType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReportType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceType

newtype ResourceType Source #

Constructors

ResourceType' 

Instances

Instances details
FromJSON ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

FromJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

ToJSON ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

ToJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

ToByteString ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

ToHeader ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

ToLog ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

ToQuery ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

FromText ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

ToText ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

Methods

toText :: ResourceType -> Text #

FromXML ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

ToXML ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

Methods

toXML :: ResourceType -> XML #

Generic ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

Associated Types

type Rep ResourceType :: Type -> Type #

Read ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

Show ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

NFData ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

Methods

rnf :: ResourceType -> () #

Eq ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

Ord ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

Hashable ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

type Rep ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

type Rep ResourceType = D1 ('MetaData "ResourceType" "Amazonka.LicenseManager.Types.ResourceType" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "ResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TokenType

newtype TokenType Source #

Constructors

TokenType' 

Fields

Bundled Patterns

pattern TokenType_REFRESH_TOKEN :: TokenType 

Instances

Instances details
FromJSON TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

FromJSONKey TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

ToJSON TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

ToJSONKey TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

ToByteString TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Methods

toBS :: TokenType -> ByteString #

ToHeader TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

ToLog TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

ToQuery TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

FromText TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

ToText TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Methods

toText :: TokenType -> Text #

FromXML TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

ToXML TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Methods

toXML :: TokenType -> XML #

Generic TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Associated Types

type Rep TokenType :: Type -> Type #

Read TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Show TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

NFData TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Methods

rnf :: TokenType -> () #

Eq TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Ord TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Hashable TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

type Rep TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

type Rep TokenType = D1 ('MetaData "TokenType" "Amazonka.LicenseManager.Types.TokenType" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'True) (C1 ('MetaCons "TokenType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTokenType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutomatedDiscoveryInformation

data AutomatedDiscoveryInformation Source #

Describes automated discovery.

See: newAutomatedDiscoveryInformation smart constructor.

Instances

Instances details
FromJSON AutomatedDiscoveryInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation

Generic AutomatedDiscoveryInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation

Associated Types

type Rep AutomatedDiscoveryInformation :: Type -> Type #

Read AutomatedDiscoveryInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation

Show AutomatedDiscoveryInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation

NFData AutomatedDiscoveryInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation

Eq AutomatedDiscoveryInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation

Hashable AutomatedDiscoveryInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation

type Rep AutomatedDiscoveryInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation

type Rep AutomatedDiscoveryInformation = D1 ('MetaData "AutomatedDiscoveryInformation" "Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "AutomatedDiscoveryInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastRunTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newAutomatedDiscoveryInformation :: AutomatedDiscoveryInformation Source #

Create a value of AutomatedDiscoveryInformation 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:lastRunTime:AutomatedDiscoveryInformation', automatedDiscoveryInformation_lastRunTime - Time that automated discovery last ran.

BorrowConfiguration

data BorrowConfiguration Source #

Details about a borrow configuration.

See: newBorrowConfiguration smart constructor.

Instances

Instances details
FromJSON BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

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

Read BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

Show BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

NFData BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

Methods

rnf :: BorrowConfiguration -> () #

Eq BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

Hashable 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" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" '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.

ConsumedLicenseSummary

data ConsumedLicenseSummary Source #

Details about license consumption.

See: newConsumedLicenseSummary smart constructor.

Instances

Instances details
FromJSON ConsumedLicenseSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumedLicenseSummary

Generic ConsumedLicenseSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumedLicenseSummary

Associated Types

type Rep ConsumedLicenseSummary :: Type -> Type #

Read ConsumedLicenseSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumedLicenseSummary

Show ConsumedLicenseSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumedLicenseSummary

NFData ConsumedLicenseSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumedLicenseSummary

Methods

rnf :: ConsumedLicenseSummary -> () #

Eq ConsumedLicenseSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumedLicenseSummary

Hashable ConsumedLicenseSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumedLicenseSummary

type Rep ConsumedLicenseSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumedLicenseSummary

type Rep ConsumedLicenseSummary = D1 ('MetaData "ConsumedLicenseSummary" "Amazonka.LicenseManager.Types.ConsumedLicenseSummary" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ConsumedLicenseSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "consumedLicenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType))))

newConsumedLicenseSummary :: ConsumedLicenseSummary Source #

Create a value of ConsumedLicenseSummary 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:consumedLicenses:ConsumedLicenseSummary', consumedLicenseSummary_consumedLicenses - Number of licenses consumed by the resource.

$sel:resourceType:ConsumedLicenseSummary', consumedLicenseSummary_resourceType - Resource type of the resource consuming a license.

ConsumptionConfiguration

data ConsumptionConfiguration Source #

Details about a consumption configuration.

See: newConsumptionConfiguration smart constructor.

Instances

Instances details
FromJSON ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

ToJSON ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

Generic ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

Associated Types

type Rep ConsumptionConfiguration :: Type -> Type #

Read ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

Show ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

NFData ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

Eq ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

Hashable ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

type Rep ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

type Rep ConsumptionConfiguration = D1 ('MetaData "ConsumptionConfiguration" "Amazonka.LicenseManager.Types.ConsumptionConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ConsumptionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "borrowConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BorrowConfiguration)) :*: (S1 ('MetaSel ('Just "provisionalConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisionalConfiguration)) :*: S1 ('MetaSel ('Just "renewType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenewType)))))

newConsumptionConfiguration :: ConsumptionConfiguration Source #

Create a value of ConsumptionConfiguration 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:borrowConfiguration:ConsumptionConfiguration', consumptionConfiguration_borrowConfiguration - Details about a borrow configuration.

$sel:provisionalConfiguration:ConsumptionConfiguration', consumptionConfiguration_provisionalConfiguration - Details about a provisional configuration.

$sel:renewType:ConsumptionConfiguration', consumptionConfiguration_renewType - Renewal frequency.

DatetimeRange

data DatetimeRange Source #

Describes a time range, in ISO8601-UTC format.

See: newDatetimeRange smart constructor.

Constructors

DatetimeRange' (Maybe Text) Text 

Instances

Instances details
FromJSON DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

ToJSON DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

Generic DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

Associated Types

type Rep DatetimeRange :: Type -> Type #

Read DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

Show DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

NFData DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

Methods

rnf :: DatetimeRange -> () #

Eq DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

Hashable DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

type Rep DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

type Rep DatetimeRange = D1 ('MetaData "DatetimeRange" "Amazonka.LicenseManager.Types.DatetimeRange" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "DatetimeRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "end") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "begin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDatetimeRange Source #

Create a value of DatetimeRange 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:end:DatetimeRange', datetimeRange_end - End of the time range.

$sel:begin:DatetimeRange', datetimeRange_begin - Start of the time range.

Entitlement

data Entitlement Source #

Describes a resource entitled for use with a license.

See: newEntitlement smart constructor.

Instances

Instances details
FromJSON Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

ToJSON Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

Generic Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

Associated Types

type Rep Entitlement :: Type -> Type #

Read Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

Show Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

NFData Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

Methods

rnf :: Entitlement -> () #

Eq Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

Hashable Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

type Rep Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

newEntitlement Source #

Create a value of Entitlement 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:allowCheckIn:Entitlement', entitlement_allowCheckIn - Indicates whether check-ins are allowed.

$sel:maxCount:Entitlement', entitlement_maxCount - Maximum entitlement count. Use if the unit is not None.

$sel:overage:Entitlement', entitlement_overage - Indicates whether overages are allowed.

$sel:value:Entitlement', entitlement_value - Entitlement resource. Use only if the unit is None.

$sel:name:Entitlement', entitlement_name - Entitlement name.

$sel:unit:Entitlement', entitlement_unit - Entitlement unit.

EntitlementData

data EntitlementData Source #

Data associated with an entitlement resource.

See: newEntitlementData smart constructor.

Instances

Instances details
FromJSON EntitlementData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementData

ToJSON EntitlementData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementData

Generic EntitlementData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementData

Associated Types

type Rep EntitlementData :: Type -> Type #

Read EntitlementData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementData

Show EntitlementData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementData

NFData EntitlementData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementData

Methods

rnf :: EntitlementData -> () #

Eq EntitlementData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementData

Hashable EntitlementData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementData

type Rep EntitlementData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementData

type Rep EntitlementData = D1 ('MetaData "EntitlementData" "Amazonka.LicenseManager.Types.EntitlementData" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "EntitlementData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EntitlementDataUnit))))

newEntitlementData Source #

Create a value of EntitlementData 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:value:EntitlementData', entitlementData_value - Entitlement data value.

$sel:name:EntitlementData', entitlementData_name - Entitlement data name.

$sel:unit:EntitlementData', entitlementData_unit - Entitlement data unit.

EntitlementUsage

data EntitlementUsage Source #

Usage associated with an entitlement resource.

See: newEntitlementUsage smart constructor.

Instances

Instances details
FromJSON EntitlementUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUsage

Generic EntitlementUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUsage

Associated Types

type Rep EntitlementUsage :: Type -> Type #

Read EntitlementUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUsage

Show EntitlementUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUsage

NFData EntitlementUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUsage

Methods

rnf :: EntitlementUsage -> () #

Eq EntitlementUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUsage

Hashable EntitlementUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUsage

type Rep EntitlementUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUsage

type Rep EntitlementUsage = D1 ('MetaData "EntitlementUsage" "Amazonka.LicenseManager.Types.EntitlementUsage" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "EntitlementUsage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "consumedValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EntitlementDataUnit))))

newEntitlementUsage Source #

Create a value of EntitlementUsage 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:maxCount:EntitlementUsage', entitlementUsage_maxCount - Maximum entitlement usage count.

$sel:name:EntitlementUsage', entitlementUsage_name - Entitlement usage name.

$sel:consumedValue:EntitlementUsage', entitlementUsage_consumedValue - Resource usage consumed.

$sel:unit:EntitlementUsage', entitlementUsage_unit - Entitlement usage unit.

Filter

data Filter Source #

A filter name and value pair that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.

See: newFilter smart constructor.

Constructors

Filter' (Maybe Text) (Maybe [Text]) 

Instances

Instances details
ToJSON Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

Read Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Hashable Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.LicenseManager.Types.Filter" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newFilter :: Filter Source #

Create a value of Filter 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:name:Filter', filter_name - Name of the filter. Filter names are case-sensitive.

$sel:values:Filter', filter_values - Filter values. Filter values are case-sensitive.

Grant

data Grant Source #

Describes a grant.

See: newGrant smart constructor.

Instances

Instances details
FromJSON Grant Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Grant

Generic Grant Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Grant

Associated Types

type Rep Grant :: Type -> Type #

Methods

from :: Grant -> Rep Grant x #

to :: Rep Grant x -> Grant #

Read Grant Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Grant

Show Grant Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Grant

Methods

showsPrec :: Int -> Grant -> ShowS #

show :: Grant -> String #

showList :: [Grant] -> ShowS #

NFData Grant Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Grant

Methods

rnf :: Grant -> () #

Eq Grant Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Grant

Methods

(==) :: Grant -> Grant -> Bool #

(/=) :: Grant -> Grant -> Bool #

Hashable Grant Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Grant

Methods

hashWithSalt :: Int -> Grant -> Int #

hash :: Grant -> Int #

type Rep Grant Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Grant

newGrant Source #

Create a value of Grant 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:statusReason:Grant', grant_statusReason - Grant status reason.

$sel:grantArn:Grant', grant_grantArn - Amazon Resource Name (ARN) of the grant.

$sel:grantName:Grant', grant_grantName - Grant name.

$sel:parentArn:Grant', grant_parentArn - Parent ARN.

$sel:licenseArn:Grant', grant_licenseArn - License ARN.

$sel:granteePrincipalArn:Grant', grant_granteePrincipalArn - The grantee principal ARN.

$sel:homeRegion:Grant', grant_homeRegion - Home Region of the grant.

$sel:grantStatus:Grant', grant_grantStatus - Grant status.

$sel:version:Grant', grant_version - Grant version.

$sel:grantedOperations:Grant', grant_grantedOperations - Granted operations.

GrantedLicense

data GrantedLicense Source #

Describes a license that is granted to a grantee.

See: newGrantedLicense smart constructor.

Instances

Instances details
FromJSON GrantedLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantedLicense

Generic GrantedLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantedLicense

Associated Types

type Rep GrantedLicense :: Type -> Type #

Read GrantedLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantedLicense

Show GrantedLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantedLicense

NFData GrantedLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantedLicense

Methods

rnf :: GrantedLicense -> () #

Eq GrantedLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantedLicense

Hashable GrantedLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantedLicense

type Rep GrantedLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantedLicense

type Rep GrantedLicense = D1 ('MetaData "GrantedLicense" "Amazonka.LicenseManager.Types.GrantedLicense" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "GrantedLicense'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "beneficiary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "consumptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConsumptionConfiguration)) :*: S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "entitlements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Entitlement])) :*: S1 ('MetaSel ('Just "homeRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "issuer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IssuerDetails)) :*: S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "licenseMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Metadata])) :*: S1 ('MetaSel ('Just "licenseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "productName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productSKU") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "receivedMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReceivedMetadata)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseStatus))) :*: (S1 ('MetaSel ('Just "validity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatetimeRange)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newGrantedLicense :: GrantedLicense Source #

Create a value of GrantedLicense 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:beneficiary:GrantedLicense', grantedLicense_beneficiary - Granted license beneficiary.

$sel:consumptionConfiguration:GrantedLicense', grantedLicense_consumptionConfiguration - Configuration for consumption of the license.

$sel:createTime:GrantedLicense', grantedLicense_createTime - Creation time of the granted license.

$sel:entitlements:GrantedLicense', grantedLicense_entitlements - License entitlements.

$sel:homeRegion:GrantedLicense', grantedLicense_homeRegion - Home Region of the granted license.

$sel:issuer:GrantedLicense', grantedLicense_issuer - Granted license issuer.

$sel:licenseArn:GrantedLicense', grantedLicense_licenseArn - Amazon Resource Name (ARN) of the license.

$sel:licenseMetadata:GrantedLicense', grantedLicense_licenseMetadata - Granted license metadata.

$sel:licenseName:GrantedLicense', grantedLicense_licenseName - License name.

$sel:productName:GrantedLicense', grantedLicense_productName - Product name.

$sel:productSKU:GrantedLicense', grantedLicense_productSKU - Product SKU.

$sel:receivedMetadata:GrantedLicense', grantedLicense_receivedMetadata - Granted license received metadata.

$sel:status:GrantedLicense', grantedLicense_status - Granted license status.

$sel:validity:GrantedLicense', grantedLicense_validity - Date and time range during which the granted license is valid, in ISO8601-UTC format.

$sel:version:GrantedLicense', grantedLicense_version - Version of the granted license.

InventoryFilter

data InventoryFilter Source #

An inventory filter.

See: newInventoryFilter smart constructor.

Instances

Instances details
ToJSON InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

Generic InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

Associated Types

type Rep InventoryFilter :: Type -> Type #

Read InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

Show InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

NFData InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

Methods

rnf :: InventoryFilter -> () #

Eq InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

Hashable InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

type Rep InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

type Rep InventoryFilter = D1 ('MetaData "InventoryFilter" "Amazonka.LicenseManager.Types.InventoryFilter" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "InventoryFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InventoryFilterCondition))))

newInventoryFilter Source #

Create a value of InventoryFilter 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:value:InventoryFilter', inventoryFilter_value - Value of the filter.

$sel:name:InventoryFilter', inventoryFilter_name - Name of the filter.

$sel:condition:InventoryFilter', inventoryFilter_condition - Condition of the filter.

Issuer

data Issuer Source #

Details about the issuer of a license.

See: newIssuer smart constructor.

Constructors

Issuer' (Maybe Text) Text 

Instances

Instances details
ToJSON Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Generic Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Associated Types

type Rep Issuer :: Type -> Type #

Methods

from :: Issuer -> Rep Issuer x #

to :: Rep Issuer x -> Issuer #

Read Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Show Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

NFData Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Methods

rnf :: Issuer -> () #

Eq Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Methods

(==) :: Issuer -> Issuer -> Bool #

(/=) :: Issuer -> Issuer -> Bool #

Hashable Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Methods

hashWithSalt :: Int -> Issuer -> Int #

hash :: Issuer -> Int #

type Rep Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

type Rep Issuer = D1 ('MetaData "Issuer" "Amazonka.LicenseManager.Types.Issuer" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "Issuer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "signKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newIssuer Source #

Create a value of Issuer 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:signKey:Issuer', issuer_signKey - Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.

$sel:name:Issuer', issuer_name - Issuer name.

IssuerDetails

data IssuerDetails Source #

Details associated with the issuer of a license.

See: newIssuerDetails smart constructor.

Instances

Instances details
FromJSON IssuerDetails Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.IssuerDetails

Generic IssuerDetails Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.IssuerDetails

Associated Types

type Rep IssuerDetails :: Type -> Type #

Read IssuerDetails Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.IssuerDetails

Show IssuerDetails Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.IssuerDetails

NFData IssuerDetails Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.IssuerDetails

Methods

rnf :: IssuerDetails -> () #

Eq IssuerDetails Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.IssuerDetails

Hashable IssuerDetails Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.IssuerDetails

type Rep IssuerDetails Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.IssuerDetails

type Rep IssuerDetails = D1 ('MetaData "IssuerDetails" "Amazonka.LicenseManager.Types.IssuerDetails" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "IssuerDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyFingerprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newIssuerDetails :: IssuerDetails Source #

Create a value of IssuerDetails 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:keyFingerprint:IssuerDetails', issuerDetails_keyFingerprint - Issuer key fingerprint.

$sel:name:IssuerDetails', issuerDetails_name - Issuer name.

$sel:signKey:IssuerDetails', issuerDetails_signKey - Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.

License

data License Source #

Software license that is managed in License Manager.

See: newLicense smart constructor.

Instances

Instances details
FromJSON License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

Generic License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

Associated Types

type Rep License :: Type -> Type #

Methods

from :: License -> Rep License x #

to :: Rep License x -> License #

Read License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

Show License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

NFData License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

Methods

rnf :: License -> () #

Eq License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

Methods

(==) :: License -> License -> Bool #

(/=) :: License -> License -> Bool #

Hashable License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

Methods

hashWithSalt :: Int -> License -> Int #

hash :: License -> Int #

type Rep License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

type Rep License = D1 ('MetaData "License" "Amazonka.LicenseManager.Types.License" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "License'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "beneficiary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "consumptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConsumptionConfiguration)) :*: S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "entitlements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Entitlement])) :*: S1 ('MetaSel ('Just "homeRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "issuer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IssuerDetails)) :*: S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "licenseMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Metadata])) :*: (S1 ('MetaSel ('Just "licenseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "productSKU") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseStatus))) :*: (S1 ('MetaSel ('Just "validity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatetimeRange)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newLicense :: License Source #

Create a value of License 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:beneficiary:License', license_beneficiary - License beneficiary.

$sel:consumptionConfiguration:License', license_consumptionConfiguration - Configuration for consumption of the license.

$sel:createTime:License', license_createTime - License creation time.

$sel:entitlements:License', license_entitlements - License entitlements.

$sel:homeRegion:License', license_homeRegion - Home Region of the license.

$sel:issuer:License', license_issuer - License issuer.

$sel:licenseArn:License', license_licenseArn - Amazon Resource Name (ARN) of the license.

$sel:licenseMetadata:License', license_licenseMetadata - License metadata.

$sel:licenseName:License', license_licenseName - License name.

$sel:productName:License', license_productName - Product name.

$sel:productSKU:License', license_productSKU - Product SKU.

$sel:status:License', license_status - License status.

$sel:validity:License', license_validity - Date and time range during which the license is valid, in ISO8601-UTC format.

$sel:version:License', license_version - License version.

LicenseConfiguration

data LicenseConfiguration Source #

A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), host affinity (how long a VM must be associated with a host), and the number of licenses purchased and used.

See: newLicenseConfiguration smart constructor.

Instances

Instances details
FromJSON LicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfiguration

Generic LicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfiguration

Associated Types

type Rep LicenseConfiguration :: Type -> Type #

Read LicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfiguration

Show LicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfiguration

NFData LicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfiguration

Methods

rnf :: LicenseConfiguration -> () #

Eq LicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfiguration

Hashable LicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfiguration

type Rep LicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfiguration

type Rep LicenseConfiguration = D1 ('MetaData "LicenseConfiguration" "Amazonka.LicenseManager.Types.LicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "LicenseConfiguration'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "automatedDiscoveryInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomatedDiscoveryInformation)) :*: S1 ('MetaSel ('Just "consumedLicenseSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConsumedLicenseSummary]))) :*: (S1 ('MetaSel ('Just "consumedLicenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "disassociateWhenNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "licenseConfigurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) :*: (((S1 ('MetaSel ('Just "licenseCountHardLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "licenseCountingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseCountingType))) :*: (S1 ('MetaSel ('Just "licenseRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "managedResourceSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ManagedResourceSummary])))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ownerAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "productInformationList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProductInformation])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newLicenseConfiguration :: LicenseConfiguration Source #

Create a value of LicenseConfiguration 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:automatedDiscoveryInformation:LicenseConfiguration', licenseConfiguration_automatedDiscoveryInformation - Automated discovery information.

$sel:consumedLicenseSummaryList:LicenseConfiguration', licenseConfiguration_consumedLicenseSummaryList - Summaries for licenses consumed by various resources.

LicenseConfiguration, licenseConfiguration_consumedLicenses - Number of licenses consumed.

$sel:description:LicenseConfiguration', licenseConfiguration_description - Description of the license configuration.

$sel:disassociateWhenNotFound:LicenseConfiguration', licenseConfiguration_disassociateWhenNotFound - When true, disassociates a resource when software is uninstalled.

$sel:licenseConfigurationArn:LicenseConfiguration', licenseConfiguration_licenseConfigurationArn - Amazon Resource Name (ARN) of the license configuration.

$sel:licenseConfigurationId:LicenseConfiguration', licenseConfiguration_licenseConfigurationId - Unique ID of the license configuration.

$sel:licenseCount:LicenseConfiguration', licenseConfiguration_licenseCount - Number of licenses managed by the license configuration.

$sel:licenseCountHardLimit:LicenseConfiguration', licenseConfiguration_licenseCountHardLimit - Number of available licenses as a hard limit.

$sel:licenseCountingType:LicenseConfiguration', licenseConfiguration_licenseCountingType - Dimension to use to track the license inventory.

$sel:licenseRules:LicenseConfiguration', licenseConfiguration_licenseRules - License rules.

$sel:managedResourceSummaryList:LicenseConfiguration', licenseConfiguration_managedResourceSummaryList - Summaries for managed resources.

$sel:name:LicenseConfiguration', licenseConfiguration_name - Name of the license configuration.

$sel:ownerAccountId:LicenseConfiguration', licenseConfiguration_ownerAccountId - Account ID of the license configuration's owner.

$sel:productInformationList:LicenseConfiguration', licenseConfiguration_productInformationList - Product information.

$sel:status:LicenseConfiguration', licenseConfiguration_status - Status of the license configuration.

LicenseConfigurationAssociation

data LicenseConfigurationAssociation Source #

Describes an association with a license configuration.

See: newLicenseConfigurationAssociation smart constructor.

Instances

Instances details
FromJSON LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

Generic LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

Associated Types

type Rep LicenseConfigurationAssociation :: Type -> Type #

Read LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

Show LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

NFData LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

Eq LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

Hashable LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

type Rep LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

type Rep LicenseConfigurationAssociation = D1 ('MetaData "LicenseConfigurationAssociation" "Amazonka.LicenseManager.Types.LicenseConfigurationAssociation" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "LicenseConfigurationAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "amiAssociationScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "associationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceOwnerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType))))))

newLicenseConfigurationAssociation :: LicenseConfigurationAssociation Source #

Create a value of LicenseConfigurationAssociation 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:amiAssociationScope:LicenseConfigurationAssociation', licenseConfigurationAssociation_amiAssociationScope - Scope of AMI associations. The possible value is cross-account.

$sel:associationTime:LicenseConfigurationAssociation', licenseConfigurationAssociation_associationTime - Time when the license configuration was associated with the resource.

$sel:resourceArn:LicenseConfigurationAssociation', licenseConfigurationAssociation_resourceArn - Amazon Resource Name (ARN) of the resource.

$sel:resourceOwnerId:LicenseConfigurationAssociation', licenseConfigurationAssociation_resourceOwnerId - ID of the Amazon Web Services account that owns the resource consuming licenses.

$sel:resourceType:LicenseConfigurationAssociation', licenseConfigurationAssociation_resourceType - Type of server resource.

LicenseConfigurationUsage

data LicenseConfigurationUsage Source #

Details about the usage of a resource associated with a license configuration.

See: newLicenseConfigurationUsage smart constructor.

Instances

Instances details
FromJSON LicenseConfigurationUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationUsage

Generic LicenseConfigurationUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationUsage

Associated Types

type Rep LicenseConfigurationUsage :: Type -> Type #

Read LicenseConfigurationUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationUsage

Show LicenseConfigurationUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationUsage

NFData LicenseConfigurationUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationUsage

Eq LicenseConfigurationUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationUsage

Hashable LicenseConfigurationUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationUsage

type Rep LicenseConfigurationUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationUsage

type Rep LicenseConfigurationUsage = D1 ('MetaData "LicenseConfigurationUsage" "Amazonka.LicenseManager.Types.LicenseConfigurationUsage" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "LicenseConfigurationUsage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "associationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "consumedLicenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "resourceOwnerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType))))))

newLicenseConfigurationUsage :: LicenseConfigurationUsage Source #

Create a value of LicenseConfigurationUsage 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:associationTime:LicenseConfigurationUsage', licenseConfigurationUsage_associationTime - Time when the license configuration was initially associated with the resource.

$sel:consumedLicenses:LicenseConfigurationUsage', licenseConfigurationUsage_consumedLicenses - Number of licenses consumed by the resource.

$sel:resourceArn:LicenseConfigurationUsage', licenseConfigurationUsage_resourceArn - Amazon Resource Name (ARN) of the resource.

$sel:resourceOwnerId:LicenseConfigurationUsage', licenseConfigurationUsage_resourceOwnerId - ID of the account that owns the resource.

$sel:resourceStatus:LicenseConfigurationUsage', licenseConfigurationUsage_resourceStatus - Status of the resource.

$sel:resourceType:LicenseConfigurationUsage', licenseConfigurationUsage_resourceType - Type of resource.

LicenseConversionContext

data LicenseConversionContext Source #

Information about a license type conversion task.

See: newLicenseConversionContext smart constructor.

Instances

Instances details
FromJSON LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

ToJSON LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

Generic LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

Associated Types

type Rep LicenseConversionContext :: Type -> Type #

Read LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

Show LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

NFData LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

Eq LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

Hashable LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

type Rep LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

type Rep LicenseConversionContext = D1 ('MetaData "LicenseConversionContext" "Amazonka.LicenseManager.Types.LicenseConversionContext" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "LicenseConversionContext'" 'PrefixI 'True) (S1 ('MetaSel ('Just "usageOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLicenseConversionContext :: LicenseConversionContext Source #

Create a value of LicenseConversionContext 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:usageOperation:LicenseConversionContext', licenseConversionContext_usageOperation - The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform

LicenseConversionTask

data LicenseConversionTask Source #

Information about a license type conversion task.

See: newLicenseConversionTask smart constructor.

Instances

Instances details
FromJSON LicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTask

Generic LicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTask

Associated Types

type Rep LicenseConversionTask :: Type -> Type #

Read LicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTask

Show LicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTask

NFData LicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTask

Methods

rnf :: LicenseConversionTask -> () #

Eq LicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTask

Hashable LicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTask

type Rep LicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTask

type Rep LicenseConversionTask = D1 ('MetaData "LicenseConversionTask" "Amazonka.LicenseManager.Types.LicenseConversionTask" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "LicenseConversionTask'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "destinationLicenseContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConversionContext)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "licenseConversionTaskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseConversionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceLicenseContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConversionContext))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConversionTaskStatus)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newLicenseConversionTask :: LicenseConversionTask Source #

Create a value of LicenseConversionTask 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:destinationLicenseContext:LicenseConversionTask', licenseConversionTask_destinationLicenseContext - Information about the license type this conversion task converted to.

$sel:endTime:LicenseConversionTask', licenseConversionTask_endTime - The time the conversion task was completed.

$sel:licenseConversionTaskId:LicenseConversionTask', licenseConversionTask_licenseConversionTaskId - The ID of the license type conversion task.

$sel:licenseConversionTime:LicenseConversionTask', licenseConversionTask_licenseConversionTime - The time the usage operation value of the resource was changed.

$sel:resourceArn:LicenseConversionTask', licenseConversionTask_resourceArn - The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.

$sel:sourceLicenseContext:LicenseConversionTask', licenseConversionTask_sourceLicenseContext - Information about the license type this conversion task converted from.

$sel:startTime:LicenseConversionTask', licenseConversionTask_startTime - The time the conversion task was started at.

$sel:status:LicenseConversionTask', licenseConversionTask_status - The status of the conversion task.

$sel:statusMessage:LicenseConversionTask', licenseConversionTask_statusMessage - The status message for the conversion task.

LicenseOperationFailure

data LicenseOperationFailure Source #

Describes the failure of a license operation.

See: newLicenseOperationFailure smart constructor.

Instances

Instances details
FromJSON LicenseOperationFailure Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseOperationFailure

Generic LicenseOperationFailure Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseOperationFailure

Associated Types

type Rep LicenseOperationFailure :: Type -> Type #

Read LicenseOperationFailure Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseOperationFailure

Show LicenseOperationFailure Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseOperationFailure

NFData LicenseOperationFailure Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseOperationFailure

Methods

rnf :: LicenseOperationFailure -> () #

Eq LicenseOperationFailure Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseOperationFailure

Hashable LicenseOperationFailure Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseOperationFailure

type Rep LicenseOperationFailure Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseOperationFailure

type Rep LicenseOperationFailure = D1 ('MetaData "LicenseOperationFailure" "Amazonka.LicenseManager.Types.LicenseOperationFailure" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "LicenseOperationFailure'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "metadataList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Metadata])) :*: S1 ('MetaSel ('Just "operationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "operationRequestedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceOwnerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType))))))

LicenseSpecification

data LicenseSpecification Source #

Details for associating a license configuration with a resource.

See: newLicenseSpecification smart constructor.

Instances

Instances details
FromJSON LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

ToJSON LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

Generic LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

Associated Types

type Rep LicenseSpecification :: Type -> Type #

Read LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

Show LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

NFData LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

Methods

rnf :: LicenseSpecification -> () #

Eq LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

Hashable LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

type Rep LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

type Rep LicenseSpecification = D1 ('MetaData "LicenseSpecification" "Amazonka.LicenseManager.Types.LicenseSpecification" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "LicenseSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "amiAssociationScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLicenseSpecification Source #

Create a value of LicenseSpecification 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:amiAssociationScope:LicenseSpecification', licenseSpecification_amiAssociationScope - Scope of AMI associations. The possible value is cross-account.

$sel:licenseConfigurationArn:LicenseSpecification', licenseSpecification_licenseConfigurationArn - Amazon Resource Name (ARN) of the license configuration.

LicenseUsage

data LicenseUsage Source #

Describes the entitlement usage associated with a license.

See: newLicenseUsage smart constructor.

Instances

Instances details
FromJSON LicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseUsage

Generic LicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseUsage

Associated Types

type Rep LicenseUsage :: Type -> Type #

Read LicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseUsage

Show LicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseUsage

NFData LicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseUsage

Methods

rnf :: LicenseUsage -> () #

Eq LicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseUsage

Hashable LicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseUsage

type Rep LicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseUsage

type Rep LicenseUsage = D1 ('MetaData "LicenseUsage" "Amazonka.LicenseManager.Types.LicenseUsage" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "LicenseUsage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entitlementUsages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EntitlementUsage]))))

newLicenseUsage :: LicenseUsage Source #

Create a value of LicenseUsage 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:entitlementUsages:LicenseUsage', licenseUsage_entitlementUsages - License entitlement usages.

ManagedResourceSummary

data ManagedResourceSummary Source #

Summary information about a managed resource.

See: newManagedResourceSummary smart constructor.

Instances

Instances details
FromJSON ManagedResourceSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ManagedResourceSummary

Generic ManagedResourceSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ManagedResourceSummary

Associated Types

type Rep ManagedResourceSummary :: Type -> Type #

Read ManagedResourceSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ManagedResourceSummary

Show ManagedResourceSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ManagedResourceSummary

NFData ManagedResourceSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ManagedResourceSummary

Methods

rnf :: ManagedResourceSummary -> () #

Eq ManagedResourceSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ManagedResourceSummary

Hashable ManagedResourceSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ManagedResourceSummary

type Rep ManagedResourceSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ManagedResourceSummary

type Rep ManagedResourceSummary = D1 ('MetaData "ManagedResourceSummary" "Amazonka.LicenseManager.Types.ManagedResourceSummary" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ManagedResourceSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associationCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType))))

newManagedResourceSummary :: ManagedResourceSummary Source #

Create a value of ManagedResourceSummary 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:associationCount:ManagedResourceSummary', managedResourceSummary_associationCount - Number of resources associated with licenses.

$sel:resourceType:ManagedResourceSummary', managedResourceSummary_resourceType - Type of resource associated with a license.

Metadata

data Metadata Source #

Describes key/value pairs.

See: newMetadata smart constructor.

Constructors

Metadata' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

ToJSON Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

Generic Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

Associated Types

type Rep Metadata :: Type -> Type #

Methods

from :: Metadata -> Rep Metadata x #

to :: Rep Metadata x -> Metadata #

Read Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

Show Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

NFData Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

Methods

rnf :: Metadata -> () #

Eq Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

Hashable Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

Methods

hashWithSalt :: Int -> Metadata -> Int #

hash :: Metadata -> Int #

type Rep Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

type Rep Metadata = D1 ('MetaData "Metadata" "Amazonka.LicenseManager.Types.Metadata" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "Metadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMetadata :: Metadata Source #

Create a value of Metadata 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:name:Metadata', metadata_name - The key name.

$sel:value:Metadata', metadata_value - The value.

OrganizationConfiguration

data OrganizationConfiguration Source #

Configuration information for Organizations.

See: newOrganizationConfiguration smart constructor.

Instances

Instances details
FromJSON OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

ToJSON OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

Generic OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

Associated Types

type Rep OrganizationConfiguration :: Type -> Type #

Read OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

Show OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

NFData OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

Eq OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

Hashable OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

type Rep OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

type Rep OrganizationConfiguration = D1 ('MetaData "OrganizationConfiguration" "Amazonka.LicenseManager.Types.OrganizationConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "OrganizationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableIntegration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newOrganizationConfiguration Source #

Create a value of OrganizationConfiguration 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:enableIntegration:OrganizationConfiguration', organizationConfiguration_enableIntegration - Enables Organizations integration.

ProductInformation

data ProductInformation Source #

Describes product information for a license configuration.

See: newProductInformation smart constructor.

Instances

Instances details
FromJSON ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

ToJSON ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

Generic ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

Associated Types

type Rep ProductInformation :: Type -> Type #

Read ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

Show ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

NFData ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

Methods

rnf :: ProductInformation -> () #

Eq ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

Hashable ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

type Rep ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

type Rep ProductInformation = D1 ('MetaData "ProductInformation" "Amazonka.LicenseManager.Types.ProductInformation" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ProductInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "productInformationFilterList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ProductInformationFilter])))

newProductInformation Source #

Create a value of ProductInformation 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:resourceType:ProductInformation', productInformation_resourceType - Resource type. The possible values are SSM_MANAGED | RDS.

$sel:productInformationFilterList:ProductInformation', productInformation_productInformationFilterList - A Product information filter consists of a ProductInformationFilterComparator which is a logical operator, a ProductInformationFilterName which specifies the type of filter being declared, and a ProductInformationFilterValue that specifies the value to filter on.

Accepted values for ProductInformationFilterName are listed here along with descriptions and valid options for ProductInformationFilterComparator.

The following filters and are supported when the resource type is SSM_MANAGED:

  • Application Name - The name of the application. Logical operator is EQUALS.
  • Application Publisher - The publisher of the application. Logical operator is EQUALS.
  • Application Version - The version of the application. Logical operator is EQUALS.
  • Platform Name - The name of the platform. Logical operator is EQUALS.
  • Platform Type - The platform type. Logical operator is EQUALS.
  • Tag:key - The key of a tag attached to an Amazon Web Services resource you wish to exclude from automated discovery. Logical operator is NOT_EQUALS. The key for your tag must be appended to Tag: following the example: Tag:name-of-your-key. ProductInformationFilterValue is optional if you are not using values for the key.
  • AccountId - The 12-digit ID of an Amazon Web Services account you wish to exclude from automated discovery. Logical operator is NOT_EQUALS.
  • License Included - The type of license included. Logical operators are EQUALS and NOT_EQUALS. Possible values are: sql-server-enterprise | sql-server-standard | sql-server-web | windows-server-datacenter.

The following filters and logical operators are supported when the resource type is RDS:

  • Engine Edition - The edition of the database engine. Logical operator is EQUALS. Possible values are: oracle-ee | oracle-se | oracle-se1 | oracle-se2.
  • License Pack - The license pack. Logical operator is EQUALS. Possible values are: data guard | diagnostic pack sqlt | tuning pack sqlt | ols | olap.

ProductInformationFilter

data ProductInformationFilter Source #

Describes product information filters.

See: newProductInformationFilter smart constructor.

Instances

Instances details
FromJSON ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

ToJSON ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

Generic ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

Associated Types

type Rep ProductInformationFilter :: Type -> Type #

Read ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

Show ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

NFData ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

Eq ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

Hashable ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

type Rep ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

type Rep ProductInformationFilter = D1 ('MetaData "ProductInformationFilter" "Amazonka.LicenseManager.Types.ProductInformationFilter" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ProductInformationFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productInformationFilterValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "productInformationFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "productInformationFilterComparator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

ProvisionalConfiguration

data ProvisionalConfiguration Source #

Details about a provisional configuration.

See: newProvisionalConfiguration smart constructor.

Instances

Instances details
FromJSON ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

ToJSON ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

Generic ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

Associated Types

type Rep ProvisionalConfiguration :: Type -> Type #

Read ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

Show ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

NFData ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

Eq ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

Hashable ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

type Rep ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

type Rep ProvisionalConfiguration = D1 ('MetaData "ProvisionalConfiguration" "Amazonka.LicenseManager.Types.ProvisionalConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ProvisionalConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxTimeToLiveInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newProvisionalConfiguration Source #

Create a value of ProvisionalConfiguration 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:maxTimeToLiveInMinutes:ProvisionalConfiguration', provisionalConfiguration_maxTimeToLiveInMinutes - Maximum time for the provisional configuration, in minutes.

ReceivedMetadata

data ReceivedMetadata Source #

Metadata associated with received licenses and grants.

See: newReceivedMetadata smart constructor.

Instances

Instances details
FromJSON 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 #

Read ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

Show ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

NFData ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

Methods

rnf :: ReceivedMetadata -> () #

Eq ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

Hashable 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" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ReceivedMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowedOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AllowedOperation))) :*: (S1 ('MetaSel ('Just "receivedStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReceivedStatus)) :*: 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:allowedOperations:ReceivedMetadata', receivedMetadata_allowedOperations - Allowed operations.

$sel:receivedStatus:ReceivedMetadata', receivedMetadata_receivedStatus - Received status.

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

ReportContext

data ReportContext Source #

Details of the license configuration that this generator reports on.

See: newReportContext smart constructor.

Constructors

ReportContext' [Text] 

Instances

Instances details
FromJSON ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

ToJSON ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

Generic ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

Associated Types

type Rep ReportContext :: Type -> Type #

Read ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

Show ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

NFData ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

Methods

rnf :: ReportContext -> () #

Eq ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

Hashable ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

type Rep ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

type Rep ReportContext = D1 ('MetaData "ReportContext" "Amazonka.LicenseManager.Types.ReportContext" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ReportContext'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurationArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newReportContext :: ReportContext Source #

Create a value of ReportContext 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:licenseConfigurationArns:ReportContext', reportContext_licenseConfigurationArns - Amazon Resource Name (ARN) of the license configuration that this generator reports on.

ReportFrequency

data ReportFrequency Source #

Details about how frequently reports are generated.

See: newReportFrequency smart constructor.

Instances

Instances details
FromJSON ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

ToJSON ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

Generic ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

Associated Types

type Rep ReportFrequency :: Type -> Type #

Read ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

Show ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

NFData ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

Methods

rnf :: ReportFrequency -> () #

Eq ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

Hashable ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

type Rep ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

type Rep ReportFrequency = D1 ('MetaData "ReportFrequency" "Amazonka.LicenseManager.Types.ReportFrequency" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ReportFrequency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "period") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportFrequencyType)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newReportFrequency :: ReportFrequency Source #

Create a value of ReportFrequency 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:period:ReportFrequency', reportFrequency_period - Time period between each report. The period can be daily, weekly, or monthly.

$sel:value:ReportFrequency', reportFrequency_value - Number of times within the frequency period that a report is generated. The only supported value is 1.

ReportGenerator

data ReportGenerator Source #

Describe the details of a report generator.

See: newReportGenerator smart constructor.

Instances

Instances details
FromJSON ReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportGenerator

Generic ReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportGenerator

Associated Types

type Rep ReportGenerator :: Type -> Type #

Read ReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportGenerator

Show ReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportGenerator

NFData ReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportGenerator

Methods

rnf :: ReportGenerator -> () #

Eq ReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportGenerator

Hashable ReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportGenerator

type Rep ReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportGenerator

type Rep ReportGenerator = D1 ('MetaData "ReportGenerator" "Amazonka.LicenseManager.Types.ReportGenerator" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ReportGenerator'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastReportGenerationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastRunFailureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastRunStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseManagerReportGeneratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "reportContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportContext)) :*: (S1 ('MetaSel ('Just "reportCreatorAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reportFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportFrequency)))) :*: ((S1 ('MetaSel ('Just "reportGeneratorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reportType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReportType]))) :*: (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))))

newReportGenerator :: ReportGenerator Source #

Create a value of ReportGenerator 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:createTime:ReportGenerator', reportGenerator_createTime - Time the report was created.

$sel:description:ReportGenerator', reportGenerator_description - Description of the report generator.

$sel:lastReportGenerationTime:ReportGenerator', reportGenerator_lastReportGenerationTime - Time the last report was generated at.

$sel:lastRunFailureReason:ReportGenerator', reportGenerator_lastRunFailureReason - Failure message for the last report generation attempt.

$sel:lastRunStatus:ReportGenerator', reportGenerator_lastRunStatus - Status of the last report generation attempt.

$sel:licenseManagerReportGeneratorArn:ReportGenerator', reportGenerator_licenseManagerReportGeneratorArn - Amazon Resource Name (ARN) of the report generator.

$sel:reportContext:ReportGenerator', reportGenerator_reportContext - License configuration type for this generator.

$sel:reportCreatorAccount:ReportGenerator', reportGenerator_reportCreatorAccount - The Amazon Web Services account ID used to create the report generator.

$sel:reportFrequency:ReportGenerator', reportGenerator_reportFrequency - Details about how frequently reports are generated.

$sel:reportGeneratorName:ReportGenerator', reportGenerator_reportGeneratorName - Name of the report generator.

$sel:reportType:ReportGenerator', reportGenerator_reportType - Type of reports that are generated.

$sel:s3Location:ReportGenerator', reportGenerator_s3Location - Details of the S3 bucket that report generator reports are published to.

$sel:tags:ReportGenerator', reportGenerator_tags - Tags associated with the report generator.

ResourceInventory

data ResourceInventory Source #

Details about a resource.

See: newResourceInventory smart constructor.

Instances

Instances details
FromJSON ResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceInventory

Generic ResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceInventory

Associated Types

type Rep ResourceInventory :: Type -> Type #

Read ResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceInventory

Show ResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceInventory

NFData ResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceInventory

Methods

rnf :: ResourceInventory -> () #

Eq ResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceInventory

Hashable ResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceInventory

type Rep ResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceInventory

type Rep ResourceInventory = D1 ('MetaData "ResourceInventory" "Amazonka.LicenseManager.Types.ResourceInventory" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "ResourceInventory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platformVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceOwningAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType))))))

newResourceInventory :: ResourceInventory Source #

Create a value of ResourceInventory 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:platform:ResourceInventory', resourceInventory_platform - Platform of the resource.

$sel:platformVersion:ResourceInventory', resourceInventory_platformVersion - Platform version of the resource in the inventory.

$sel:resourceArn:ResourceInventory', resourceInventory_resourceArn - Amazon Resource Name (ARN) of the resource.

$sel:resourceId:ResourceInventory', resourceInventory_resourceId - ID of the resource.

$sel:resourceOwningAccountId:ResourceInventory', resourceInventory_resourceOwningAccountId - ID of the account that owns the resource.

$sel:resourceType:ResourceInventory', resourceInventory_resourceType - Type of resource.

S3Location

data S3Location Source #

Details of the S3 bucket that report generator reports are published to.

See: newS3Location smart constructor.

Constructors

S3Location' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON S3Location Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

Read S3Location Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.S3Location

NFData S3Location Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.S3Location

Methods

rnf :: S3Location -> () #

Eq S3Location Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.S3Location

Hashable S3Location Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.S3Location

type Rep S3Location = D1 ('MetaData "S3Location" "Amazonka.LicenseManager.Types.S3Location" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "keyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3Location :: S3Location Source #

Create a value of S3Location 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:bucket:S3Location', s3Location_bucket - Name of the S3 bucket reports are published to.

$sel:keyPrefix:S3Location', s3Location_keyPrefix - Prefix of the S3 bucket reports are published to.

Tag

data Tag Source #

Details about a tag for a license configuration.

See: newTag smart constructor.

Constructors

Tag' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.LicenseManager.Types.Tag" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTag :: Tag Source #

Create a value of Tag 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:key:Tag', tag_key - Tag key.

$sel:value:Tag', tag_value - Tag value.

TokenData

data TokenData Source #

Describes a token.

See: newTokenData smart constructor.

Instances

Instances details
FromJSON TokenData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenData

Generic TokenData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenData

Associated Types

type Rep TokenData :: Type -> Type #

Read TokenData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenData

Show TokenData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenData

NFData TokenData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenData

Methods

rnf :: TokenData -> () #

Eq TokenData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenData

Hashable TokenData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenData

type Rep TokenData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenData

type Rep TokenData = D1 ('MetaData "TokenData" "Amazonka.LicenseManager.Types.TokenData" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "TokenData'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tokenId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tokenProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tokenType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTokenData :: TokenData Source #

Create a value of TokenData 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:expirationTime:TokenData', tokenData_expirationTime - Token expiration time, in ISO8601-UTC format.

$sel:licenseArn:TokenData', tokenData_licenseArn - Amazon Resource Name (ARN) of the license.

$sel:roleArns:TokenData', tokenData_roleArns - Amazon Resource Names (ARN) of the roles included in the token.

$sel:status:TokenData', tokenData_status - Token status. The possible values are AVAILABLE and DELETED.

$sel:tokenId:TokenData', tokenData_tokenId - Token ID.

$sel:tokenProperties:TokenData', tokenData_tokenProperties - Data specified by the caller.

$sel:tokenType:TokenData', tokenData_tokenType - Type of token generated. The supported value is REFRESH_TOKEN.