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

Description

Lists the grants received for all accounts in the organization.

Synopsis

Creating a Request

data ListReceivedGrantsForOrganization Source #

See: newListReceivedGrantsForOrganization smart constructor.

Constructors

ListReceivedGrantsForOrganization' 

Fields

Instances

Instances details
ToJSON ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

ToHeaders ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

ToPath ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

ToQuery ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

AWSRequest ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Generic ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Associated Types

type Rep ListReceivedGrantsForOrganization :: Type -> Type #

Read ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Show ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

NFData ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Eq ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Hashable ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

type AWSResponse ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

type Rep ListReceivedGrantsForOrganization Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

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

newListReceivedGrantsForOrganization Source #

Create a value of ListReceivedGrantsForOrganization with all optional fields omitted.

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

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

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

  • ParentArn
  • GranteePrincipalArn

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

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

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

Request Lenses

listReceivedGrantsForOrganization_filters :: Lens' ListReceivedGrantsForOrganization (Maybe [Filter]) Source #

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

  • ParentArn
  • GranteePrincipalArn

listReceivedGrantsForOrganization_licenseArn :: Lens' ListReceivedGrantsForOrganization Text Source #

The Amazon Resource Name (ARN) of the received license.

Destructuring the Response

data ListReceivedGrantsForOrganizationResponse Source #

Constructors

ListReceivedGrantsForOrganizationResponse' 

Fields

Instances

Instances details
Generic ListReceivedGrantsForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Read ListReceivedGrantsForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Show ListReceivedGrantsForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

NFData ListReceivedGrantsForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

Eq ListReceivedGrantsForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

type Rep ListReceivedGrantsForOrganizationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.ListReceivedGrantsForOrganization

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

newListReceivedGrantsForOrganizationResponse Source #

Create a value of ListReceivedGrantsForOrganizationResponse with all optional fields omitted.

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

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

$sel:grants:ListReceivedGrantsForOrganizationResponse', listReceivedGrantsForOrganizationResponse_grants - Lists the grants the organization has received.

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

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

Response Lenses