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

Amazonka.LicenseManager

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.

NoEntitlementsAllowedException

_NoEntitlementsAllowedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ValidationException

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

AccessDeniedException

ResourceLimitExceededException

_ResourceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Your resource limits have been exceeded.

InvalidResourceStateException

_InvalidResourceStateException :: AsError a => Getting (First ServiceError) 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.

RateLimitExceededException

_RateLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

FailedDependencyException

_FailedDependencyException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A dependency required to run the API is missing.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

FilterLimitExceededException

_FilterLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

InvalidParameterValueException

_InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or more parameter values are not valid.

AuthorizationException

_AuthorizationException :: AsError a => Getting (First ServiceError) 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.

RedirectException

_RedirectException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ServerInternalException

_ServerInternalException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The server experienced an internal error. Try again.

EntitlementNotAllowedException

UnsupportedDigitalSignatureMethodException

_UnsupportedDigitalSignatureMethodException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ResourceNotFoundException

LicenseUsageException

_LicenseUsageException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

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.

ListLicenseManagerReportGenerators

data ListLicenseManagerReportGenerators Source #

Instances

Instances details
Eq ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Read ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

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

NFData ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

Hashable ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

ToJSON ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

AWSRequest 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

type Rep ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

type Rep ListLicenseManagerReportGenerators = D1 ('MetaData "ListLicenseManagerReportGenerators" "Amazonka.LicenseManager.ListLicenseManagerReportGenerators" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListLicenseManagerReportGenerators'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListLicenseManagerReportGenerators Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

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:nextToken:ListLicenseManagerReportGenerators', listLicenseManagerReportGenerators_nextToken - Token for the next set of results.

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

data ListLicenseManagerReportGeneratorsResponse Source #

Instances

Instances details
Eq 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

Generic ListLicenseManagerReportGeneratorsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseManagerReportGenerators

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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:

$sel:nextToken: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.

DeleteLicenseManagerReportGenerator

data DeleteLicenseManagerReportGenerator Source #

Instances

Instances details
Eq 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

Generic DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

NFData DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Hashable DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

ToJSON DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

AWSRequest 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

type Rep DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

type Rep DeleteLicenseManagerReportGenerator = D1 ('MetaData "DeleteLicenseManagerReportGenerator" "Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "DeleteLicenseManagerReportGenerator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseManagerReportGeneratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

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:

$sel:licenseManagerReportGeneratorArn:DeleteLicenseManagerReportGenerator', deleteLicenseManagerReportGenerator_licenseManagerReportGeneratorArn - Amazon Resource Name (ARN) of the report generator to be deleted.

data DeleteLicenseManagerReportGeneratorResponse Source #

Instances

Instances details
Eq 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

Generic DeleteLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

UpdateLicenseManagerReportGenerator

data UpdateLicenseManagerReportGenerator Source #

Instances

Instances details
Eq 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

Generic UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

NFData UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

Hashable UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

ToJSON UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

AWSRequest 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

type Rep UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

type Rep UpdateLicenseManagerReportGenerator = D1 ('MetaData "UpdateLicenseManagerReportGenerator" "Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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)))))
type AWSResponse UpdateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

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:

$sel:description:UpdateLicenseManagerReportGenerator', updateLicenseManagerReportGenerator_description - Description of the report generator.

$sel:licenseManagerReportGeneratorArn:UpdateLicenseManagerReportGenerator', updateLicenseManagerReportGenerator_licenseManagerReportGeneratorArn - Amazon Resource Name (ARN) of the report generator to update.

$sel:reportGeneratorName: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.

$sel:reportContext:UpdateLicenseManagerReportGenerator', updateLicenseManagerReportGenerator_reportContext - The report context.

$sel:reportFrequency: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
Eq 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

Generic UpdateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseManagerReportGenerator

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

ListUsageForLicenseConfiguration (Paginated)

data ListUsageForLicenseConfiguration Source #

See: newListUsageForLicenseConfiguration smart constructor.

Instances

Instances details
Eq ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

Read ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

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

NFData ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

Hashable ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

ToJSON 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

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

type Rep ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

type Rep ListUsageForLicenseConfiguration = D1 ('MetaData "ListUsageForLicenseConfiguration" "Amazonka.LicenseManager.ListUsageForLicenseConfiguration" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListUsageForLicenseConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListUsageForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

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:nextToken:ListUsageForLicenseConfiguration', listUsageForLicenseConfiguration_nextToken - Token for the next set of results.

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

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

data ListUsageForLicenseConfigurationResponse Source #

Instances

Instances details
Eq 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

Generic ListUsageForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListUsageForLicenseConfiguration

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListUsageForLicenseConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenseConfigurationUsageList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LicenseConfigurationUsage])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

CreateLicenseConfiguration

data CreateLicenseConfiguration Source #

See: newCreateLicenseConfiguration smart constructor.

Instances

Instances details
Eq CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Read CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

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

NFData CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Hashable CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

ToJSON CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

AWSRequest 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

type Rep CreateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

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

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

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:

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

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

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

$sel:productInformationList:CreateLicenseConfiguration', createLicenseConfiguration_productInformationList - Product information.

$sel:licenseRules: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.

$sel:description:CreateLicenseConfiguration', createLicenseConfiguration_description - Description of the license configuration.

$sel:tags:CreateLicenseConfiguration', createLicenseConfiguration_tags - Tags to add to the license configuration.

$sel:name:CreateLicenseConfiguration', createLicenseConfiguration_name - Name of the license configuration.

$sel:licenseCountingType:CreateLicenseConfiguration', createLicenseConfiguration_licenseCountingType - Dimension used to track the license inventory.

data CreateLicenseConfigurationResponse Source #

Instances

Instances details
Eq CreateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Read CreateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Show CreateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Generic CreateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConfiguration

Associated Types

type Rep CreateLicenseConfigurationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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:

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

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

CreateLicense

data CreateLicense Source #

See: newCreateLicense smart constructor.

Instances

Instances details
Eq CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Read CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Show CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Generic CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Associated Types

type Rep CreateLicense :: Type -> Type #

NFData CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Methods

rnf :: CreateLicense -> () #

Hashable CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

ToJSON CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

AWSRequest CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Associated Types

type AWSResponse 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

type Rep CreateLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

type AWSResponse 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:

$sel:licenseMetadata:CreateLicense', createLicense_licenseMetadata - Information about the license.

$sel:licenseName:CreateLicense', createLicense_licenseName - License name.

$sel:productName:CreateLicense', createLicense_productName - Product name.

$sel:productSKU:CreateLicense', createLicense_productSKU - Product SKU.

$sel:issuer:CreateLicense', createLicense_issuer - License issuer.

$sel:homeRegion:CreateLicense', createLicense_homeRegion - Home Region for the license.

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

$sel:entitlements:CreateLicense', createLicense_entitlements - License entitlements.

$sel:beneficiary:CreateLicense', createLicense_beneficiary - License beneficiary.

$sel:consumptionConfiguration: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
Eq CreateLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Read CreateLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Show CreateLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Generic CreateLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Associated Types

type Rep CreateLicenseResponse :: Type -> Type #

NFData CreateLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

Methods

rnf :: CreateLicenseResponse -> () #

type Rep CreateLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicense

type Rep CreateLicenseResponse = D1 ('MetaData "CreateLicenseResponse" "Amazonka.LicenseManager.CreateLicense" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "CreateLicenseResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseStatus)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "licenseArn") '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:

$sel:status:CreateLicenseResponse', createLicenseResponse_status - License status.

$sel:version:CreateLicenseResponse', createLicenseResponse_version - License version.

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

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

ListLicenseConversionTasks

data ListLicenseConversionTasks Source #

See: newListLicenseConversionTasks smart constructor.

Instances

Instances details
Eq ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Read ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

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

NFData ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Hashable ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

ToJSON ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

AWSRequest 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

type Rep ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

type Rep ListLicenseConversionTasks = D1 ('MetaData "ListLicenseConversionTasks" "Amazonka.LicenseManager.ListLicenseConversionTasks" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListLicenseConversionTasks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListLicenseConversionTasks Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

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:nextToken:ListLicenseConversionTasks', listLicenseConversionTasks_nextToken - Token for the next set of results.

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

data ListLicenseConversionTasksResponse Source #

Instances

Instances details
Eq ListLicenseConversionTasksResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Read ListLicenseConversionTasksResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Show ListLicenseConversionTasksResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Generic ListLicenseConversionTasksResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConversionTasks

Associated Types

type Rep ListLicenseConversionTasksResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

$sel:nextToken:ListLicenseConversionTasks', listLicenseConversionTasksResponse_nextToken - Token for the next set of results.

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

ListResourceInventory (Paginated)

data ListResourceInventory Source #

See: newListResourceInventory smart constructor.

Instances

Instances details
Eq ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Read ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Show ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Generic ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Associated Types

type Rep ListResourceInventory :: Type -> Type #

NFData ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Methods

rnf :: ListResourceInventory -> () #

Hashable ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

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

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

type Rep ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

type Rep ListResourceInventory = D1 ('MetaData "ListResourceInventory" "Amazonka.LicenseManager.ListResourceInventory" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListResourceInventory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InventoryFilter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

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:nextToken:ListResourceInventory', listResourceInventory_nextToken - Token for the next set of results.

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

data ListResourceInventoryResponse Source #

See: newListResourceInventoryResponse smart constructor.

Instances

Instances details
Eq ListResourceInventoryResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Read ListResourceInventoryResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Show ListResourceInventoryResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Generic ListResourceInventoryResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListResourceInventory

Associated Types

type Rep ListResourceInventoryResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListResourceInventoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceInventoryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceInventory])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

$sel:nextToken:ListResourceInventory', listResourceInventoryResponse_nextToken - Token for the next set of results.

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

DeleteToken

data DeleteToken Source #

See: newDeleteToken smart constructor.

Constructors

DeleteToken' Text 

Instances

Instances details
Eq DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Read DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Show DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Generic DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Associated Types

type Rep DeleteToken :: Type -> Type #

NFData DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Methods

rnf :: DeleteToken -> () #

Hashable DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

ToJSON DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

AWSRequest DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Associated Types

type AWSResponse 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

type Rep DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

type Rep DeleteToken = D1 ('MetaData "DeleteToken" "Amazonka.LicenseManager.DeleteToken" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "DeleteToken'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tokenId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteToken Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

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:

$sel:tokenId:DeleteToken', deleteToken_tokenId - Token ID.

data DeleteTokenResponse Source #

See: newDeleteTokenResponse smart constructor.

Instances

Instances details
Eq DeleteTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Read DeleteTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Show DeleteTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Generic DeleteTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Associated Types

type Rep DeleteTokenResponse :: Type -> Type #

NFData DeleteTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

Methods

rnf :: DeleteTokenResponse -> () #

type Rep DeleteTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteToken

type Rep DeleteTokenResponse = D1 ('MetaData "DeleteTokenResponse" "Amazonka.LicenseManager.DeleteToken" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

DeleteLicenseConfiguration

data DeleteLicenseConfiguration Source #

See: newDeleteLicenseConfiguration smart constructor.

Instances

Instances details
Eq DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Read DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

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

NFData DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Hashable DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

ToJSON DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

AWSRequest 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

type Rep DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

type Rep DeleteLicenseConfiguration = D1 ('MetaData "DeleteLicenseConfiguration" "Amazonka.LicenseManager.DeleteLicenseConfiguration" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "DeleteLicenseConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

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:

$sel:licenseConfigurationArn:DeleteLicenseConfiguration', deleteLicenseConfiguration_licenseConfigurationArn - ID of the license configuration.

data DeleteLicenseConfigurationResponse Source #

Instances

Instances details
Eq DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Read DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Show DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Generic DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Associated Types

type Rep DeleteLicenseConfigurationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

UpdateLicenseConfiguration

data UpdateLicenseConfiguration Source #

See: newUpdateLicenseConfiguration smart constructor.

Instances

Instances details
Eq UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Read UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

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

NFData UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Hashable UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

ToJSON UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

AWSRequest 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

type Rep UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

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

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

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:

$sel:licenseCount:UpdateLicenseConfiguration', updateLicenseConfiguration_licenseCount - New number of licenses managed by the license configuration.

$sel:name:UpdateLicenseConfiguration', updateLicenseConfiguration_name - New name of the license configuration.

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

$sel:licenseCountHardLimit:UpdateLicenseConfiguration', updateLicenseConfiguration_licenseCountHardLimit - New hard limit of the number of available licenses.

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

$sel:productInformationList:UpdateLicenseConfiguration', updateLicenseConfiguration_productInformationList - New product information.

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

$sel:description:UpdateLicenseConfiguration', updateLicenseConfiguration_description - New description of the license configuration.

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

data UpdateLicenseConfigurationResponse Source #

Instances

Instances details
Eq UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Read UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Show UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Generic UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Associated Types

type Rep UpdateLicenseConfigurationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

CheckInLicense

data CheckInLicense Source #

See: newCheckInLicense smart constructor.

Constructors

CheckInLicense' (Maybe Text) Text 

Instances

Instances details
Eq CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Read CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Show CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Generic CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Associated Types

type Rep CheckInLicense :: Type -> Type #

NFData CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Methods

rnf :: CheckInLicense -> () #

Hashable CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

ToJSON CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

AWSRequest CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Associated Types

type AWSResponse 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

type Rep CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

type Rep CheckInLicense = D1 ('MetaData "CheckInLicense" "Amazonka.LicenseManager.CheckInLicense" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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)))
type AWSResponse CheckInLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

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:

$sel:beneficiary:CheckInLicense', checkInLicense_beneficiary - License beneficiary.

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

data CheckInLicenseResponse Source #

See: newCheckInLicenseResponse smart constructor.

Instances

Instances details
Eq CheckInLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Read CheckInLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Show CheckInLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Generic CheckInLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Associated Types

type Rep CheckInLicenseResponse :: Type -> Type #

NFData CheckInLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

Methods

rnf :: CheckInLicenseResponse -> () #

type Rep CheckInLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckInLicense

type Rep CheckInLicenseResponse = D1 ('MetaData "CheckInLicenseResponse" "Amazonka.LicenseManager.CheckInLicense" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

ListTokens

data ListTokens Source #

See: newListTokens smart constructor.

Instances

Instances details
Eq ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Read ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Show ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Generic ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Associated Types

type Rep ListTokens :: Type -> Type #

NFData ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Methods

rnf :: ListTokens -> () #

Hashable ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

ToJSON ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

AWSRequest ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Associated Types

type AWSResponse 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

type Rep ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

type Rep ListTokens = D1 ('MetaData "ListTokens" "Amazonka.LicenseManager.ListTokens" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListTokens'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tokenIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListTokens Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

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:tokenIds:ListTokens', listTokens_tokenIds - Token IDs.

$sel:filters:ListTokens', listTokens_filters - Filters to scope the results. The following filter is supported:

  • LicenseArns

$sel:nextToken:ListTokens', listTokens_nextToken - Token for the next set of results.

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

data ListTokensResponse Source #

See: newListTokensResponse smart constructor.

Instances

Instances details
Eq ListTokensResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Read ListTokensResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Show ListTokensResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Generic ListTokensResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Associated Types

type Rep ListTokensResponse :: Type -> Type #

NFData ListTokensResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

Methods

rnf :: ListTokensResponse -> () #

type Rep ListTokensResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTokens

type Rep ListTokensResponse = D1 ('MetaData "ListTokensResponse" "Amazonka.LicenseManager.ListTokens" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListTokensResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tokens") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TokenData])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

$sel:nextToken:ListTokens', listTokensResponse_nextToken - Token for the next set of results.

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

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Associated Types

type AWSResponse 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

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.LicenseManager.ListTagsForResource" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

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:

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - Amazon Resource Name (ARN) of the license configuration.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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:

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - Information about the tags.

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

CreateGrant

data CreateGrant Source #

See: newCreateGrant smart constructor.

Instances

Instances details
Eq CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Read CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Show CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Generic CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Associated Types

type Rep CreateGrant :: Type -> Type #

NFData CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Methods

rnf :: CreateGrant -> () #

Hashable CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

ToJSON CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

AWSRequest CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Associated Types

type AWSResponse 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

type Rep CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

type Rep CreateGrant = D1 ('MetaData "CreateGrant" "Amazonka.LicenseManager.CreateGrant" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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))))))
type AWSResponse CreateGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

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.

$sel:grantName:CreateGrant', createGrant_grantName - Grant name.

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

$sel:principals:CreateGrant', createGrant_principals - The grant principals.

$sel:homeRegion:CreateGrant', createGrant_homeRegion - Home Region of the grant.

$sel:allowedOperations:CreateGrant', createGrant_allowedOperations - Allowed operations for the grant.

data CreateGrantResponse Source #

See: newCreateGrantResponse smart constructor.

Instances

Instances details
Eq CreateGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Read CreateGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Show CreateGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Generic CreateGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Associated Types

type Rep CreateGrantResponse :: Type -> Type #

NFData CreateGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

Methods

rnf :: CreateGrantResponse -> () #

type Rep CreateGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrant

type Rep CreateGrantResponse = D1 ('MetaData "CreateGrantResponse" "Amazonka.LicenseManager.CreateGrant" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "CreateGrantResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrantStatus)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "grantArn") '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:

$sel:status:CreateGrantResponse', createGrantResponse_status - Grant status.

$sel:version:CreateGrantResponse', createGrantResponse_version - Grant version.

$sel:grantArn:CreateGrantResponse', createGrantResponse_grantArn - Grant ARN.

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

UpdateLicenseSpecificationsForResource

data UpdateLicenseSpecificationsForResource Source #

Instances

Instances details
Eq 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

Generic UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

NFData UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

Hashable UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

ToJSON UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

AWSRequest 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

type Rep UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

type Rep UpdateLicenseSpecificationsForResource = D1 ('MetaData "UpdateLicenseSpecificationsForResource" "Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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))))
type AWSResponse UpdateLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

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.

$sel:resourceArn:UpdateLicenseSpecificationsForResource', updateLicenseSpecificationsForResource_resourceArn - Amazon Resource Name (ARN) of the Amazon Web Services resource.

data UpdateLicenseSpecificationsForResourceResponse Source #

Instances

Instances details
Eq 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

Generic UpdateLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseSpecificationsForResource

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

CreateLicenseVersion

data CreateLicenseVersion Source #

See: newCreateLicenseVersion smart constructor.

Instances

Instances details
Eq CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Read CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Show CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Generic CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Associated Types

type Rep CreateLicenseVersion :: Type -> Type #

NFData CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Methods

rnf :: CreateLicenseVersion -> () #

Hashable CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

ToJSON CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

AWSRequest CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Associated Types

type AWSResponse 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

type Rep CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

type Rep CreateLicenseVersion = D1 ('MetaData "CreateLicenseVersion" "Amazonka.LicenseManager.CreateLicenseVersion" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "CreateLicenseVersion'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenseMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Metadata])) :*: 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))))))
type AWSResponse CreateLicenseVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

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:

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

$sel:licenseMetadata:CreateLicenseVersion', createLicenseVersion_licenseMetadata - Information about the license.

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

$sel:licenseName:CreateLicenseVersion', createLicenseVersion_licenseName - License name.

$sel:productName:CreateLicenseVersion', createLicenseVersion_productName - Product name.

$sel:issuer:CreateLicenseVersion', createLicenseVersion_issuer - License issuer.

$sel:homeRegion:CreateLicenseVersion', createLicenseVersion_homeRegion - Home Region of the license.

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

$sel:entitlements:CreateLicenseVersion', createLicenseVersion_entitlements - License entitlements.

$sel:consumptionConfiguration: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.

$sel:status: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
Eq CreateLicenseVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Read CreateLicenseVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Show CreateLicenseVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Generic CreateLicenseVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseVersion

Associated Types

type Rep CreateLicenseVersionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "CreateLicenseVersionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseStatus)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "licenseArn") '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:

$sel:status:CreateLicenseVersion', createLicenseVersionResponse_status - License status.

$sel:version:CreateLicenseVersionResponse', createLicenseVersionResponse_version - New version of the license.

$sel:licenseArn:CreateLicenseVersion', createLicenseVersionResponse_licenseArn - License ARN.

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

GetLicense

data GetLicense Source #

See: newGetLicense smart constructor.

Constructors

GetLicense' (Maybe Text) Text 

Instances

Instances details
Eq GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Read GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Show GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Generic GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Associated Types

type Rep GetLicense :: Type -> Type #

NFData GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Methods

rnf :: GetLicense -> () #

Hashable GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

ToJSON GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

AWSRequest GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Associated Types

type AWSResponse 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

type Rep GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

type Rep GetLicense = D1 ('MetaData "GetLicense" "Amazonka.LicenseManager.GetLicense" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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)))
type AWSResponse GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

newGetLicense Source #

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:

$sel:version:GetLicense', getLicense_version - License version.

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

data GetLicenseResponse Source #

See: newGetLicenseResponse smart constructor.

Instances

Instances details
Eq GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Read GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Show GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Generic GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Associated Types

type Rep GetLicenseResponse :: Type -> Type #

NFData GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Methods

rnf :: GetLicenseResponse -> () #

type Rep GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

type Rep GetLicenseResponse = D1 ('MetaData "GetLicenseResponse" "Amazonka.LicenseManager.GetLicense" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Read GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

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

NFData GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Methods

rnf :: GetLicenseConfiguration -> () #

Hashable GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

ToJSON GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

AWSRequest 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

type Rep GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

type Rep GetLicenseConfiguration = D1 ('MetaData "GetLicenseConfiguration" "Amazonka.LicenseManager.GetLicenseConfiguration" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "GetLicenseConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

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:

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

data GetLicenseConfigurationResponse Source #

See: newGetLicenseConfigurationResponse smart constructor.

Instances

Instances details
Eq GetLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Read GetLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Show GetLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Generic GetLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConfiguration

Associated Types

type Rep GetLicenseConfigurationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "GetLicenseConfigurationResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ownerAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "consumedLicenseSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConsumedLicenseSummary])) :*: S1 ('MetaSel ('Just "licenseCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: ((S1 ('MetaSel ('Just "managedResourceSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ManagedResourceSummary])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "licenseCountHardLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "disassociateWhenNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "productInformationList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProductInformation])))))) :*: (((S1 ('MetaSel ('Just "licenseCountingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseCountingType)) :*: S1 ('MetaSel ('Just "automatedDiscoveryInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomatedDiscoveryInformation))) :*: (S1 ('MetaSel ('Just "consumedLicenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "licenseRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "licenseConfigurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "licenseConfigurationArn") '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:

$sel:status:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_status - License configuration status.

$sel:ownerAccountId:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_ownerAccountId - Account ID of the owner of the license configuration.

$sel:consumedLicenseSummaryList:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_consumedLicenseSummaryList - Summaries of the licenses consumed by resources.

$sel:licenseCount:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_licenseCount - Number of available licenses.

$sel:managedResourceSummaryList:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_managedResourceSummaryList - Summaries of the managed resources.

$sel:name:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_name - Name of the license configuration.

$sel:licenseCountHardLimit:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_licenseCountHardLimit - Sets the number of available licenses as a hard limit.

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

$sel:productInformationList:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_productInformationList - Product information.

$sel:licenseCountingType:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_licenseCountingType - Dimension for which the licenses are counted.

$sel:automatedDiscoveryInformation:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_automatedDiscoveryInformation - Automated discovery information.

$sel:consumedLicenses:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_consumedLicenses - Number of licenses assigned to resources.

$sel:licenseRules:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_licenseRules - License rules.

$sel:licenseConfigurationId:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_licenseConfigurationId - Unique ID for the license configuration.

$sel:description:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_description - Description of the license configuration.

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

$sel:tags:GetLicenseConfigurationResponse', getLicenseConfigurationResponse_tags - Tags for the license configuration.

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

ListReceivedGrants

data ListReceivedGrants Source #

See: newListReceivedGrants smart constructor.

Instances

Instances details
Eq ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Read ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Show ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Generic ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Associated Types

type Rep ListReceivedGrants :: Type -> Type #

NFData ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Methods

rnf :: ListReceivedGrants -> () #

Hashable ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

ToJSON ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

AWSRequest ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Associated Types

type AWSResponse 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

type Rep ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

type Rep ListReceivedGrants = D1 ('MetaData "ListReceivedGrants" "Amazonka.LicenseManager.ListReceivedGrants" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListReceivedGrants'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "grantArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListReceivedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

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:nextToken:ListReceivedGrants', listReceivedGrants_nextToken - Token for the next set of results.

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

data ListReceivedGrantsResponse Source #

See: newListReceivedGrantsResponse smart constructor.

Instances

Instances details
Eq ListReceivedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Read ListReceivedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Show ListReceivedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Generic ListReceivedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrants

Associated Types

type Rep ListReceivedGrantsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

$sel:nextToken:ListReceivedGrants', listReceivedGrantsResponse_nextToken - Token for the next set of results.

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

GetLicenseConversionTask

data GetLicenseConversionTask Source #

See: newGetLicenseConversionTask smart constructor.

Instances

Instances details
Eq GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Read GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

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

NFData GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Hashable GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

ToJSON GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

AWSRequest 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

type Rep GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

type Rep GetLicenseConversionTask = D1 ('MetaData "GetLicenseConversionTask" "Amazonka.LicenseManager.GetLicenseConversionTask" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "GetLicenseConversionTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConversionTaskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetLicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

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:

$sel:licenseConversionTaskId:GetLicenseConversionTask', getLicenseConversionTask_licenseConversionTaskId - ID of the license type conversion task to retrieve information on.

data GetLicenseConversionTaskResponse Source #

See: newGetLicenseConversionTaskResponse smart constructor.

Instances

Instances details
Eq GetLicenseConversionTaskResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Read GetLicenseConversionTaskResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Show GetLicenseConversionTaskResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Generic GetLicenseConversionTaskResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseConversionTask

Associated Types

type Rep GetLicenseConversionTaskResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "GetLicenseConversionTaskResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConversionTaskStatus)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "destinationLicenseContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConversionContext)) :*: (S1 ('MetaSel ('Just "licenseConversionTaskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "licenseConversionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "sourceLicenseContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConversionContext)) :*: 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:

$sel:status:GetLicenseConversionTaskResponse', getLicenseConversionTaskResponse_status - Status of the license type conversion task.

$sel:startTime:GetLicenseConversionTaskResponse', getLicenseConversionTaskResponse_startTime - Time at which the license type conversion task was started .

$sel:destinationLicenseContext:GetLicenseConversionTaskResponse', getLicenseConversionTaskResponse_destinationLicenseContext - Information about the license type converted to.

$sel:licenseConversionTaskId:GetLicenseConversionTask', getLicenseConversionTaskResponse_licenseConversionTaskId - ID of the license type conversion task.

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

$sel:statusMessage:GetLicenseConversionTaskResponse', getLicenseConversionTaskResponse_statusMessage - The status message for the conversion task.

$sel:endTime:GetLicenseConversionTaskResponse', getLicenseConversionTaskResponse_endTime - Time at which the license type conversion task was completed.

$sel:licenseConversionTime:GetLicenseConversionTaskResponse', getLicenseConversionTaskResponse_licenseConversionTime - Amount of time to complete the license type conversion.

$sel:sourceLicenseContext:GetLicenseConversionTaskResponse', getLicenseConversionTaskResponse_sourceLicenseContext - Information about the license type converted from.

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

GetLicenseUsage

data GetLicenseUsage Source #

See: newGetLicenseUsage smart constructor.

Constructors

GetLicenseUsage' Text 

Instances

Instances details
Eq GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Read GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Show GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Generic GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Associated Types

type Rep GetLicenseUsage :: Type -> Type #

NFData GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Methods

rnf :: GetLicenseUsage -> () #

Hashable GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

ToJSON GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

AWSRequest GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Associated Types

type AWSResponse 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

type Rep GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

type Rep GetLicenseUsage = D1 ('MetaData "GetLicenseUsage" "Amazonka.LicenseManager.GetLicenseUsage" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "GetLicenseUsage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetLicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

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:

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

data GetLicenseUsageResponse Source #

See: newGetLicenseUsageResponse smart constructor.

Instances

Instances details
Eq GetLicenseUsageResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Read GetLicenseUsageResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Show GetLicenseUsageResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Generic GetLicenseUsageResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Associated Types

type Rep GetLicenseUsageResponse :: Type -> Type #

NFData GetLicenseUsageResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

Methods

rnf :: GetLicenseUsageResponse -> () #

type Rep GetLicenseUsageResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseUsage

type Rep GetLicenseUsageResponse = D1 ('MetaData "GetLicenseUsageResponse" "Amazonka.LicenseManager.GetLicenseUsage" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

ExtendLicenseConsumption

data ExtendLicenseConsumption Source #

See: newExtendLicenseConsumption smart constructor.

Instances

Instances details
Eq ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Read ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

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

NFData ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Hashable ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

ToJSON ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

AWSRequest 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

type Rep ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

type Rep ExtendLicenseConsumption = D1 ('MetaData "ExtendLicenseConsumption" "Amazonka.LicenseManager.ExtendLicenseConsumption" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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)))
type AWSResponse ExtendLicenseConsumption Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

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.

$sel:licenseConsumptionToken:ExtendLicenseConsumption', extendLicenseConsumption_licenseConsumptionToken - License consumption token.

data ExtendLicenseConsumptionResponse Source #

See: newExtendLicenseConsumptionResponse smart constructor.

Instances

Instances details
Eq ExtendLicenseConsumptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Read ExtendLicenseConsumptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Show ExtendLicenseConsumptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Generic ExtendLicenseConsumptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ExtendLicenseConsumption

Associated Types

type Rep ExtendLicenseConsumptionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

$sel:licenseConsumptionToken:ExtendLicenseConsumption', extendLicenseConsumptionResponse_licenseConsumptionToken - License consumption token.

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

GetGrant

data GetGrant Source #

See: newGetGrant smart constructor.

Constructors

GetGrant' (Maybe Text) Text 

Instances

Instances details
Eq GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Read GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Show GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.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 #

NFData GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Methods

rnf :: GetGrant -> () #

Hashable GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Methods

hashWithSalt :: Int -> GetGrant -> Int #

hash :: GetGrant -> Int #

ToJSON GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

AWSRequest GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Associated Types

type AWSResponse 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

type Rep GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

type Rep GetGrant = D1 ('MetaData "GetGrant" "Amazonka.LicenseManager.GetGrant" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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)))
type AWSResponse GetGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

newGetGrant Source #

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:

$sel:version:GetGrant', getGrant_version - Grant version.

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

data GetGrantResponse Source #

See: newGetGrantResponse smart constructor.

Instances

Instances details
Eq GetGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Read GetGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Show GetGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Generic GetGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Associated Types

type Rep GetGrantResponse :: Type -> Type #

NFData GetGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

Methods

rnf :: GetGrantResponse -> () #

type Rep GetGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetGrant

type Rep GetGrantResponse = D1 ('MetaData "GetGrantResponse" "Amazonka.LicenseManager.GetGrant" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

CheckoutLicense

data CheckoutLicense Source #

See: newCheckoutLicense smart constructor.

Instances

Instances details
Eq CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Read CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Show CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Generic CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Associated Types

type Rep CheckoutLicense :: Type -> Type #

NFData CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Methods

rnf :: CheckoutLicense -> () #

Hashable CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

ToJSON CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

AWSRequest CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Associated Types

type AWSResponse 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

type Rep CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

type Rep CheckoutLicense = D1 ('MetaData "CheckoutLicense" "Amazonka.LicenseManager.CheckoutLicense" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "CheckoutLicense'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nodeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "beneficiary") '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)))))
type AWSResponse CheckoutLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

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:

$sel:nodeId:CheckoutLicense', checkoutLicense_nodeId - Node ID.

$sel:beneficiary:CheckoutLicense', checkoutLicense_beneficiary - License beneficiary.

$sel:productSKU:CheckoutLicense', checkoutLicense_productSKU - Product SKU.

$sel:checkoutType:CheckoutLicense', checkoutLicense_checkoutType - Checkout type.

$sel:keyFingerprint:CheckoutLicense', checkoutLicense_keyFingerprint - Key fingerprint identifying the license.

$sel:entitlements: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
Eq CheckoutLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Read CheckoutLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Show CheckoutLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Generic CheckoutLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Associated Types

type Rep CheckoutLicenseResponse :: Type -> Type #

NFData CheckoutLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

Methods

rnf :: CheckoutLicenseResponse -> () #

type Rep CheckoutLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutLicense

type Rep CheckoutLicenseResponse = D1 ('MetaData "CheckoutLicenseResponse" "Amazonka.LicenseManager.CheckoutLicense" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "CheckoutLicenseResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "entitlementsAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EntitlementData])) :*: S1 ('MetaSel ('Just "checkoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CheckoutType))) :*: (S1 ('MetaSel ('Just "expiration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signedToken") '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 "issuedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

CreateLicenseConversionTaskForResource

data CreateLicenseConversionTaskForResource Source #

Instances

Instances details
Eq 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

Generic CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

NFData CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

Hashable CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

ToJSON CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

AWSRequest 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

type Rep CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

type Rep CreateLicenseConversionTaskForResource = D1 ('MetaData "CreateLicenseConversionTaskForResource" "Amazonka.LicenseManager.CreateLicenseConversionTaskForResource" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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))))
type AWSResponse CreateLicenseConversionTaskForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

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:

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

$sel:sourceLicenseContext: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 AWS CLI in the License Manager User Guide.

$sel:destinationLicenseContext: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 AWS CLI in the License Manager User Guide.

data CreateLicenseConversionTaskForResourceResponse Source #

Instances

Instances details
Eq 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

Generic CreateLicenseConversionTaskForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseConversionTaskForResource

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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)))

AcceptGrant

data AcceptGrant Source #

See: newAcceptGrant smart constructor.

Constructors

AcceptGrant' Text 

Instances

Instances details
Eq AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Read AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Show AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Generic AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Associated Types

type Rep AcceptGrant :: Type -> Type #

NFData AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Methods

rnf :: AcceptGrant -> () #

Hashable AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

ToJSON AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

AWSRequest AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Associated Types

type AWSResponse 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

type Rep AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

type Rep AcceptGrant = D1 ('MetaData "AcceptGrant" "Amazonka.LicenseManager.AcceptGrant" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "AcceptGrant'" 'PrefixI 'True) (S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

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:

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

data AcceptGrantResponse Source #

See: newAcceptGrantResponse smart constructor.

Instances

Instances details
Eq AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Read AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Show AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Generic AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Associated Types

type Rep AcceptGrantResponse :: Type -> Type #

NFData AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Methods

rnf :: AcceptGrantResponse -> () #

type Rep AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

type Rep AcceptGrantResponse = D1 ('MetaData "AcceptGrantResponse" "Amazonka.LicenseManager.AcceptGrant" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "AcceptGrantResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrantStatus)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "grantArn") '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:

$sel:status:AcceptGrantResponse', acceptGrantResponse_status - Grant status.

$sel:version:AcceptGrantResponse', acceptGrantResponse_version - Grant version.

$sel:grantArn:AcceptGrant', acceptGrantResponse_grantArn - Grant ARN.

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

ListLicenseSpecificationsForResource (Paginated)

data ListLicenseSpecificationsForResource Source #

Instances

Instances details
Eq 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

Generic ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

NFData ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

Hashable ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

ToJSON 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

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

type Rep ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

type Rep ListLicenseSpecificationsForResource = D1 ('MetaData "ListLicenseSpecificationsForResource" "Amazonka.LicenseManager.ListLicenseSpecificationsForResource" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListLicenseSpecificationsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListLicenseSpecificationsForResource Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

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:nextToken:ListLicenseSpecificationsForResource', listLicenseSpecificationsForResource_nextToken - Token for the next set of results.

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

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

data ListLicenseSpecificationsForResourceResponse Source #

Instances

Instances details
Eq 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

Generic ListLicenseSpecificationsForResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseSpecificationsForResource

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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))))

CheckoutBorrowLicense

data CheckoutBorrowLicense Source #

See: newCheckoutBorrowLicense smart constructor.

Instances

Instances details
Eq CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Read CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Show CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Generic CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Associated Types

type Rep CheckoutBorrowLicense :: Type -> Type #

NFData CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Methods

rnf :: CheckoutBorrowLicense -> () #

Hashable CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

ToJSON CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

AWSRequest CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Associated Types

type AWSResponse 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

type Rep CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

type Rep CheckoutBorrowLicense = D1 ('MetaData "CheckoutBorrowLicense" "Amazonka.LicenseManager.CheckoutBorrowLicense" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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)))))
type AWSResponse CheckoutBorrowLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

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:

$sel:checkoutMetadata:CheckoutBorrowLicense', checkoutBorrowLicense_checkoutMetadata - Information about constraints.

$sel:nodeId:CheckoutBorrowLicense', checkoutBorrowLicense_nodeId - Node ID.

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

$sel:entitlements: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
Eq CheckoutBorrowLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Read CheckoutBorrowLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Show CheckoutBorrowLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Generic CheckoutBorrowLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CheckoutBorrowLicense

Associated Types

type Rep CheckoutBorrowLicenseResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "CheckoutBorrowLicenseResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "entitlementsAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EntitlementData])) :*: S1 ('MetaSel ('Just "checkoutMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Metadata]))) :*: (S1 ('MetaSel ('Just "expiration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signedToken") '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 "issuedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newCheckoutBorrowLicenseResponse Source #

GetServiceSettings

data GetServiceSettings Source #

See: newGetServiceSettings smart constructor.

Constructors

GetServiceSettings' 

Instances

Instances details
Eq GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Read GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Show GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Generic GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Associated Types

type Rep GetServiceSettings :: Type -> Type #

NFData GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Methods

rnf :: GetServiceSettings -> () #

Hashable GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

ToJSON GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

AWSRequest GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Associated Types

type AWSResponse 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

type Rep GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

type Rep GetServiceSettings = D1 ('MetaData "GetServiceSettings" "Amazonka.LicenseManager.GetServiceSettings" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "GetServiceSettings'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

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

Defined in Amazonka.LicenseManager.GetServiceSettings

Read GetServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Show GetServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Generic GetServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetServiceSettings

Associated Types

type Rep GetServiceSettingsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "GetServiceSettingsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enableCrossAccountsDiscovery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseManagerResourceShareArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "s3BucketArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationConfiguration)) :*: 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:snsTopicArn:GetServiceSettingsResponse', getServiceSettingsResponse_snsTopicArn - SNS topic configured to receive notifications from License Manager.

$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:s3BucketArn:GetServiceSettingsResponse', getServiceSettingsResponse_s3BucketArn - Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.

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

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

RejectGrant

data RejectGrant Source #

See: newRejectGrant smart constructor.

Constructors

RejectGrant' Text 

Instances

Instances details
Eq RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Read RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Show RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Generic RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Associated Types

type Rep RejectGrant :: Type -> Type #

NFData RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Methods

rnf :: RejectGrant -> () #

Hashable RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

ToJSON RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

AWSRequest RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Associated Types

type AWSResponse 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

type Rep RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

type Rep RejectGrant = D1 ('MetaData "RejectGrant" "Amazonka.LicenseManager.RejectGrant" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "RejectGrant'" 'PrefixI 'True) (S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

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:

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

data RejectGrantResponse Source #

See: newRejectGrantResponse smart constructor.

Instances

Instances details
Eq RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Read RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Show RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Generic RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Associated Types

type Rep RejectGrantResponse :: Type -> Type #

NFData RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Methods

rnf :: RejectGrantResponse -> () #

type Rep RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

type Rep RejectGrantResponse = D1 ('MetaData "RejectGrantResponse" "Amazonka.LicenseManager.RejectGrant" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "RejectGrantResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrantStatus)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "grantArn") '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:

$sel:status:RejectGrantResponse', rejectGrantResponse_status - Grant status.

$sel:version:RejectGrantResponse', rejectGrantResponse_version - Grant version.

$sel:grantArn:RejectGrant', rejectGrantResponse_grantArn - Grant ARN.

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

UpdateServiceSettings

data UpdateServiceSettings Source #

See: newUpdateServiceSettings smart constructor.

Instances

Instances details
Eq UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Read UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Show UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Generic UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Associated Types

type Rep UpdateServiceSettings :: Type -> Type #

NFData UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Methods

rnf :: UpdateServiceSettings -> () #

Hashable UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

ToJSON UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

AWSRequest UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Associated Types

type AWSResponse 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

type Rep UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

type Rep UpdateServiceSettings = D1 ('MetaData "UpdateServiceSettings" "Amazonka.LicenseManager.UpdateServiceSettings" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "UpdateServiceSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enableCrossAccountsDiscovery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3BucketArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationConfiguration)))))
type AWSResponse UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

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:snsTopicArn:UpdateServiceSettings', updateServiceSettings_snsTopicArn - Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.

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

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

data UpdateServiceSettingsResponse Source #

See: newUpdateServiceSettingsResponse smart constructor.

Instances

Instances details
Eq UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Read UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Show UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Generic UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Associated Types

type Rep UpdateServiceSettingsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

ListDistributedGrants

data ListDistributedGrants Source #

See: newListDistributedGrants smart constructor.

Instances

Instances details
Eq ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Read ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Show ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Generic ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Associated Types

type Rep ListDistributedGrants :: Type -> Type #

NFData ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Methods

rnf :: ListDistributedGrants -> () #

Hashable ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

ToJSON ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

AWSRequest ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Associated Types

type AWSResponse 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

type Rep ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

type Rep ListDistributedGrants = D1 ('MetaData "ListDistributedGrants" "Amazonka.LicenseManager.ListDistributedGrants" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListDistributedGrants'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "grantArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListDistributedGrants Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

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:nextToken:ListDistributedGrants', listDistributedGrants_nextToken - Token for the next set of results.

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

data ListDistributedGrantsResponse Source #

See: newListDistributedGrantsResponse smart constructor.

Instances

Instances details
Eq ListDistributedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Read ListDistributedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Show ListDistributedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Generic ListDistributedGrantsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListDistributedGrants

Associated Types

type Rep ListDistributedGrantsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

$sel:nextToken: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
Eq 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

Generic ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

NFData ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

Hashable ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

ToJSON ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

AWSRequest 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

type Rep ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

type Rep ListFailuresForLicenseConfigurationOperations = D1 ('MetaData "ListFailuresForLicenseConfigurationOperations" "Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListFailuresForLicenseConfigurationOperations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListFailuresForLicenseConfigurationOperations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

data ListFailuresForLicenseConfigurationOperationsResponse Source #

Instances

Instances details
Eq 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

Generic ListFailuresForLicenseConfigurationOperationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListFailuresForLicenseConfigurationOperations

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListFailuresForLicenseConfigurationOperationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenseOperationFailureList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LicenseOperationFailure])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

DeleteGrant

data DeleteGrant Source #

See: newDeleteGrant smart constructor.

Constructors

DeleteGrant' (Maybe Text) Text Text 

Instances

Instances details
Eq DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Read DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Show DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Generic DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Associated Types

type Rep DeleteGrant :: Type -> Type #

NFData DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Methods

rnf :: DeleteGrant -> () #

Hashable DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

ToJSON DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

AWSRequest DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Associated Types

type AWSResponse 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

type Rep DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

type Rep DeleteGrant = D1 ('MetaData "DeleteGrant" "Amazonka.LicenseManager.DeleteGrant" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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))))
type AWSResponse DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

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:

$sel:statusReason:DeleteGrant', deleteGrant_statusReason - The Status reason for the delete request.

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

$sel:version:DeleteGrant', deleteGrant_version - Current version of the grant.

data DeleteGrantResponse Source #

See: newDeleteGrantResponse smart constructor.

Instances

Instances details
Eq DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Read DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Show DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Generic DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Associated Types

type Rep DeleteGrantResponse :: Type -> Type #

NFData DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Methods

rnf :: DeleteGrantResponse -> () #

type Rep DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

type Rep DeleteGrantResponse = D1 ('MetaData "DeleteGrantResponse" "Amazonka.LicenseManager.DeleteGrant" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "DeleteGrantResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrantStatus)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "grantArn") '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:

$sel:status:DeleteGrantResponse', deleteGrantResponse_status - Grant status.

$sel:version:DeleteGrant', deleteGrantResponse_version - Grant version.

$sel:grantArn:DeleteGrant', deleteGrantResponse_grantArn - Grant ARN.

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

CreateToken

data CreateToken Source #

See: newCreateToken smart constructor.

Constructors

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

Instances

Instances details
Eq CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Read CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Show CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Generic CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Associated Types

type Rep CreateToken :: Type -> Type #

NFData CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Methods

rnf :: CreateToken -> () #

Hashable CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

ToJSON CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

AWSRequest CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Associated Types

type AWSResponse 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

type Rep CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

type Rep CreateToken = D1 ('MetaData "CreateToken" "Amazonka.LicenseManager.CreateToken" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "CreateToken'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tokenProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "roleArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "expirationInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateToken Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

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:tokenProperties: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.

$sel:roleArns: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.

$sel:expirationInDays:CreateToken', createToken_expirationInDays - Token expiration, in days, counted from token creation. The default is 365 days.

$sel:licenseArn: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
Eq CreateTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Read CreateTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Show CreateTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Generic CreateTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Associated Types

type Rep CreateTokenResponse :: Type -> Type #

NFData CreateTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

Methods

rnf :: CreateTokenResponse -> () #

type Rep CreateTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateToken

type Rep CreateTokenResponse = D1 ('MetaData "CreateTokenResponse" "Amazonka.LicenseManager.CreateToken" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

$sel:tokenId:CreateTokenResponse', createTokenResponse_tokenId - Token ID.

$sel:tokenType:CreateTokenResponse', createTokenResponse_tokenType - Token type.

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

DeleteLicense

data DeleteLicense Source #

See: newDeleteLicense smart constructor.

Constructors

DeleteLicense' Text Text 

Instances

Instances details
Eq DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Read DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Show DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Generic DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Associated Types

type Rep DeleteLicense :: Type -> Type #

NFData DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Methods

rnf :: DeleteLicense -> () #

Hashable DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

ToJSON DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

AWSRequest DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Associated Types

type AWSResponse 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

type Rep DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

type Rep DeleteLicense = D1 ('MetaData "DeleteLicense" "Amazonka.LicenseManager.DeleteLicense" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "DeleteLicense'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

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:

$sel:licenseArn: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
Eq DeleteLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Read DeleteLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Show DeleteLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Generic DeleteLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Associated Types

type Rep DeleteLicenseResponse :: Type -> Type #

NFData DeleteLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

Methods

rnf :: DeleteLicenseResponse -> () #

type Rep DeleteLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicense

type Rep DeleteLicenseResponse = D1 ('MetaData "DeleteLicenseResponse" "Amazonka.LicenseManager.DeleteLicense" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "DeleteLicenseResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseDeletionStatus)) :*: (S1 ('MetaSel ('Just "deletionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:status:DeleteLicenseResponse', deleteLicenseResponse_status - License status.

$sel:deletionDate:DeleteLicenseResponse', deleteLicenseResponse_deletionDate - Date when the license is deleted.

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

ListLicenses

data ListLicenses Source #

See: newListLicenses smart constructor.

Instances

Instances details
Eq ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Read ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Show ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Generic ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Associated Types

type Rep ListLicenses :: Type -> Type #

NFData ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Methods

rnf :: ListLicenses -> () #

Hashable ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

ToJSON ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

AWSRequest ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Associated Types

type AWSResponse 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

type Rep ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

type Rep ListLicenses = D1 ('MetaData "ListLicenses" "Amazonka.LicenseManager.ListLicenses" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListLicenses'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "licenseArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

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:nextToken:ListLicenses', listLicenses_nextToken - Token for the next set of results.

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

data ListLicensesResponse Source #

See: newListLicensesResponse smart constructor.

Instances

Instances details
Eq ListLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Read ListLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Show ListLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Generic ListLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Associated Types

type Rep ListLicensesResponse :: Type -> Type #

NFData ListLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

Methods

rnf :: ListLicensesResponse -> () #

type Rep ListLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenses

type Rep ListLicensesResponse = D1 ('MetaData "ListLicensesResponse" "Amazonka.LicenseManager.ListLicenses" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListLicensesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [License])) :*: 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:nextToken:ListLicenses', listLicensesResponse_nextToken - Token for the next set of results.

$sel:licenses:ListLicensesResponse', listLicensesResponse_licenses - License details.

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

ListLicenseConfigurations (Paginated)

data ListLicenseConfigurations Source #

See: newListLicenseConfigurations smart constructor.

Instances

Instances details
Eq ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Read ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

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

NFData ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Hashable ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

ToJSON 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

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

type Rep ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

type Rep ListLicenseConfigurations = D1 ('MetaData "ListLicenseConfigurations" "Amazonka.LicenseManager.ListLicenseConfigurations" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListLicenseConfigurations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "licenseConfigurationArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListLicenseConfigurations Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

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.

$sel:nextToken:ListLicenseConfigurations', listLicenseConfigurations_nextToken - Token for the next set of results.

$sel:licenseConfigurationArns: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.

data ListLicenseConfigurationsResponse Source #

See: newListLicenseConfigurationsResponse smart constructor.

Instances

Instances details
Eq ListLicenseConfigurationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Read ListLicenseConfigurationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Show ListLicenseConfigurationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Generic ListLicenseConfigurationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseConfigurations

Associated Types

type Rep ListLicenseConfigurationsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListLicenseConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenseConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LicenseConfiguration])) :*: 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:nextToken:ListLicenseConfigurations', listLicenseConfigurationsResponse_nextToken - Token for the next set of results.

$sel:licenseConfigurations:ListLicenseConfigurationsResponse', listLicenseConfigurationsResponse_licenseConfigurations - Information about the license configurations.

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

ListReceivedLicenses

data ListReceivedLicenses Source #

See: newListReceivedLicenses smart constructor.

Instances

Instances details
Eq ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Read ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Show ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Generic ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Associated Types

type Rep ListReceivedLicenses :: Type -> Type #

NFData ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Methods

rnf :: ListReceivedLicenses -> () #

Hashable ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

ToJSON ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

AWSRequest ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Associated Types

type AWSResponse 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

type Rep ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

type Rep ListReceivedLicenses = D1 ('MetaData "ListReceivedLicenses" "Amazonka.LicenseManager.ListReceivedLicenses" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListReceivedLicenses'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "licenseArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListReceivedLicenses Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

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:nextToken:ListReceivedLicenses', listReceivedLicenses_nextToken - Token for the next set of results.

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

data ListReceivedLicensesResponse Source #

See: newListReceivedLicensesResponse smart constructor.

Instances

Instances details
Eq ListReceivedLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Read ListReceivedLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Show ListReceivedLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Generic ListReceivedLicensesResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicenses

Associated Types

type Rep ListReceivedLicensesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListReceivedLicensesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GrantedLicense])) :*: 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:nextToken:ListReceivedLicenses', listReceivedLicensesResponse_nextToken - Token for the next set of results.

$sel:licenses:ListReceivedLicensesResponse', listReceivedLicensesResponse_licenses - Received license details.

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

CreateGrantVersion

data CreateGrantVersion Source #

See: newCreateGrantVersion smart constructor.

Instances

Instances details
Eq CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Read CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Show CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Generic CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Associated Types

type Rep CreateGrantVersion :: Type -> Type #

NFData CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Methods

rnf :: CreateGrantVersion -> () #

Hashable CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

ToJSON CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

AWSRequest CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Associated Types

type AWSResponse 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

type Rep CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

type Rep CreateGrantVersion = D1 ('MetaData "CreateGrantVersion" "Amazonka.LicenseManager.CreateGrantVersion" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "CreateGrantVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrantStatus)) :*: (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 "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)))))
type AWSResponse CreateGrantVersion Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

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:

$sel:status:CreateGrantVersion', createGrantVersion_status - Grant status.

$sel:allowedOperations:CreateGrantVersion', createGrantVersion_allowedOperations - Allowed operations for the grant.

$sel:grantName:CreateGrantVersion', createGrantVersion_grantName - Grant name.

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

$sel:statusReason: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.

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

data CreateGrantVersionResponse Source #

See: newCreateGrantVersionResponse smart constructor.

Instances

Instances details
Eq CreateGrantVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Read CreateGrantVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Show CreateGrantVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Generic CreateGrantVersionResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateGrantVersion

Associated Types

type Rep CreateGrantVersionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "CreateGrantVersionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrantStatus)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "grantArn") '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:

$sel:status:CreateGrantVersion', createGrantVersionResponse_status - Grant status.

$sel:version:CreateGrantVersionResponse', createGrantVersionResponse_version - New version of the grant.

$sel:grantArn:CreateGrantVersion', createGrantVersionResponse_grantArn - Grant ARN.

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

ListAssociationsForLicenseConfiguration (Paginated)

data ListAssociationsForLicenseConfiguration Source #

Instances

Instances details
Eq 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

Generic ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

NFData ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

Hashable ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

ToJSON 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

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

type Rep ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

type Rep ListAssociationsForLicenseConfiguration = D1 ('MetaData "ListAssociationsForLicenseConfiguration" "Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListAssociationsForLicenseConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAssociationsForLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

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:nextToken:ListAssociationsForLicenseConfiguration', listAssociationsForLicenseConfiguration_nextToken - Token for the next set of results.

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

$sel:licenseConfigurationArn:ListAssociationsForLicenseConfiguration', listAssociationsForLicenseConfiguration_licenseConfigurationArn - Amazon Resource Name (ARN) of a license configuration.

data ListAssociationsForLicenseConfigurationResponse Source #

Instances

Instances details
Eq 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

Generic ListAssociationsForLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListAssociationsForLicenseConfiguration

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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))))

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Associated Types

type AWSResponse 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

type Rep TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.LicenseManager.TagResource" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

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:

$sel:resourceArn:TagResource', tagResource_resourceArn - Amazon Resource Name (ARN) of the license configuration.

$sel:tags:TagResource', tagResource_tags - One or more tags.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.LicenseManager.TagResource" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

ListLicenseVersions

data ListLicenseVersions Source #

See: newListLicenseVersions smart constructor.

Instances

Instances details
Eq ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Read ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Show ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Generic ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Associated Types

type Rep ListLicenseVersions :: Type -> Type #

NFData ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Methods

rnf :: ListLicenseVersions -> () #

Hashable ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

ToJSON ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

AWSRequest ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Associated Types

type AWSResponse 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

type Rep ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

type Rep ListLicenseVersions = D1 ('MetaData "ListLicenseVersions" "Amazonka.LicenseManager.ListLicenseVersions" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListLicenseVersions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListLicenseVersions Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

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:nextToken:ListLicenseVersions', listLicenseVersions_nextToken - Token for the next set of results.

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

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

data ListLicenseVersionsResponse Source #

See: newListLicenseVersionsResponse smart constructor.

Instances

Instances details
Eq ListLicenseVersionsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Read ListLicenseVersionsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Show ListLicenseVersionsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Generic ListLicenseVersionsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListLicenseVersions

Associated Types

type Rep ListLicenseVersionsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ListLicenseVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "licenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [License])) :*: 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:nextToken:ListLicenseVersions', listLicenseVersionsResponse_nextToken - Token for the next set of results.

$sel:licenses:ListLicenseVersionsResponse', listLicenseVersionsResponse_licenses - License details.

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

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Associated Types

type AWSResponse 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

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.LicenseManager.UntagResource" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

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:

$sel:resourceArn: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
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.LicenseManager.UntagResource" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

GetLicenseManagerReportGenerator

data GetLicenseManagerReportGenerator Source #

See: newGetLicenseManagerReportGenerator smart constructor.

Instances

Instances details
Eq GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Read GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

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

NFData GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

Hashable GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

ToJSON GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

AWSRequest 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

type Rep GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

type Rep GetLicenseManagerReportGenerator = D1 ('MetaData "GetLicenseManagerReportGenerator" "Amazonka.LicenseManager.GetLicenseManagerReportGenerator" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "GetLicenseManagerReportGenerator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseManagerReportGeneratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

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:

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

data GetLicenseManagerReportGeneratorResponse Source #

Instances

Instances details
Eq 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

Generic GetLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicenseManagerReportGenerator

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

GetAccessToken

data GetAccessToken Source #

See: newGetAccessToken smart constructor.

Constructors

GetAccessToken' (Maybe [Text]) Text 

Instances

Instances details
Eq GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Read GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Show GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Generic GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Associated Types

type Rep GetAccessToken :: Type -> Type #

NFData GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Methods

rnf :: GetAccessToken -> () #

Hashable GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

ToJSON GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

AWSRequest GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Associated Types

type AWSResponse 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

type Rep GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

type Rep GetAccessToken = D1 ('MetaData "GetAccessToken" "Amazonka.LicenseManager.GetAccessToken" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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)))
type AWSResponse GetAccessToken Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

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:

$sel:tokenProperties: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
Eq GetAccessTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Read GetAccessTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Show GetAccessTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Generic GetAccessTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Associated Types

type Rep GetAccessTokenResponse :: Type -> Type #

NFData GetAccessTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

Methods

rnf :: GetAccessTokenResponse -> () #

type Rep GetAccessTokenResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetAccessToken

type Rep GetAccessTokenResponse = D1 ('MetaData "GetAccessTokenResponse" "Amazonka.LicenseManager.GetAccessToken" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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.

CreateLicenseManagerReportGenerator

data CreateLicenseManagerReportGenerator Source #

Instances

Instances details
Eq 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

Generic CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

NFData CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

Hashable CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

ToJSON CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

AWSRequest 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

type Rep CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

type Rep CreateLicenseManagerReportGenerator = D1 ('MetaData "CreateLicenseManagerReportGenerator" "Amazonka.LicenseManager.CreateLicenseManagerReportGenerator" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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)))))
type AWSResponse CreateLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

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:

$sel:description:CreateLicenseManagerReportGenerator', createLicenseManagerReportGenerator_description - Description of the report generator.

$sel:tags:CreateLicenseManagerReportGenerator', createLicenseManagerReportGenerator_tags - Tags to add to the report generator.

$sel:reportGeneratorName: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.

$sel:reportContext:CreateLicenseManagerReportGenerator', createLicenseManagerReportGenerator_reportContext - Defines the type of license configuration the report generator tracks.

$sel:reportFrequency: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
Eq 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

Generic CreateLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.CreateLicenseManagerReportGenerator

NFData 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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)))

Types

AllowedOperation

newtype AllowedOperation Source #

Instances

Instances details
Eq AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

Ord AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

Read AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

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

NFData AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

Methods

rnf :: AllowedOperation -> () #

Hashable 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

FromJSON AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

FromJSONKey AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

ToLog AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

ToHeader AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

ToQuery 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

ToByteString 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

type Rep AllowedOperation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AllowedOperation

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

CheckoutType

newtype CheckoutType Source #

Constructors

CheckoutType' 

Instances

Instances details
Eq CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

Ord CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

Read CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

Show CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

Generic CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

Associated Types

type Rep CheckoutType :: Type -> Type #

NFData CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

Methods

rnf :: CheckoutType -> () #

Hashable 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

FromJSON CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

FromJSONKey CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

ToLog CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

ToHeader CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

ToQuery CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

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 #

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

type Rep CheckoutType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.CheckoutType

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

DigitalSignatureMethod

newtype DigitalSignatureMethod Source #

Instances

Instances details
Eq DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

Ord DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

Read DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

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

NFData DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

Methods

rnf :: DigitalSignatureMethod -> () #

Hashable 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

FromJSON DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

FromJSONKey DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

ToLog DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

ToHeader DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

ToQuery 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

ToByteString 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

type Rep DigitalSignatureMethod Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DigitalSignatureMethod

type Rep DigitalSignatureMethod = D1 ('MetaData "DigitalSignatureMethod" "Amazonka.LicenseManager.Types.DigitalSignatureMethod" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

Ord EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

Read EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

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

NFData EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

Methods

rnf :: EntitlementDataUnit -> () #

Hashable 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

FromJSON EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

FromJSONKey EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

ToLog EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

ToHeader EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

ToQuery 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

ToByteString 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

type Rep EntitlementDataUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementDataUnit

type Rep EntitlementDataUnit = D1 ('MetaData "EntitlementDataUnit" "Amazonka.LicenseManager.Types.EntitlementDataUnit" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

Ord EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

Read EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

Show EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

Generic EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

Associated Types

type Rep EntitlementUnit :: Type -> Type #

NFData EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

Methods

rnf :: EntitlementUnit -> () #

Hashable 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

FromJSON EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

FromJSONKey EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

ToLog EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

ToHeader EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

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

ToByteString 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

type Rep EntitlementUnit Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUnit

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

GrantStatus

newtype GrantStatus Source #

Constructors

GrantStatus' 

Instances

Instances details
Eq GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

Ord GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

Read GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

Show GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

Generic GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

Associated Types

type Rep GrantStatus :: Type -> Type #

NFData GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

Methods

rnf :: GrantStatus -> () #

Hashable 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

FromJSON GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

FromJSONKey GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

ToLog GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

ToHeader GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

ToQuery GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

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 #

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

type Rep GrantStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantStatus

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

InventoryFilterCondition

newtype InventoryFilterCondition Source #

Instances

Instances details
Eq InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

Ord InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

Read InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

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

NFData InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

Hashable 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

FromJSON InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

FromJSONKey InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

ToLog InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

ToHeader InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

ToQuery 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

ToByteString 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

type Rep InventoryFilterCondition Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilterCondition

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

LicenseConfigurationStatus

newtype LicenseConfigurationStatus Source #

Instances

Instances details
Eq LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

Ord LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

Read LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

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

NFData LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

Hashable 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

FromJSON LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

FromJSONKey LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

ToLog LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

ToHeader LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

ToQuery 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

ToByteString 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

type Rep LicenseConfigurationStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationStatus

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

LicenseConversionTaskStatus

newtype LicenseConversionTaskStatus Source #

Instances

Instances details
Eq LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

Ord LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

Read LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

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

NFData LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

Hashable 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

FromJSON LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

FromJSONKey LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

ToLog LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

ToHeader LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

ToQuery 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

ToByteString 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

type Rep LicenseConversionTaskStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTaskStatus

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

LicenseCountingType

newtype LicenseCountingType Source #

Instances

Instances details
Eq LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

Ord LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

Read LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

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

NFData LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

Methods

rnf :: LicenseCountingType -> () #

Hashable 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

FromJSON LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

FromJSONKey LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

ToLog LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

ToHeader LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

ToQuery 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

ToByteString 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

type Rep LicenseCountingType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseCountingType

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

LicenseDeletionStatus

newtype LicenseDeletionStatus Source #

Instances

Instances details
Eq LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

Ord LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

Read LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

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

NFData LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

Methods

rnf :: LicenseDeletionStatus -> () #

Hashable 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

FromJSON LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

FromJSONKey LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

ToLog LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

ToHeader LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

ToQuery 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

ToByteString 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

type Rep LicenseDeletionStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseDeletionStatus

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

LicenseStatus

newtype LicenseStatus Source #

Constructors

LicenseStatus' 

Instances

Instances details
Eq LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

Ord LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

Read LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

Show LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

Generic LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

Associated Types

type Rep LicenseStatus :: Type -> Type #

NFData LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

Methods

rnf :: LicenseStatus -> () #

Hashable 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

FromJSON LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

FromJSONKey LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

ToLog LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

ToHeader LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

ToQuery LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

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 #

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

type Rep LicenseStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseStatus

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

ReceivedStatus

newtype ReceivedStatus Source #

Constructors

ReceivedStatus' 

Instances

Instances details
Eq ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

Ord ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

Read ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

Show ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

Generic ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

Associated Types

type Rep ReceivedStatus :: Type -> Type #

NFData ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

Methods

rnf :: ReceivedStatus -> () #

Hashable 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

FromJSON ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

FromJSONKey ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

ToLog ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

ToHeader ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

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

ToByteString 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

type Rep ReceivedStatus Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedStatus

type Rep ReceivedStatus = D1 ('MetaData "ReceivedStatus" "Amazonka.LicenseManager.Types.ReceivedStatus" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Ord RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Read RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Show RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Generic RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Associated Types

type Rep RenewType :: Type -> Type #

NFData RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Methods

rnf :: RenewType -> () #

Hashable 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

FromJSON RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

FromJSONKey RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

ToLog RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

ToHeader RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

ToQuery RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

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 #

ToByteString RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

Methods

toBS :: RenewType -> ByteString #

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 #

type Rep RenewType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.RenewType

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

ReportFrequencyType

newtype ReportFrequencyType Source #

Instances

Instances details
Eq ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

Ord ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

Read ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

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

NFData ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

Methods

rnf :: ReportFrequencyType -> () #

Hashable 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

FromJSON ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

FromJSONKey ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

ToLog ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

ToHeader ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

ToQuery 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

ToByteString 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

type Rep ReportFrequencyType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequencyType

type Rep ReportFrequencyType = D1 ('MetaData "ReportFrequencyType" "Amazonka.LicenseManager.Types.ReportFrequencyType" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

Ord ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

Read ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

Show ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

Generic ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

Associated Types

type Rep ReportType :: Type -> Type #

NFData ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

Methods

rnf :: ReportType -> () #

Hashable 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

FromJSON ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

FromJSONKey ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

ToLog ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

ToHeader ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

ToQuery ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

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 #

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

type Rep ReportType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportType

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

ResourceType

newtype ResourceType Source #

Constructors

ResourceType' 

Instances

Instances details
Eq ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

Ord ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

Read ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

Show ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

Generic ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

Associated Types

type Rep ResourceType :: Type -> Type #

NFData ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

Methods

rnf :: ResourceType -> () #

Hashable 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

FromJSON ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

FromJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

ToLog ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

ToHeader ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

ToQuery ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

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 #

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

type Rep ResourceType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceType

type Rep ResourceType = D1 ('MetaData "ResourceType" "Amazonka.LicenseManager.Types.ResourceType" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Ord TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Read TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Show TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Generic TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Associated Types

type Rep TokenType :: Type -> Type #

NFData TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Methods

rnf :: TokenType -> () #

Hashable 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

FromJSON TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

FromJSONKey TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

ToLog TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

ToHeader TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

ToQuery TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

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 #

ToByteString TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

Methods

toBS :: TokenType -> ByteString #

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 #

type Rep TokenType Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenType

type Rep TokenType = D1 ('MetaData "TokenType" "Amazonka.LicenseManager.Types.TokenType" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq AutomatedDiscoveryInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation

Read AutomatedDiscoveryInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation

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

NFData AutomatedDiscoveryInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation

Hashable AutomatedDiscoveryInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

Read BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

Show BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

Generic BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

Associated Types

type Rep BorrowConfiguration :: Type -> Type #

NFData BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

Methods

rnf :: BorrowConfiguration -> () #

Hashable BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

ToJSON BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

FromJSON BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

type Rep BorrowConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.BorrowConfiguration

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

newBorrowConfiguration Source #

Create a value of BorrowConfiguration with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowEarlyCheckIn:BorrowConfiguration', borrowConfiguration_allowEarlyCheckIn - Indicates whether early check-ins are allowed.

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

ConsumedLicenseSummary

data ConsumedLicenseSummary Source #

Details about license consumption.

See: newConsumedLicenseSummary smart constructor.

Instances

Instances details
Eq ConsumedLicenseSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumedLicenseSummary

Read ConsumedLicenseSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumedLicenseSummary

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

NFData ConsumedLicenseSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumedLicenseSummary

Methods

rnf :: ConsumedLicenseSummary -> () #

Hashable ConsumedLicenseSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumedLicenseSummary

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ConsumedLicenseSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: S1 ('MetaSel ('Just "consumedLicenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

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:resourceType:ConsumedLicenseSummary', consumedLicenseSummary_resourceType - Resource type of the resource consuming a license.

$sel:consumedLicenses:ConsumedLicenseSummary', consumedLicenseSummary_consumedLicenses - Number of licenses consumed by the resource.

ConsumptionConfiguration

data ConsumptionConfiguration Source #

Details about a consumption configuration.

See: newConsumptionConfiguration smart constructor.

Instances

Instances details
Eq ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

Read ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

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

NFData ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

Hashable ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

ToJSON ConsumptionConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ConsumptionConfiguration

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

Read DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

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

NFData DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

Methods

rnf :: DatetimeRange -> () #

Hashable DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

ToJSON DatetimeRange Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.DatetimeRange

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

Read Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

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

NFData Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

Methods

rnf :: Entitlement -> () #

Hashable Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

ToJSON Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

FromJSON Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

type Rep Entitlement Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Entitlement

type Rep Entitlement = D1 ('MetaData "Entitlement" "Amazonka.LicenseManager.Types.Entitlement" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "Entitlement'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "overage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "allowCheckIn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EntitlementUnit)))))

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:maxCount:Entitlement', entitlement_maxCount - Maximum entitlement count. Use if the unit is not None.

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

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

$sel:allowCheckIn:Entitlement', entitlement_allowCheckIn - Indicates whether check-ins are allowed.

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

Defined in Amazonka.LicenseManager.Types.EntitlementData

Read EntitlementData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementData

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

NFData EntitlementData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementData

Methods

rnf :: EntitlementData -> () #

Hashable EntitlementData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementData

ToJSON EntitlementData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementData

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq EntitlementUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUsage

Read EntitlementUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUsage

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

NFData EntitlementUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUsage

Methods

rnf :: EntitlementUsage -> () #

Hashable EntitlementUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.EntitlementUsage

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

Methods

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

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

Read Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

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

NFData Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

Methods

rnf :: Filter -> () #

Hashable Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

ToJSON Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

type Rep Filter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.LicenseManager.Types.Filter" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") '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:values:Filter', filter_values - Filter values. Filter values are case-sensitive.

$sel:name:Filter', filter_name - Name of the filter. Filter names are case-sensitive.

Grant

data Grant Source #

Describes a grant.

See: newGrant smart constructor.

Instances

Instances details
Eq Grant Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Grant

Methods

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

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

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 #

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 #

NFData Grant Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Grant

Methods

rnf :: Grant -> () #

Hashable Grant Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Grant

Methods

hashWithSalt :: Int -> Grant -> Int #

hash :: Grant -> Int #

FromJSON Grant Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Grant

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

Defined in Amazonka.LicenseManager.Types.GrantedLicense

Read GrantedLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantedLicense

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

NFData GrantedLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantedLicense

Methods

rnf :: GrantedLicense -> () #

Hashable GrantedLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.GrantedLicense

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "GrantedLicense'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseStatus)) :*: (S1 ('MetaSel ('Just "productName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "productSKU") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "homeRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "receivedMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReceivedMetadata)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "entitlements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Entitlement])) :*: S1 ('MetaSel ('Just "validity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatetimeRange))) :*: (S1 ('MetaSel ('Just "consumptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConsumptionConfiguration)) :*: S1 ('MetaSel ('Just "beneficiary") '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 "createTime") '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:status:GrantedLicense', grantedLicense_status - Granted license status.

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

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

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

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

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

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

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

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

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

$sel:beneficiary:GrantedLicense', grantedLicense_beneficiary - Granted license beneficiary.

$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:createTime:GrantedLicense', grantedLicense_createTime - Creation time of the granted license.

InventoryFilter

data InventoryFilter Source #

An inventory filter.

See: newInventoryFilter smart constructor.

Instances

Instances details
Eq InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

Read InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

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

NFData InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

Methods

rnf :: InventoryFilter -> () #

Hashable InventoryFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.InventoryFilter

ToJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Methods

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

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

Read Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

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

NFData Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Methods

rnf :: Issuer -> () #

Hashable Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

Methods

hashWithSalt :: Int -> Issuer -> Int #

hash :: Issuer -> Int #

ToJSON Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

type Rep Issuer Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Issuer

type Rep Issuer = D1 ('MetaData "Issuer" "Amazonka.LicenseManager.Types.Issuer" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq IssuerDetails Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.IssuerDetails

Read IssuerDetails Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.IssuerDetails

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

NFData IssuerDetails Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.IssuerDetails

Methods

rnf :: IssuerDetails -> () #

Hashable IssuerDetails Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.IssuerDetails

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "IssuerDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyFingerprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "signKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") '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: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.

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

License

data License Source #

Software license that is managed in License Manager.

See: newLicense smart constructor.

Instances

Instances details
Eq License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

Methods

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

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

Read License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

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

NFData License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

Methods

rnf :: License -> () #

Hashable License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

Methods

hashWithSalt :: Int -> License -> Int #

hash :: License -> Int #

FromJSON License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

type Rep License Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.License

type Rep License = D1 ('MetaData "License" "Amazonka.LicenseManager.Types.License" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "License'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseStatus)) :*: (S1 ('MetaSel ('Just "productName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "productSKU") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "homeRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "entitlements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Entitlement]))))) :*: ((S1 ('MetaSel ('Just "validity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatetimeRange)) :*: (S1 ('MetaSel ('Just "consumptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConsumptionConfiguration)) :*: S1 ('MetaSel ('Just "beneficiary") '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 "createTime") '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:status:License', license_status - License status.

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

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

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

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

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

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

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

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

$sel:beneficiary:License', license_beneficiary - License beneficiary.

$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:createTime:License', license_createTime - License creation time.

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

Defined in Amazonka.LicenseManager.Types.LicenseConfiguration

Read LicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfiguration

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

NFData LicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfiguration

Methods

rnf :: LicenseConfiguration -> () #

Hashable LicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfiguration

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "LicenseConfiguration'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ownerAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "consumedLicenseSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConsumedLicenseSummary])) :*: S1 ('MetaSel ('Just "licenseCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: ((S1 ('MetaSel ('Just "managedResourceSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ManagedResourceSummary])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "licenseCountHardLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "disassociateWhenNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: (((S1 ('MetaSel ('Just "productInformationList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProductInformation])) :*: S1 ('MetaSel ('Just "licenseCountingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseCountingType))) :*: (S1 ('MetaSel ('Just "automatedDiscoveryInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomatedDiscoveryInformation)) :*: S1 ('MetaSel ('Just "consumedLicenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: ((S1 ('MetaSel ('Just "licenseRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "licenseConfigurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseConfigurationArn") '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:status:LicenseConfiguration', licenseConfiguration_status - Status of the license configuration.

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

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

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

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

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

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

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

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

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

$sel:automatedDiscoveryInformation:LicenseConfiguration', licenseConfiguration_automatedDiscoveryInformation - Automated discovery information.

$sel:consumedLicenses:LicenseConfiguration', licenseConfiguration_consumedLicenses - Number of licenses consumed.

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

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

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

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

LicenseConfigurationAssociation

data LicenseConfigurationAssociation Source #

Describes an association with a license configuration.

See: newLicenseConfigurationAssociation smart constructor.

Instances

Instances details
Eq LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

Read LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

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

NFData LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

Hashable LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "LicenseConfigurationAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: 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))))))

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:resourceType:LicenseConfigurationAssociation', licenseConfigurationAssociation_resourceType - Type of server resource.

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

LicenseConfigurationUsage

data LicenseConfigurationUsage Source #

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

See: newLicenseConfigurationUsage smart constructor.

Instances

Instances details
Eq LicenseConfigurationUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationUsage

Read LicenseConfigurationUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationUsage

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

NFData LicenseConfigurationUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationUsage

Hashable LicenseConfigurationUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationUsage

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "LicenseConfigurationUsage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: (S1 ('MetaSel ('Just "resourceStatus") '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 "consumedLicenses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "resourceOwnerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:resourceType:LicenseConfigurationUsage', licenseConfigurationUsage_resourceType - Type of resource.

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

$sel:associationTime:LicenseConfigurationUsage', licenseConfigurationUsage_associationTime - Time when the license configuration was initially associated with the resource.

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

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

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

LicenseConversionContext

data LicenseConversionContext Source #

Information about a license type conversion task.

See: newLicenseConversionContext smart constructor.

Instances

Instances details
Eq LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

Read LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

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

NFData LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

Hashable LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

ToJSON LicenseConversionContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionContext

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq LicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTask

Read LicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTask

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

NFData LicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTask

Methods

rnf :: LicenseConversionTask -> () #

Hashable LicenseConversionTask Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConversionTask

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "LicenseConversionTask'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConversionTaskStatus)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "destinationLicenseContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConversionContext)) :*: S1 ('MetaSel ('Just "licenseConversionTaskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "licenseConversionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceLicenseContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConversionContext)))))))

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:status:LicenseConversionTask', licenseConversionTask_status - The status of the conversion task.

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

$sel:destinationLicenseContext:LicenseConversionTask', licenseConversionTask_destinationLicenseContext - Information about the license type this conversion task converted to.

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

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

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

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

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

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

LicenseOperationFailure

data LicenseOperationFailure Source #

Describes the failure of a license operation.

See: newLicenseOperationFailure smart constructor.

Instances

Instances details
Eq LicenseOperationFailure Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseOperationFailure

Read LicenseOperationFailure Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseOperationFailure

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

NFData LicenseOperationFailure Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseOperationFailure

Methods

rnf :: LicenseOperationFailure -> () #

Hashable LicenseOperationFailure Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseOperationFailure

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "LicenseOperationFailure'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: S1 ('MetaSel ('Just "operationRequestedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metadataList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Metadata])))) :*: ((S1 ('MetaSel ('Just "operationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceOwnerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

LicenseSpecification

data LicenseSpecification Source #

Details for associating a license configuration with a resource.

See: newLicenseSpecification smart constructor.

Instances

Instances details
Eq LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

Read LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

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

NFData LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

Methods

rnf :: LicenseSpecification -> () #

Hashable LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

ToJSON LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq LicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseUsage

Read LicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseUsage

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

NFData LicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseUsage

Methods

rnf :: LicenseUsage -> () #

Hashable LicenseUsage Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseUsage

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq ManagedResourceSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ManagedResourceSummary

Read ManagedResourceSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ManagedResourceSummary

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

NFData ManagedResourceSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ManagedResourceSummary

Methods

rnf :: ManagedResourceSummary -> () #

Hashable ManagedResourceSummary Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ManagedResourceSummary

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

Read Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

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

NFData Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

Methods

rnf :: Metadata -> () #

Hashable Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

Methods

hashWithSalt :: Int -> Metadata -> Int #

hash :: Metadata -> Int #

ToJSON Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

FromJSON Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

type Rep Metadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Metadata

type Rep Metadata = D1 ('MetaData "Metadata" "Amazonka.LicenseManager.Types.Metadata" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "Metadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") '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:value:Metadata', metadata_value - The value.

$sel:name:Metadata', metadata_name - The key name.

OrganizationConfiguration

data OrganizationConfiguration Source #

Configuration information for Organizations.

See: newOrganizationConfiguration smart constructor.

Instances

Instances details
Eq OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

Read OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

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

NFData OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

Hashable OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

ToJSON OrganizationConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.OrganizationConfiguration

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

Read ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

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

NFData ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

Methods

rnf :: ProductInformation -> () #

Hashable ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

ToJSON ProductInformation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformation

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

Read ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

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

NFData ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

Hashable ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

ToJSON ProductInformationFilter Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProductInformationFilter

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

Read ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

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

NFData ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

Hashable ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

ToJSON ProvisionalConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ProvisionalConfiguration

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

Read ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

Show ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

Generic ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

Associated Types

type Rep ReceivedMetadata :: Type -> Type #

NFData ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

Methods

rnf :: ReceivedMetadata -> () #

Hashable ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

FromJSON ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

type Rep ReceivedMetadata Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReceivedMetadata

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

newReceivedMetadata :: ReceivedMetadata Source #

Create a value of ReceivedMetadata with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

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

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

ReportContext

data ReportContext Source #

Details of the license configuration that this generator reports on.

See: newReportContext smart constructor.

Constructors

ReportContext' [Text] 

Instances

Instances details
Eq ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

Read ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

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

NFData ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

Methods

rnf :: ReportContext -> () #

Hashable ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

ToJSON ReportContext Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportContext

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

Read ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

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

NFData ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

Methods

rnf :: ReportFrequency -> () #

Hashable ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

ToJSON ReportFrequency Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportFrequency

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq ReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportGenerator

Read ReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportGenerator

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

NFData ReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportGenerator

Methods

rnf :: ReportGenerator -> () #

Hashable ReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ReportGenerator

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ReportGenerator'" 'PrefixI 'True) (((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 "reportGeneratorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reportFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportFrequency)) :*: S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location))))) :*: ((S1 ('MetaSel ('Just "licenseManagerReportGeneratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reportCreatorAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "reportType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReportType])) :*: S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "reportContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportContext)))))))

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: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:reportGeneratorName:ReportGenerator', reportGenerator_reportGeneratorName - Name of the report generator.

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

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

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

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

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

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

$sel:createTime:ReportGenerator', reportGenerator_createTime - Time the report was created.

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

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

ResourceInventory

data ResourceInventory Source #

Details about a resource.

See: newResourceInventory smart constructor.

Instances

Instances details
Eq ResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceInventory

Read ResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceInventory

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

NFData ResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceInventory

Methods

rnf :: ResourceInventory -> () #

Hashable ResourceInventory Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.ResourceInventory

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "ResourceInventory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)))) :*: (S1 ('MetaSel ('Just "platformVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceOwningAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:resourceId:ResourceInventory', resourceInventory_resourceId - ID of the resource.

$sel:resourceType:ResourceInventory', resourceInventory_resourceType - Type of 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:resourceOwningAccountId:ResourceInventory', resourceInventory_resourceOwningAccountId - ID of the account that owns the 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
Eq S3Location Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.S3Location

Read S3Location Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.S3Location

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

NFData S3Location Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.S3Location

Methods

rnf :: S3Location -> () #

Hashable S3Location Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.S3Location

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" '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
Eq Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

Methods

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

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

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 #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.LicenseManager.Types.Tag" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") '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:value:Tag', tag_value - Tag value.

$sel:key:Tag', tag_key - Tag key.

TokenData

data TokenData Source #

Describes a token.

See: newTokenData smart constructor.

Instances

Instances details
Eq TokenData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenData

Read TokenData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenData

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

NFData TokenData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenData

Methods

rnf :: TokenData -> () #

Hashable TokenData Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.TokenData

FromJSON 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" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "TokenData'" 'PrefixI 'True) ((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 "roleArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tokenType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseArn") '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: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:roleArns:TokenData', tokenData_roleArns - Amazon Resource Names (ARN) of the roles included in the token.

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

$sel:expirationTime:TokenData', tokenData_expirationTime - Token expiration time, in ISO8601-UTC format.

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