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 |
- - | Undocumented operation.
Synopsis
- data ExportSchema = ExportSchema' {
- schemaVersion :: Maybe Text
- registryName :: Text
- schemaName :: Text
- type' :: Text
- newExportSchema :: Text -> Text -> Text -> ExportSchema
- exportSchema_schemaVersion :: Lens' ExportSchema (Maybe Text)
- exportSchema_registryName :: Lens' ExportSchema Text
- exportSchema_schemaName :: Lens' ExportSchema Text
- exportSchema_type :: Lens' ExportSchema Text
- data ExportSchemaResponse = ExportSchemaResponse' {}
- newExportSchemaResponse :: Int -> ExportSchemaResponse
- exportSchemaResponse_schemaVersion :: Lens' ExportSchemaResponse (Maybe Text)
- exportSchemaResponse_schemaName :: Lens' ExportSchemaResponse (Maybe Text)
- exportSchemaResponse_content :: Lens' ExportSchemaResponse (Maybe Text)
- exportSchemaResponse_schemaArn :: Lens' ExportSchemaResponse (Maybe Text)
- exportSchemaResponse_type :: Lens' ExportSchemaResponse (Maybe Text)
- exportSchemaResponse_httpStatus :: Lens' ExportSchemaResponse Int
Creating a Request
data ExportSchema Source #
See: newExportSchema
smart constructor.
ExportSchema' | |
|
Instances
:: Text | |
-> Text | |
-> Text | |
-> ExportSchema |
Create a value of ExportSchema
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:ExportSchema'
, exportSchema_schemaVersion
- Specifying this limits the results to only this schema version.
$sel:registryName:ExportSchema'
, exportSchema_registryName
- The name of the registry.
$sel:schemaName:ExportSchema'
, exportSchema_schemaName
- The name of the schema.
$sel:type':ExportSchema'
, exportSchema_type
- Undocumented member.
Request Lenses
exportSchema_schemaVersion :: Lens' ExportSchema (Maybe Text) Source #
Specifying this limits the results to only this schema version.
exportSchema_registryName :: Lens' ExportSchema Text Source #
The name of the registry.
exportSchema_schemaName :: Lens' ExportSchema Text Source #
The name of the schema.
exportSchema_type :: Lens' ExportSchema Text Source #
Undocumented member.
Destructuring the Response
data ExportSchemaResponse Source #
See: newExportSchemaResponse
smart constructor.
Instances
newExportSchemaResponse Source #
Create a value of ExportSchemaResponse
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:ExportSchema'
, exportSchemaResponse_schemaVersion
- Undocumented member.
$sel:schemaName:ExportSchema'
, exportSchemaResponse_schemaName
- Undocumented member.
$sel:content:ExportSchemaResponse'
, exportSchemaResponse_content
- Undocumented member.
$sel:schemaArn:ExportSchemaResponse'
, exportSchemaResponse_schemaArn
- Undocumented member.
$sel:type':ExportSchema'
, exportSchemaResponse_type
- Undocumented member.
$sel:httpStatus:ExportSchemaResponse'
, exportSchemaResponse_httpStatus
- The response's http status code.
Response Lenses
exportSchemaResponse_schemaVersion :: Lens' ExportSchemaResponse (Maybe Text) Source #
Undocumented member.
exportSchemaResponse_schemaName :: Lens' ExportSchemaResponse (Maybe Text) Source #
Undocumented member.
exportSchemaResponse_content :: Lens' ExportSchemaResponse (Maybe Text) Source #
Undocumented member.
exportSchemaResponse_schemaArn :: Lens' ExportSchemaResponse (Maybe Text) Source #
Undocumented member.
exportSchemaResponse_type :: Lens' ExportSchemaResponse (Maybe Text) Source #
Undocumented member.
exportSchemaResponse_httpStatus :: Lens' ExportSchemaResponse Int Source #
The response's http status code.