amazonka-license-manager-user-subscriptions-2.0: Amazon License Manager User Subscriptions 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.LicenseManagerUserSubscriptions.ListUserAssociations

Description

Lists user associations for an identity provider.

This operation returns paginated results.

Synopsis

Creating a Request

data ListUserAssociations Source #

See: newListUserAssociations smart constructor.

Constructors

ListUserAssociations' 

Fields

Instances

Instances details
ToJSON ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

ToHeaders ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

ToPath ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

ToQuery ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

AWSPager ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

AWSRequest ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

Associated Types

type AWSResponse ListUserAssociations #

Generic ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

Associated Types

type Rep ListUserAssociations :: Type -> Type #

Read ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

Show ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

NFData ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

Methods

rnf :: ListUserAssociations -> () #

Eq ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

Hashable ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

type AWSResponse ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

type Rep ListUserAssociations Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

type Rep ListUserAssociations = D1 ('MetaData "ListUserAssociations" "Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations" "amazonka-license-manager-user-subscriptions-2.0-FTcAVPsIeL0Hw8vwEQErB1" 'False) (C1 ('MetaCons "ListUserAssociations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "identityProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IdentityProvider) :*: S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListUserAssociations Source #

Create a value of ListUserAssociations 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:ListUserAssociations', listUserAssociations_filters - An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.

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

ListUserAssociations, listUserAssociations_nextToken - Token for the next set of results.

ListUserAssociations, listUserAssociations_identityProvider - An object that specifies details for the identity provider.

ListUserAssociations, listUserAssociations_instanceId - The ID of the EC2 instance, which provides user-based subscriptions.

Request Lenses

listUserAssociations_filters :: Lens' ListUserAssociations (Maybe [Filter]) Source #

An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.

listUserAssociations_maxResults :: Lens' ListUserAssociations (Maybe Int) Source #

Maximum number of results to return in a single call.

listUserAssociations_identityProvider :: Lens' ListUserAssociations IdentityProvider Source #

An object that specifies details for the identity provider.

listUserAssociations_instanceId :: Lens' ListUserAssociations Text Source #

The ID of the EC2 instance, which provides user-based subscriptions.

Destructuring the Response

data ListUserAssociationsResponse Source #

See: newListUserAssociationsResponse smart constructor.

Constructors

ListUserAssociationsResponse' 

Fields

Instances

Instances details
Generic ListUserAssociationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

Associated Types

type Rep ListUserAssociationsResponse :: Type -> Type #

Read ListUserAssociationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

Show ListUserAssociationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

NFData ListUserAssociationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

Eq ListUserAssociationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

type Rep ListUserAssociationsResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations

type Rep ListUserAssociationsResponse = D1 ('MetaData "ListUserAssociationsResponse" "Amazonka.LicenseManagerUserSubscriptions.ListUserAssociations" "amazonka-license-manager-user-subscriptions-2.0-FTcAVPsIeL0Hw8vwEQErB1" 'False) (C1 ('MetaCons "ListUserAssociationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceUserSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstanceUserSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListUserAssociationsResponse Source #

Create a value of ListUserAssociationsResponse 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:instanceUserSummaries:ListUserAssociationsResponse', listUserAssociationsResponse_instanceUserSummaries - Metadata that describes the list user association operation.

ListUserAssociations, listUserAssociationsResponse_nextToken - Token for the next set of results.

$sel:httpStatus:ListUserAssociationsResponse', listUserAssociationsResponse_httpStatus - The response's http status code.

Response Lenses