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

Description

Lists grants that are received but not accepted.

Synopsis

Creating a Request

data ListReceivedGrants Source #

See: newListReceivedGrants smart constructor.

Constructors

ListReceivedGrants' 

Fields

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.

Request Lenses

listReceivedGrants_filters :: Lens' ListReceivedGrants (Maybe [Filter]) Source #

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

  • ProductSKU
  • LicenseIssuerName
  • LicenseArn
  • GrantStatus
  • GranterAccountId

listReceivedGrants_nextToken :: Lens' ListReceivedGrants (Maybe Text) Source #

Token for the next set of results.

listReceivedGrants_grantArns :: Lens' ListReceivedGrants (Maybe [Text]) Source #

Amazon Resource Names (ARNs) of the grants.

listReceivedGrants_maxResults :: Lens' ListReceivedGrants (Maybe Natural) Source #

Maximum number of results to return in a single call.

Destructuring the Response

data ListReceivedGrantsResponse Source #

See: newListReceivedGrantsResponse smart constructor.

Constructors

ListReceivedGrantsResponse' 

Fields

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.

Response Lenses