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 |
Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. For more information, see Resource Management.
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.
Creating a Request
data UnassignVolume Source #
See: newUnassignVolume
smart constructor.
Instances
Create a value of UnassignVolume
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:volumeId:UnassignVolume'
, unassignVolume_volumeId
- The volume ID.
Request Lenses
unassignVolume_volumeId :: Lens' UnassignVolume Text Source #
The volume ID.
Destructuring the Response
data UnassignVolumeResponse Source #
See: newUnassignVolumeResponse
smart constructor.
Instances
Eq UnassignVolumeResponse Source # | |
Defined in Amazonka.OpsWorks.UnassignVolume | |
Read UnassignVolumeResponse Source # | |
Show UnassignVolumeResponse Source # | |
Defined in Amazonka.OpsWorks.UnassignVolume showsPrec :: Int -> UnassignVolumeResponse -> ShowS # show :: UnassignVolumeResponse -> String # showList :: [UnassignVolumeResponse] -> ShowS # | |
Generic UnassignVolumeResponse Source # | |
Defined in Amazonka.OpsWorks.UnassignVolume type Rep UnassignVolumeResponse :: Type -> Type # | |
NFData UnassignVolumeResponse Source # | |
Defined in Amazonka.OpsWorks.UnassignVolume rnf :: UnassignVolumeResponse -> () # | |
type Rep UnassignVolumeResponse Source # | |
newUnassignVolumeResponse :: UnassignVolumeResponse Source #
Create a value of UnassignVolumeResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.