amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.ImportImageLicenseConfigurationResponse

Description

 
Synopsis

Documentation

data ImportImageLicenseConfigurationResponse Source #

The response information for license configurations.

See: newImportImageLicenseConfigurationResponse smart constructor.

Constructors

ImportImageLicenseConfigurationResponse' 

Fields

Instances

Instances details
FromXML ImportImageLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportImageLicenseConfigurationResponse

Generic ImportImageLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportImageLicenseConfigurationResponse

Read ImportImageLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportImageLicenseConfigurationResponse

Show ImportImageLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportImageLicenseConfigurationResponse

NFData ImportImageLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportImageLicenseConfigurationResponse

Eq ImportImageLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportImageLicenseConfigurationResponse

Hashable ImportImageLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportImageLicenseConfigurationResponse

type Rep ImportImageLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.ImportImageLicenseConfigurationResponse

type Rep ImportImageLicenseConfigurationResponse = D1 ('MetaData "ImportImageLicenseConfigurationResponse" "Amazonka.EC2.Types.ImportImageLicenseConfigurationResponse" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ImportImageLicenseConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newImportImageLicenseConfigurationResponse :: ImportImageLicenseConfigurationResponse Source #

Create a value of ImportImageLicenseConfigurationResponse 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:licenseConfigurationArn:ImportImageLicenseConfigurationResponse', importImageLicenseConfigurationResponse_licenseConfigurationArn - The ARN of a license configuration.