Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data LaunchTemplateLicenseConfigurationRequest = LaunchTemplateLicenseConfigurationRequest' {}
- newLaunchTemplateLicenseConfigurationRequest :: LaunchTemplateLicenseConfigurationRequest
- launchTemplateLicenseConfigurationRequest_licenseConfigurationArn :: Lens' LaunchTemplateLicenseConfigurationRequest (Maybe Text)
Documentation
data LaunchTemplateLicenseConfigurationRequest Source #
Describes a license configuration.
See: newLaunchTemplateLicenseConfigurationRequest
smart constructor.
LaunchTemplateLicenseConfigurationRequest' | |
|
Instances
ToQuery LaunchTemplateLicenseConfigurationRequest Source # | |
Generic LaunchTemplateLicenseConfigurationRequest Source # | |
Read LaunchTemplateLicenseConfigurationRequest Source # | |
Show LaunchTemplateLicenseConfigurationRequest Source # | |
NFData LaunchTemplateLicenseConfigurationRequest Source # | |
Eq LaunchTemplateLicenseConfigurationRequest Source # | |
Hashable LaunchTemplateLicenseConfigurationRequest Source # | |
type Rep LaunchTemplateLicenseConfigurationRequest Source # | |
Defined in Amazonka.EC2.Types.LaunchTemplateLicenseConfigurationRequest type Rep LaunchTemplateLicenseConfigurationRequest = D1 ('MetaData "LaunchTemplateLicenseConfigurationRequest" "Amazonka.EC2.Types.LaunchTemplateLicenseConfigurationRequest" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "LaunchTemplateLicenseConfigurationRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newLaunchTemplateLicenseConfigurationRequest :: LaunchTemplateLicenseConfigurationRequest Source #
Create a value of LaunchTemplateLicenseConfigurationRequest
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:LaunchTemplateLicenseConfigurationRequest'
, launchTemplateLicenseConfigurationRequest_licenseConfigurationArn
- The Amazon Resource Name (ARN) of the license configuration.
launchTemplateLicenseConfigurationRequest_licenseConfigurationArn :: Lens' LaunchTemplateLicenseConfigurationRequest (Maybe Text) Source #
The Amazon Resource Name (ARN) of the license configuration.