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 |
Deletes the framework specified by a framework name.
Creating a Request
data DeleteFramework Source #
See: newDeleteFramework
smart constructor.
DeleteFramework' | |
|
Instances
Create a value of DeleteFramework
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:frameworkName:DeleteFramework'
, deleteFramework_frameworkName
- The unique name of a framework.
Request Lenses
deleteFramework_frameworkName :: Lens' DeleteFramework Text Source #
The unique name of a framework.
Destructuring the Response
data DeleteFrameworkResponse Source #
See: newDeleteFrameworkResponse
smart constructor.
Instances
Eq DeleteFrameworkResponse Source # | |
Defined in Amazonka.Backup.DeleteFramework | |
Read DeleteFrameworkResponse Source # | |
Show DeleteFrameworkResponse Source # | |
Defined in Amazonka.Backup.DeleteFramework showsPrec :: Int -> DeleteFrameworkResponse -> ShowS # show :: DeleteFrameworkResponse -> String # showList :: [DeleteFrameworkResponse] -> ShowS # | |
Generic DeleteFrameworkResponse Source # | |
Defined in Amazonka.Backup.DeleteFramework type Rep DeleteFrameworkResponse :: Type -> Type # | |
NFData DeleteFrameworkResponse Source # | |
Defined in Amazonka.Backup.DeleteFramework rnf :: DeleteFrameworkResponse -> () # | |
type Rep DeleteFrameworkResponse Source # | |
newDeleteFrameworkResponse :: DeleteFrameworkResponse Source #
Create a value of DeleteFrameworkResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.