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