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 HostInstance = HostInstance' {
- instanceId :: Maybe Text
- instanceType :: Maybe Text
- ownerId :: Maybe Text
- newHostInstance :: HostInstance
- hostInstance_instanceId :: Lens' HostInstance (Maybe Text)
- hostInstance_instanceType :: Lens' HostInstance (Maybe Text)
- hostInstance_ownerId :: Lens' HostInstance (Maybe Text)
Documentation
data HostInstance Source #
Describes an instance running on a Dedicated Host.
See: newHostInstance
smart constructor.
HostInstance' | |
|
Instances
newHostInstance :: HostInstance Source #
Create a value of HostInstance
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:instanceId:HostInstance'
, hostInstance_instanceId
- The ID of instance that is running on the Dedicated Host.
$sel:instanceType:HostInstance'
, hostInstance_instanceType
- The instance type (for example, m3.medium
) of the running instance.
$sel:ownerId:HostInstance'
, hostInstance_ownerId
- The ID of the Amazon Web Services account that owns the instance.
hostInstance_instanceId :: Lens' HostInstance (Maybe Text) Source #
The ID of instance that is running on the Dedicated Host.
hostInstance_instanceType :: Lens' HostInstance (Maybe Text) Source #
The instance type (for example, m3.medium
) of the running instance.
hostInstance_ownerId :: Lens' HostInstance (Maybe Text) Source #
The ID of the Amazon Web Services account that owns the instance.