| 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 |
Amazonka.EC2.Types.InstanceEventWindowDisassociationRequest
Description
Synopsis
- data InstanceEventWindowDisassociationRequest = InstanceEventWindowDisassociationRequest' {
- dedicatedHostIds :: Maybe [Text]
- instanceIds :: Maybe [Text]
- instanceTags :: Maybe [Tag]
- newInstanceEventWindowDisassociationRequest :: InstanceEventWindowDisassociationRequest
- instanceEventWindowDisassociationRequest_dedicatedHostIds :: Lens' InstanceEventWindowDisassociationRequest (Maybe [Text])
- instanceEventWindowDisassociationRequest_instanceIds :: Lens' InstanceEventWindowDisassociationRequest (Maybe [Text])
- instanceEventWindowDisassociationRequest_instanceTags :: Lens' InstanceEventWindowDisassociationRequest (Maybe [Tag])
Documentation
data InstanceEventWindowDisassociationRequest Source #
The targets to disassociate from the specified event window.
See: newInstanceEventWindowDisassociationRequest smart constructor.
Constructors
| InstanceEventWindowDisassociationRequest' | |
Fields
| |
Instances
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.