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 |
Synopsis
Documentation
data SchemaFacet Source #
A facet.
See: newSchemaFacet
smart constructor.
SchemaFacet' | |
|
Instances
newSchemaFacet :: SchemaFacet Source #
Create a value of SchemaFacet
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:facetName:SchemaFacet'
, schemaFacet_facetName
- The name of the facet. If this value is set, SchemaArn must also be set.
$sel:schemaArn:SchemaFacet'
, schemaFacet_schemaArn
- The ARN of the schema that contains the facet with no minor component.
See arns and
In-Place Schema Upgrade
for a description of when to provide minor versions. If this value is
set, FacetName must also be set.
schemaFacet_facetName :: Lens' SchemaFacet (Maybe Text) Source #
The name of the facet. If this value is set, SchemaArn must also be set.
schemaFacet_schemaArn :: Lens' SchemaFacet (Maybe Text) Source #
The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions. If this value is set, FacetName must also be set.