| 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.OpsWorks.StartStack
Description
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.
Constructors
| StartStack' | |
Instances
Arguments
| :: Text | |
| -> StartStack |
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:
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.
Constructors
| StartStackResponse' | |
Instances
| Generic StartStackResponse Source # | |
Defined in Amazonka.OpsWorks.StartStack Associated Types type Rep StartStackResponse :: Type -> Type # Methods from :: StartStackResponse -> Rep StartStackResponse x # to :: Rep StartStackResponse x -> StartStackResponse # | |
| Read StartStackResponse Source # | |
Defined in Amazonka.OpsWorks.StartStack Methods readsPrec :: Int -> ReadS StartStackResponse # readList :: ReadS [StartStackResponse] # | |
| Show StartStackResponse Source # | |
Defined in Amazonka.OpsWorks.StartStack Methods showsPrec :: Int -> StartStackResponse -> ShowS # show :: StartStackResponse -> String # showList :: [StartStackResponse] -> ShowS # | |
| NFData StartStackResponse Source # | |
Defined in Amazonka.OpsWorks.StartStack Methods rnf :: StartStackResponse -> () # | |
| Eq StartStackResponse Source # | |
Defined in Amazonka.OpsWorks.StartStack Methods (==) :: StartStackResponse -> StartStackResponse -> Bool # (/=) :: StartStackResponse -> StartStackResponse -> Bool # | |
| 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.