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