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

Description

 
Synopsis

Documentation

data FastLaunchSnapshotConfigurationResponse Source #

Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.

See: newFastLaunchSnapshotConfigurationResponse smart constructor.

Constructors

FastLaunchSnapshotConfigurationResponse' 

Fields

  • targetResourceCount :: Maybe Int

    The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.

Instances

Instances details
FromXML FastLaunchSnapshotConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationResponse

Generic FastLaunchSnapshotConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationResponse

Read FastLaunchSnapshotConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationResponse

Show FastLaunchSnapshotConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationResponse

NFData FastLaunchSnapshotConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationResponse

Eq FastLaunchSnapshotConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationResponse

Hashable FastLaunchSnapshotConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationResponse

type Rep FastLaunchSnapshotConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationResponse

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

newFastLaunchSnapshotConfigurationResponse :: FastLaunchSnapshotConfigurationResponse Source #

Create a value of FastLaunchSnapshotConfigurationResponse 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:targetResourceCount:FastLaunchSnapshotConfigurationResponse', fastLaunchSnapshotConfigurationResponse_targetResourceCount - The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.

fastLaunchSnapshotConfigurationResponse_targetResourceCount :: Lens' FastLaunchSnapshotConfigurationResponse (Maybe Int) Source #

The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.