| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LicenseManagerUserSubscriptions.Types.ProductUserSummary
Description
Synopsis
- data ProductUserSummary = ProductUserSummary' {}
- newProductUserSummary :: IdentityProvider -> Text -> Text -> Text -> ProductUserSummary
- productUserSummary_domain :: Lens' ProductUserSummary (Maybe Text)
- productUserSummary_statusMessage :: Lens' ProductUserSummary (Maybe Text)
- productUserSummary_subscriptionEndDate :: Lens' ProductUserSummary (Maybe Text)
- productUserSummary_subscriptionStartDate :: Lens' ProductUserSummary (Maybe Text)
- productUserSummary_identityProvider :: Lens' ProductUserSummary IdentityProvider
- productUserSummary_product :: Lens' ProductUserSummary Text
- productUserSummary_status :: Lens' ProductUserSummary Text
- productUserSummary_username :: Lens' ProductUserSummary Text
Documentation
data ProductUserSummary Source #
The summary of the user-based subscription products for a user.
See: newProductUserSummary smart constructor.
Constructors
| ProductUserSummary' | |
Fields
| |
Instances
newProductUserSummary Source #
Arguments
| :: IdentityProvider | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> ProductUserSummary |
Create a value of ProductUserSummary 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:domain:ProductUserSummary', productUserSummary_domain - The domain name of the user.
$sel:statusMessage:ProductUserSummary', productUserSummary_statusMessage - The status message for a product for a user.
$sel:subscriptionEndDate:ProductUserSummary', productUserSummary_subscriptionEndDate - The end date of a subscription.
$sel:subscriptionStartDate:ProductUserSummary', productUserSummary_subscriptionStartDate - The start date of a subscription.
$sel:identityProvider:ProductUserSummary', productUserSummary_identityProvider - An object that specifies details for the identity provider.
$sel:product:ProductUserSummary', productUserSummary_product - The name of the user-based subscription product.
$sel:status:ProductUserSummary', productUserSummary_status - The status of a product for a user.
$sel:username:ProductUserSummary', productUserSummary_username - The user name from the identity provider of the user.
productUserSummary_domain :: Lens' ProductUserSummary (Maybe Text) Source #
The domain name of the user.
productUserSummary_statusMessage :: Lens' ProductUserSummary (Maybe Text) Source #
The status message for a product for a user.
productUserSummary_subscriptionEndDate :: Lens' ProductUserSummary (Maybe Text) Source #
The end date of a subscription.
productUserSummary_subscriptionStartDate :: Lens' ProductUserSummary (Maybe Text) Source #
The start date of a subscription.
productUserSummary_identityProvider :: Lens' ProductUserSummary IdentityProvider Source #
An object that specifies details for the identity provider.
productUserSummary_product :: Lens' ProductUserSummary Text Source #
The name of the user-based subscription product.
productUserSummary_status :: Lens' ProductUserSummary Text Source #
The status of a product for a user.
productUserSummary_username :: Lens' ProductUserSummary Text Source #
The user name from the identity provider of the user.