Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Starts a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
Synopsis
Creating a Request
data StartInstance Source #
See: newStartInstance
smart constructor.
StartInstance' | |
|
Instances
Create a value of StartInstance
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:StartInstance'
, startInstance_instanceId
- The instance ID.
Request Lenses
startInstance_instanceId :: Lens' StartInstance Text Source #
The instance ID.
Destructuring the Response
data StartInstanceResponse Source #
See: newStartInstanceResponse
smart constructor.
Instances
Eq StartInstanceResponse Source # | |
Defined in Amazonka.OpsWorks.StartInstance (==) :: StartInstanceResponse -> StartInstanceResponse -> Bool # (/=) :: StartInstanceResponse -> StartInstanceResponse -> Bool # | |
Read StartInstanceResponse Source # | |
Show StartInstanceResponse Source # | |
Defined in Amazonka.OpsWorks.StartInstance showsPrec :: Int -> StartInstanceResponse -> ShowS # show :: StartInstanceResponse -> String # showList :: [StartInstanceResponse] -> ShowS # | |
Generic StartInstanceResponse Source # | |
Defined in Amazonka.OpsWorks.StartInstance type Rep StartInstanceResponse :: Type -> Type # | |
NFData StartInstanceResponse Source # | |
Defined in Amazonka.OpsWorks.StartInstance rnf :: StartInstanceResponse -> () # | |
type Rep StartInstanceResponse Source # | |
newStartInstanceResponse :: StartInstanceResponse Source #
Create a value of StartInstanceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.