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

Description

 
Synopsis

Documentation

data FastLaunchSnapshotConfigurationRequest Source #

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

See: newFastLaunchSnapshotConfigurationRequest smart constructor.

Constructors

FastLaunchSnapshotConfigurationRequest' 

Fields

Instances

Instances details
ToQuery FastLaunchSnapshotConfigurationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationRequest

Generic FastLaunchSnapshotConfigurationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationRequest

Read FastLaunchSnapshotConfigurationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationRequest

Show FastLaunchSnapshotConfigurationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationRequest

NFData FastLaunchSnapshotConfigurationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationRequest

Eq FastLaunchSnapshotConfigurationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationRequest

Hashable FastLaunchSnapshotConfigurationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationRequest

type Rep FastLaunchSnapshotConfigurationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchSnapshotConfigurationRequest

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

newFastLaunchSnapshotConfigurationRequest :: FastLaunchSnapshotConfigurationRequest Source #

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

fastLaunchSnapshotConfigurationRequest_targetResourceCount :: Lens' FastLaunchSnapshotConfigurationRequest (Maybe Int) Source #

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