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

Description

Modifies the attributes of an existing license configuration.

Synopsis

Creating a Request

data UpdateLicenseConfiguration Source #

See: newUpdateLicenseConfiguration smart constructor.

Constructors

UpdateLicenseConfiguration' 

Fields

Instances

Instances details
Eq UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Read UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Show UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Generic UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Associated Types

type Rep UpdateLicenseConfiguration :: Type -> Type #

NFData UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Hashable UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

ToJSON UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

AWSRequest UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

ToHeaders UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

ToPath UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

ToQuery UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

type Rep UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

type Rep UpdateLicenseConfiguration = D1 ('MetaData "UpdateLicenseConfiguration" "Amazonka.LicenseManager.UpdateLicenseConfiguration" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "UpdateLicenseConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "licenseCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "licenseConfigurationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LicenseConfigurationStatus)) :*: S1 ('MetaSel ('Just "licenseCountHardLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "disassociateWhenNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "productInformationList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProductInformation]))) :*: (S1 ('MetaSel ('Just "licenseRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse UpdateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

newUpdateLicenseConfiguration Source #

Create a value of UpdateLicenseConfiguration 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:licenseCount:UpdateLicenseConfiguration', updateLicenseConfiguration_licenseCount - New number of licenses managed by the license configuration.

$sel:name:UpdateLicenseConfiguration', updateLicenseConfiguration_name - New name of the license configuration.

$sel:licenseConfigurationStatus:UpdateLicenseConfiguration', updateLicenseConfiguration_licenseConfigurationStatus - New status of the license configuration.

$sel:licenseCountHardLimit:UpdateLicenseConfiguration', updateLicenseConfiguration_licenseCountHardLimit - New hard limit of the number of available licenses.

$sel:disassociateWhenNotFound:UpdateLicenseConfiguration', updateLicenseConfiguration_disassociateWhenNotFound - When true, disassociates a resource when software is uninstalled.

$sel:productInformationList:UpdateLicenseConfiguration', updateLicenseConfiguration_productInformationList - New product information.

$sel:licenseRules:UpdateLicenseConfiguration', updateLicenseConfiguration_licenseRules - New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.

$sel:description:UpdateLicenseConfiguration', updateLicenseConfiguration_description - New description of the license configuration.

$sel:licenseConfigurationArn:UpdateLicenseConfiguration', updateLicenseConfiguration_licenseConfigurationArn - Amazon Resource Name (ARN) of the license configuration.

Request Lenses

updateLicenseConfiguration_licenseCount :: Lens' UpdateLicenseConfiguration (Maybe Integer) Source #

New number of licenses managed by the license configuration.

updateLicenseConfiguration_disassociateWhenNotFound :: Lens' UpdateLicenseConfiguration (Maybe Bool) Source #

When true, disassociates a resource when software is uninstalled.

updateLicenseConfiguration_licenseRules :: Lens' UpdateLicenseConfiguration (Maybe [Text]) Source #

New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.

updateLicenseConfiguration_licenseConfigurationArn :: Lens' UpdateLicenseConfiguration Text Source #

Amazon Resource Name (ARN) of the license configuration.

Destructuring the Response

data UpdateLicenseConfigurationResponse Source #

Constructors

UpdateLicenseConfigurationResponse' 

Fields

Instances

Instances details
Eq UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Read UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Show UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Generic UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

Associated Types

type Rep UpdateLicenseConfigurationResponse :: Type -> Type #

NFData UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

type Rep UpdateLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateLicenseConfiguration

type Rep UpdateLicenseConfigurationResponse = D1 ('MetaData "UpdateLicenseConfigurationResponse" "Amazonka.LicenseManager.UpdateLicenseConfiguration" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "UpdateLicenseConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateLicenseConfigurationResponse Source #

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

Response Lenses