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

Description

Stops a product subscription for a user with the specified identity provider.

Synopsis

Creating a Request

data StopProductSubscription Source #

See: newStopProductSubscription smart constructor.

Constructors

StopProductSubscription' 

Fields

Instances

Instances details
ToJSON StopProductSubscription Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

ToHeaders StopProductSubscription Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

ToPath StopProductSubscription Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

ToQuery StopProductSubscription Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

AWSRequest StopProductSubscription Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

Generic StopProductSubscription Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

Associated Types

type Rep StopProductSubscription :: Type -> Type #

Read StopProductSubscription Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

Show StopProductSubscription Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

NFData StopProductSubscription Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

Methods

rnf :: StopProductSubscription -> () #

Eq StopProductSubscription Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

Hashable StopProductSubscription Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

type AWSResponse StopProductSubscription Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

type Rep StopProductSubscription Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

type Rep StopProductSubscription = D1 ('MetaData "StopProductSubscription" "Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription" "amazonka-license-manager-user-subscriptions-2.0-FTcAVPsIeL0Hw8vwEQErB1" 'False) (C1 ('MetaCons "StopProductSubscription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identityProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IdentityProvider)) :*: (S1 ('MetaSel ('Just "product") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newStopProductSubscription Source #

Create a value of StopProductSubscription 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:

StopProductSubscription, stopProductSubscription_domain - The domain name of the user.

StopProductSubscription, stopProductSubscription_identityProvider - An object that specifies details for the identity provider.

StopProductSubscription, stopProductSubscription_product - The name of the user-based subscription product.

StopProductSubscription, stopProductSubscription_username - The user name from the identity provider for the user.

Request Lenses

stopProductSubscription_identityProvider :: Lens' StopProductSubscription IdentityProvider Source #

An object that specifies details for the identity provider.

stopProductSubscription_product :: Lens' StopProductSubscription Text Source #

The name of the user-based subscription product.

stopProductSubscription_username :: Lens' StopProductSubscription Text Source #

The user name from the identity provider for the user.

Destructuring the Response

data StopProductSubscriptionResponse Source #

See: newStopProductSubscriptionResponse smart constructor.

Constructors

StopProductSubscriptionResponse' 

Fields

Instances

Instances details
Generic StopProductSubscriptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

Associated Types

type Rep StopProductSubscriptionResponse :: Type -> Type #

Read StopProductSubscriptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

Show StopProductSubscriptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

NFData StopProductSubscriptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

Eq StopProductSubscriptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

type Rep StopProductSubscriptionResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription

type Rep StopProductSubscriptionResponse = D1 ('MetaData "StopProductSubscriptionResponse" "Amazonka.LicenseManagerUserSubscriptions.StopProductSubscription" "amazonka-license-manager-user-subscriptions-2.0-FTcAVPsIeL0Hw8vwEQErB1" 'False) (C1 ('MetaCons "StopProductSubscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "productUserSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProductUserSummary)))

newStopProductSubscriptionResponse Source #

Create a value of StopProductSubscriptionResponse 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:httpStatus:StopProductSubscriptionResponse', stopProductSubscriptionResponse_httpStatus - The response's http status code.

$sel:productUserSummary:StopProductSubscriptionResponse', stopProductSubscriptionResponse_productUserSummary - Metadata that describes the start product subscription operation.

Response Lenses