| 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.Schemas.DeleteRegistry
Description
Deletes a Registry.
Creating a Request
data DeleteRegistry Source #
See: newDeleteRegistry smart constructor.
Constructors
| DeleteRegistry' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteRegistry |
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:
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.
Constructors
| DeleteRegistryResponse' | |
Instances
| Generic DeleteRegistryResponse Source # | |
Defined in Amazonka.Schemas.DeleteRegistry Associated Types type Rep DeleteRegistryResponse :: Type -> Type # Methods from :: DeleteRegistryResponse -> Rep DeleteRegistryResponse x # to :: Rep DeleteRegistryResponse x -> DeleteRegistryResponse # | |
| Read DeleteRegistryResponse Source # | |
Defined in Amazonka.Schemas.DeleteRegistry | |
| Show DeleteRegistryResponse Source # | |
Defined in Amazonka.Schemas.DeleteRegistry Methods showsPrec :: Int -> DeleteRegistryResponse -> ShowS # show :: DeleteRegistryResponse -> String # showList :: [DeleteRegistryResponse] -> ShowS # | |
| NFData DeleteRegistryResponse Source # | |
Defined in Amazonka.Schemas.DeleteRegistry Methods rnf :: DeleteRegistryResponse -> () # | |
| Eq DeleteRegistryResponse Source # | |
Defined in Amazonka.Schemas.DeleteRegistry Methods (==) :: DeleteRegistryResponse -> DeleteRegistryResponse -> Bool # (/=) :: DeleteRegistryResponse -> DeleteRegistryResponse -> Bool # | |
| 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.