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 a Registry.
Creating a Request
data DeleteRegistry Source #
See: newDeleteRegistry
smart constructor.
DeleteRegistry' | |
|
Instances
Create a value of DeleteRegistry
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:registryName:DeleteRegistry'
, deleteRegistry_registryName
- The name of the registry.
Request Lenses
deleteRegistry_registryName :: Lens' DeleteRegistry Text Source #
The name of the registry.
Destructuring the Response
data DeleteRegistryResponse Source #
See: newDeleteRegistryResponse
smart constructor.
Instances
Eq DeleteRegistryResponse Source # | |
Defined in Amazonka.Schemas.DeleteRegistry | |
Read DeleteRegistryResponse Source # | |
Show DeleteRegistryResponse Source # | |
Defined in Amazonka.Schemas.DeleteRegistry showsPrec :: Int -> DeleteRegistryResponse -> ShowS # show :: DeleteRegistryResponse -> String # showList :: [DeleteRegistryResponse] -> ShowS # | |
Generic DeleteRegistryResponse Source # | |
Defined in Amazonka.Schemas.DeleteRegistry type Rep DeleteRegistryResponse :: Type -> Type # | |
NFData DeleteRegistryResponse Source # | |
Defined in Amazonka.Schemas.DeleteRegistry rnf :: DeleteRegistryResponse -> () # | |
type Rep DeleteRegistryResponse Source # | |
newDeleteRegistryResponse :: DeleteRegistryResponse Source #
Create a value of DeleteRegistryResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.