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

Description

 
Synopsis

Documentation

data InstanceEventWindowDisassociationRequest Source #

The targets to disassociate from the specified event window.

See: newInstanceEventWindowDisassociationRequest smart constructor.

Constructors

InstanceEventWindowDisassociationRequest' 

Fields

  • dedicatedHostIds :: Maybe [Text]

    The IDs of the Dedicated Hosts to disassociate from the event window.

  • instanceIds :: Maybe [Text]

    The IDs of the instances to disassociate from the event window.

  • instanceTags :: Maybe [Tag]

    The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.

Instances

Instances details
ToQuery InstanceEventWindowDisassociationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowDisassociationRequest

Generic InstanceEventWindowDisassociationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowDisassociationRequest

Read InstanceEventWindowDisassociationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowDisassociationRequest

Show InstanceEventWindowDisassociationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowDisassociationRequest

NFData InstanceEventWindowDisassociationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowDisassociationRequest

Eq InstanceEventWindowDisassociationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowDisassociationRequest

Hashable InstanceEventWindowDisassociationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowDisassociationRequest

type Rep InstanceEventWindowDisassociationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowDisassociationRequest

type Rep InstanceEventWindowDisassociationRequest = D1 ('MetaData "InstanceEventWindowDisassociationRequest" "Amazonka.EC2.Types.InstanceEventWindowDisassociationRequest" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "InstanceEventWindowDisassociationRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dedicatedHostIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "instanceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "instanceTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))

newInstanceEventWindowDisassociationRequest :: InstanceEventWindowDisassociationRequest Source #

Create a value of InstanceEventWindowDisassociationRequest 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:dedicatedHostIds:InstanceEventWindowDisassociationRequest', instanceEventWindowDisassociationRequest_dedicatedHostIds - The IDs of the Dedicated Hosts to disassociate from the event window.

$sel:instanceIds:InstanceEventWindowDisassociationRequest', instanceEventWindowDisassociationRequest_instanceIds - The IDs of the instances to disassociate from the event window.

$sel:instanceTags:InstanceEventWindowDisassociationRequest', instanceEventWindowDisassociationRequest_instanceTags - The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.

instanceEventWindowDisassociationRequest_dedicatedHostIds :: Lens' InstanceEventWindowDisassociationRequest (Maybe [Text]) Source #

The IDs of the Dedicated Hosts to disassociate from the event window.

instanceEventWindowDisassociationRequest_instanceIds :: Lens' InstanceEventWindowDisassociationRequest (Maybe [Text]) Source #

The IDs of the instances to disassociate from the event window.

instanceEventWindowDisassociationRequest_instanceTags :: Lens' InstanceEventWindowDisassociationRequest (Maybe [Tag]) Source #

The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.