Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Gets the License Manager settings for the current Region.
Synopsis
- data GetServiceSettings = GetServiceSettings' {
- newGetServiceSettings :: GetServiceSettings
- data GetServiceSettingsResponse = GetServiceSettingsResponse' {}
- newGetServiceSettingsResponse :: Int -> GetServiceSettingsResponse
- getServiceSettingsResponse_enableCrossAccountsDiscovery :: Lens' GetServiceSettingsResponse (Maybe Bool)
- getServiceSettingsResponse_snsTopicArn :: Lens' GetServiceSettingsResponse (Maybe Text)
- getServiceSettingsResponse_licenseManagerResourceShareArn :: Lens' GetServiceSettingsResponse (Maybe Text)
- getServiceSettingsResponse_s3BucketArn :: Lens' GetServiceSettingsResponse (Maybe Text)
- getServiceSettingsResponse_organizationConfiguration :: Lens' GetServiceSettingsResponse (Maybe OrganizationConfiguration)
- getServiceSettingsResponse_httpStatus :: Lens' GetServiceSettingsResponse Int
Creating a Request
data GetServiceSettings Source #
See: newGetServiceSettings
smart constructor.
Instances
newGetServiceSettings :: GetServiceSettings Source #
Create a value of GetServiceSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetServiceSettingsResponse Source #
See: newGetServiceSettingsResponse
smart constructor.
GetServiceSettingsResponse' | |
|
Instances
newGetServiceSettingsResponse Source #
Create a value of GetServiceSettingsResponse
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:GetServiceSettingsResponse'
, getServiceSettingsResponse_enableCrossAccountsDiscovery
- Indicates whether cross-account discovery is enabled.
$sel:snsTopicArn:GetServiceSettingsResponse'
, getServiceSettingsResponse_snsTopicArn
- SNS topic configured to receive notifications from License Manager.
$sel:licenseManagerResourceShareArn:GetServiceSettingsResponse'
, getServiceSettingsResponse_licenseManagerResourceShareArn
- Amazon Resource Name (ARN) of the resource share. The License Manager
management account provides member accounts with access to this share.
$sel:s3BucketArn:GetServiceSettingsResponse'
, getServiceSettingsResponse_s3BucketArn
- Regional S3 bucket path for storing reports, license trail event data,
discovery data, and so on.
$sel:organizationConfiguration:GetServiceSettingsResponse'
, getServiceSettingsResponse_organizationConfiguration
- Indicates whether Organizations is integrated with License Manager for
cross-account discovery.
$sel:httpStatus:GetServiceSettingsResponse'
, getServiceSettingsResponse_httpStatus
- The response's http status code.
Response Lenses
getServiceSettingsResponse_enableCrossAccountsDiscovery :: Lens' GetServiceSettingsResponse (Maybe Bool) Source #
Indicates whether cross-account discovery is enabled.
getServiceSettingsResponse_snsTopicArn :: Lens' GetServiceSettingsResponse (Maybe Text) Source #
SNS topic configured to receive notifications from License Manager.
getServiceSettingsResponse_licenseManagerResourceShareArn :: Lens' GetServiceSettingsResponse (Maybe Text) Source #
Amazon Resource Name (ARN) of the resource share. The License Manager management account provides member accounts with access to this share.
getServiceSettingsResponse_s3BucketArn :: Lens' GetServiceSettingsResponse (Maybe Text) Source #
Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.
getServiceSettingsResponse_organizationConfiguration :: Lens' GetServiceSettingsResponse (Maybe OrganizationConfiguration) Source #
Indicates whether Organizations is integrated with License Manager for cross-account discovery.
getServiceSettingsResponse_httpStatus :: Lens' GetServiceSettingsResponse Int Source #
The response's http status code.