| 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.DeleteSchemaVersion
Description
Delete the schema version definition
Synopsis
- data DeleteSchemaVersion = DeleteSchemaVersion' {
- schemaVersion :: Text
- registryName :: Text
- schemaName :: Text
- newDeleteSchemaVersion :: Text -> Text -> Text -> DeleteSchemaVersion
- deleteSchemaVersion_schemaVersion :: Lens' DeleteSchemaVersion Text
- deleteSchemaVersion_registryName :: Lens' DeleteSchemaVersion Text
- deleteSchemaVersion_schemaName :: Lens' DeleteSchemaVersion Text
- data DeleteSchemaVersionResponse = DeleteSchemaVersionResponse' {
- newDeleteSchemaVersionResponse :: DeleteSchemaVersionResponse
Creating a Request
data DeleteSchemaVersion Source #
See: newDeleteSchemaVersion smart constructor.
Constructors
| DeleteSchemaVersion' | |
Fields
| |
Instances
newDeleteSchemaVersion Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DeleteSchemaVersion |
Create a value of DeleteSchemaVersion 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:
DeleteSchemaVersion, deleteSchemaVersion_schemaVersion - The version number of the schema
DeleteSchemaVersion, deleteSchemaVersion_registryName - The name of the registry.
DeleteSchemaVersion, deleteSchemaVersion_schemaName - The name of the schema.
Request Lenses
deleteSchemaVersion_schemaVersion :: Lens' DeleteSchemaVersion Text Source #
The version number of the schema
deleteSchemaVersion_registryName :: Lens' DeleteSchemaVersion Text Source #
The name of the registry.
deleteSchemaVersion_schemaName :: Lens' DeleteSchemaVersion Text Source #
The name of the schema.
Destructuring the Response
data DeleteSchemaVersionResponse Source #
See: newDeleteSchemaVersionResponse smart constructor.
Constructors
| DeleteSchemaVersionResponse' | |
Instances
newDeleteSchemaVersionResponse :: DeleteSchemaVersionResponse Source #
Create a value of DeleteSchemaVersionResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.