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 stack's 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 StartStack Source #
See: newStartStack
smart constructor.
Instances
Create a value of StartStack
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:stackId:StartStack'
, startStack_stackId
- The stack ID.
Request Lenses
startStack_stackId :: Lens' StartStack Text Source #
The stack ID.
Destructuring the Response
data StartStackResponse Source #
See: newStartStackResponse
smart constructor.
Instances
Eq StartStackResponse Source # | |
Defined in Amazonka.OpsWorks.StartStack (==) :: StartStackResponse -> StartStackResponse -> Bool # (/=) :: StartStackResponse -> StartStackResponse -> Bool # | |
Read StartStackResponse Source # | |
Defined in Amazonka.OpsWorks.StartStack | |
Show StartStackResponse Source # | |
Defined in Amazonka.OpsWorks.StartStack showsPrec :: Int -> StartStackResponse -> ShowS # show :: StartStackResponse -> String # showList :: [StartStackResponse] -> ShowS # | |
Generic StartStackResponse Source # | |
Defined in Amazonka.OpsWorks.StartStack type Rep StartStackResponse :: Type -> Type # from :: StartStackResponse -> Rep StartStackResponse x # to :: Rep StartStackResponse x -> StartStackResponse # | |
NFData StartStackResponse Source # | |
Defined in Amazonka.OpsWorks.StartStack rnf :: StartStackResponse -> () # | |
type Rep StartStackResponse Source # | |
newStartStackResponse :: StartStackResponse Source #
Create a value of StartStackResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.