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 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.
DeleteSchemaVersion' | |
|
Instances
newDeleteSchemaVersion Source #
:: 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:
$sel:schemaVersion:DeleteSchemaVersion'
, deleteSchemaVersion_schemaVersion
- The version number of the schema
$sel:registryName:DeleteSchemaVersion'
, deleteSchemaVersion_registryName
- The name of the registry.
$sel:schemaName: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.
Instances
newDeleteSchemaVersionResponse :: DeleteSchemaVersionResponse Source #
Create a value of DeleteSchemaVersionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.