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

Description

Disassociates the user from an EC2 instance providing user-based subscriptions.

Synopsis

Creating a Request

data DisassociateUser Source #

See: newDisassociateUser smart constructor.

Constructors

DisassociateUser' 

Fields

Instances

Instances details
ToJSON DisassociateUser Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

ToHeaders DisassociateUser Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

ToPath DisassociateUser Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

ToQuery DisassociateUser Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

AWSRequest DisassociateUser Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

Associated Types

type AWSResponse DisassociateUser #

Generic DisassociateUser Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

Associated Types

type Rep DisassociateUser :: Type -> Type #

Read DisassociateUser Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

Show DisassociateUser Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

NFData DisassociateUser Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

Methods

rnf :: DisassociateUser -> () #

Eq DisassociateUser Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

Hashable DisassociateUser Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

type AWSResponse DisassociateUser Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

type Rep DisassociateUser Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

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

newDisassociateUser Source #

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

DisassociateUser, disassociateUser_domain - The domain name of the user.

DisassociateUser, disassociateUser_identityProvider - An object that specifies details for the identity provider.

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

DisassociateUser, disassociateUser_username - The user name from the identity provider for the user.

Request Lenses

disassociateUser_identityProvider :: Lens' DisassociateUser IdentityProvider Source #

An object that specifies details for the identity provider.

disassociateUser_instanceId :: Lens' DisassociateUser Text Source #

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

disassociateUser_username :: Lens' DisassociateUser Text Source #

The user name from the identity provider for the user.

Destructuring the Response

data DisassociateUserResponse Source #

See: newDisassociateUserResponse smart constructor.

Constructors

DisassociateUserResponse' 

Fields

Instances

Instances details
Generic DisassociateUserResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

Associated Types

type Rep DisassociateUserResponse :: Type -> Type #

Read DisassociateUserResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

Show DisassociateUserResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

NFData DisassociateUserResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

Eq DisassociateUserResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

type Rep DisassociateUserResponse Source # 
Instance details

Defined in Amazonka.LicenseManagerUserSubscriptions.DisassociateUser

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

newDisassociateUserResponse Source #

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

$sel:instanceUserSummary:DisassociateUserResponse', disassociateUserResponse_instanceUserSummary - Metadata that describes the associate user operation.

Response Lenses