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

Description

Gets detailed information about the specified license.

Synopsis

Creating a Request

data GetLicense Source #

See: newGetLicense smart constructor.

Constructors

GetLicense' 

Fields

Instances

Instances details
Eq GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Read GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Show GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Generic GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Associated Types

type Rep GetLicense :: Type -> Type #

NFData GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Methods

rnf :: GetLicense -> () #

Hashable GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

ToJSON GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

AWSRequest GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Associated Types

type AWSResponse GetLicense #

ToHeaders GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Methods

toHeaders :: GetLicense -> [Header] #

ToPath GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

ToQuery GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

type Rep GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

type Rep GetLicense = D1 ('MetaData "GetLicense" "Amazonka.LicenseManager.GetLicense" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "GetLicense'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetLicense Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

newGetLicense Source #

Create a value of GetLicense 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:version:GetLicense', getLicense_version - License version.

$sel:licenseArn:GetLicense', getLicense_licenseArn - Amazon Resource Name (ARN) of the license.

Request Lenses

getLicense_licenseArn :: Lens' GetLicense Text Source #

Amazon Resource Name (ARN) of the license.

Destructuring the Response

data GetLicenseResponse Source #

See: newGetLicenseResponse smart constructor.

Constructors

GetLicenseResponse' 

Fields

Instances

Instances details
Eq GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Read GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Show GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Generic GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Associated Types

type Rep GetLicenseResponse :: Type -> Type #

NFData GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

Methods

rnf :: GetLicenseResponse -> () #

type Rep GetLicenseResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.GetLicense

type Rep GetLicenseResponse = D1 ('MetaData "GetLicenseResponse" "Amazonka.LicenseManager.GetLicense" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "GetLicenseResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "license") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe License)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetLicenseResponse Source #

Create a value of GetLicenseResponse 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:license:GetLicenseResponse', getLicenseResponse_license - License details.

$sel:httpStatus:GetLicenseResponse', getLicenseResponse_httpStatus - The response's http status code.

Response Lenses