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 |
Synopsis
- data SchemaId = SchemaId' {
- registryName :: Maybe Text
- schemaName :: Maybe Text
- schemaArn :: Maybe Text
- newSchemaId :: SchemaId
- schemaId_registryName :: Lens' SchemaId (Maybe Text)
- schemaId_schemaName :: Lens' SchemaId (Maybe Text)
- schemaId_schemaArn :: Lens' SchemaId (Maybe Text)
Documentation
The unique ID of the schema in the Glue schema registry.
See: newSchemaId
smart constructor.
SchemaId' | |
|
Instances
Eq SchemaId Source # | |
Read SchemaId Source # | |
Show SchemaId Source # | |
Generic SchemaId Source # | |
NFData SchemaId Source # | |
Defined in Amazonka.Glue.Types.SchemaId | |
Hashable SchemaId Source # | |
Defined in Amazonka.Glue.Types.SchemaId | |
ToJSON SchemaId Source # | |
Defined in Amazonka.Glue.Types.SchemaId | |
FromJSON SchemaId Source # | |
type Rep SchemaId Source # | |
Defined in Amazonka.Glue.Types.SchemaId type Rep SchemaId = D1 ('MetaData "SchemaId" "Amazonka.Glue.Types.SchemaId" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "SchemaId'" 'PrefixI 'True) (S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) |
newSchemaId :: SchemaId Source #
Create a value of SchemaId
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:SchemaId'
, schemaId_registryName
- The name of the schema registry that contains the schema.
$sel:schemaName:SchemaId'
, schemaId_schemaName
- The name of the schema. One of SchemaArn
or SchemaName
has to be
provided.
$sel:schemaArn:SchemaId'
, schemaId_schemaArn
- The Amazon Resource Name (ARN) of the schema. One of SchemaArn
or
SchemaName
has to be provided.
schemaId_registryName :: Lens' SchemaId (Maybe Text) Source #
The name of the schema registry that contains the schema.