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 |
Delete a schema definition.
Synopsis
- data DeleteSchema = DeleteSchema' {
- registryName :: Text
- schemaName :: Text
- newDeleteSchema :: Text -> Text -> DeleteSchema
- deleteSchema_registryName :: Lens' DeleteSchema Text
- deleteSchema_schemaName :: Lens' DeleteSchema Text
- data DeleteSchemaResponse = DeleteSchemaResponse' {
- newDeleteSchemaResponse :: DeleteSchemaResponse
Creating a Request
data DeleteSchema Source #
See: newDeleteSchema
smart constructor.
DeleteSchema' | |
|
Instances
Create a value of DeleteSchema
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:DeleteSchema'
, deleteSchema_registryName
- The name of the registry.
$sel:schemaName:DeleteSchema'
, deleteSchema_schemaName
- The name of the schema.
Request Lenses
deleteSchema_registryName :: Lens' DeleteSchema Text Source #
The name of the registry.
deleteSchema_schemaName :: Lens' DeleteSchema Text Source #
The name of the schema.
Destructuring the Response
data DeleteSchemaResponse Source #
See: newDeleteSchemaResponse
smart constructor.
Instances
Eq DeleteSchemaResponse Source # | |
Defined in Amazonka.Schemas.DeleteSchema (==) :: DeleteSchemaResponse -> DeleteSchemaResponse -> Bool # (/=) :: DeleteSchemaResponse -> DeleteSchemaResponse -> Bool # | |
Read DeleteSchemaResponse Source # | |
Show DeleteSchemaResponse Source # | |
Defined in Amazonka.Schemas.DeleteSchema showsPrec :: Int -> DeleteSchemaResponse -> ShowS # show :: DeleteSchemaResponse -> String # showList :: [DeleteSchemaResponse] -> ShowS # | |
Generic DeleteSchemaResponse Source # | |
Defined in Amazonka.Schemas.DeleteSchema type Rep DeleteSchemaResponse :: Type -> Type # from :: DeleteSchemaResponse -> Rep DeleteSchemaResponse x # to :: Rep DeleteSchemaResponse x -> DeleteSchemaResponse # | |
NFData DeleteSchemaResponse Source # | |
Defined in Amazonka.Schemas.DeleteSchema rnf :: DeleteSchemaResponse -> () # | |
type Rep DeleteSchemaResponse Source # | |
newDeleteSchemaResponse :: DeleteSchemaResponse Source #
Create a value of DeleteSchemaResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.