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

Description

Updates License Manager settings for the current Region.

Synopsis

Creating a Request

data UpdateServiceSettings Source #

See: newUpdateServiceSettings smart constructor.

Constructors

UpdateServiceSettings' 

Fields

Instances

Instances details
Eq UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Read UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Show UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Generic UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Associated Types

type Rep UpdateServiceSettings :: Type -> Type #

NFData UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Methods

rnf :: UpdateServiceSettings -> () #

Hashable UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

ToJSON UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

AWSRequest UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Associated Types

type AWSResponse UpdateServiceSettings #

ToHeaders UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

ToPath UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

ToQuery UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

type Rep UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

type Rep UpdateServiceSettings = D1 ('MetaData "UpdateServiceSettings" "Amazonka.LicenseManager.UpdateServiceSettings" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "UpdateServiceSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enableCrossAccountsDiscovery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3BucketArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationConfiguration)))))
type AWSResponse UpdateServiceSettings Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

newUpdateServiceSettings :: UpdateServiceSettings Source #

Create a value of UpdateServiceSettings 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:enableCrossAccountsDiscovery:UpdateServiceSettings', updateServiceSettings_enableCrossAccountsDiscovery - Activates cross-account discovery.

$sel:snsTopicArn:UpdateServiceSettings', updateServiceSettings_snsTopicArn - Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.

$sel:s3BucketArn:UpdateServiceSettings', updateServiceSettings_s3BucketArn - Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.

$sel:organizationConfiguration:UpdateServiceSettings', updateServiceSettings_organizationConfiguration - Enables integration with Organizations for cross-account discovery.

Request Lenses

updateServiceSettings_snsTopicArn :: Lens' UpdateServiceSettings (Maybe Text) Source #

Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.

updateServiceSettings_s3BucketArn :: Lens' UpdateServiceSettings (Maybe Text) Source #

Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.

updateServiceSettings_organizationConfiguration :: Lens' UpdateServiceSettings (Maybe OrganizationConfiguration) Source #

Enables integration with Organizations for cross-account discovery.

Destructuring the Response

data UpdateServiceSettingsResponse Source #

See: newUpdateServiceSettingsResponse smart constructor.

Constructors

UpdateServiceSettingsResponse' 

Fields

Instances

Instances details
Eq UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Read UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Show UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Generic UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

Associated Types

type Rep UpdateServiceSettingsResponse :: Type -> Type #

NFData UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

type Rep UpdateServiceSettingsResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.UpdateServiceSettings

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

newUpdateServiceSettingsResponse Source #

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

Response Lenses