amazonka-license-manager-2.0: Amazon License Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Description

Lists the licenses received for all accounts in the organization.

Synopsis

Creating a Request

data ListReceivedLicensesForOrganization Source #

Constructors

ListReceivedLicensesForOrganization' 

Fields

Instances

Instances details
ToJSON ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

ToHeaders ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

ToPath ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

ToQuery ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

AWSRequest ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Generic ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Read ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Show ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

NFData ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Eq ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Hashable ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

type AWSResponse ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

type Rep ListReceivedLicensesForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

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

newListReceivedLicensesForOrganization :: ListReceivedLicensesForOrganization Source #

Create a value of ListReceivedLicensesForOrganization with all optional fields omitted.

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

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

$sel:filters:ListReceivedLicensesForOrganization', listReceivedLicensesForOrganization_filters - Filters to scope the results. The following filters are supported:

  • Beneficiary
  • ProductSKU

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

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

Request Lenses

listReceivedLicensesForOrganization_filters :: Lens' ListReceivedLicensesForOrganization (Maybe [Filter]) Source #

Filters to scope the results. The following filters are supported:

  • Beneficiary
  • ProductSKU

Destructuring the Response

data ListReceivedLicensesForOrganizationResponse Source #

Constructors

ListReceivedLicensesForOrganizationResponse' 

Fields

Instances

Instances details
Generic ListReceivedLicensesForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Read ListReceivedLicensesForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Show ListReceivedLicensesForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

NFData ListReceivedLicensesForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

Eq ListReceivedLicensesForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

type Rep ListReceivedLicensesForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedLicensesForOrganization

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

Response Lenses