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 |
Updates a TypedLinkFacet. For more information, see Typed Links.
Synopsis
- data UpdateTypedLinkFacet = UpdateTypedLinkFacet' {}
- newUpdateTypedLinkFacet :: Text -> Text -> UpdateTypedLinkFacet
- updateTypedLinkFacet_schemaArn :: Lens' UpdateTypedLinkFacet Text
- updateTypedLinkFacet_name :: Lens' UpdateTypedLinkFacet Text
- updateTypedLinkFacet_attributeUpdates :: Lens' UpdateTypedLinkFacet [TypedLinkFacetAttributeUpdate]
- updateTypedLinkFacet_identityAttributeOrder :: Lens' UpdateTypedLinkFacet [Text]
- data UpdateTypedLinkFacetResponse = UpdateTypedLinkFacetResponse' {
- httpStatus :: Int
- newUpdateTypedLinkFacetResponse :: Int -> UpdateTypedLinkFacetResponse
- updateTypedLinkFacetResponse_httpStatus :: Lens' UpdateTypedLinkFacetResponse Int
Creating a Request
data UpdateTypedLinkFacet Source #
See: newUpdateTypedLinkFacet
smart constructor.
UpdateTypedLinkFacet' | |
|
Instances
newUpdateTypedLinkFacet Source #
:: Text | |
-> Text | |
-> UpdateTypedLinkFacet |
Create a value of UpdateTypedLinkFacet
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:schemaArn:UpdateTypedLinkFacet'
, updateTypedLinkFacet_schemaArn
- The Amazon Resource Name (ARN) that is associated with the schema. For
more information, see arns.
$sel:name:UpdateTypedLinkFacet'
, updateTypedLinkFacet_name
- The unique name of the typed link facet.
$sel:attributeUpdates:UpdateTypedLinkFacet'
, updateTypedLinkFacet_attributeUpdates
- Attributes update structure.
$sel:identityAttributeOrder:UpdateTypedLinkFacet'
, updateTypedLinkFacet_identityAttributeOrder
- The order of identity attributes for the facet, from most significant to
least significant. The ability to filter typed links considers the order
that the attributes are defined on the typed link facet. When providing
ranges to a typed link selection, any inexact ranges must be specified
at the end. Any attributes that do not have a range specified are
presumed to match the entire range. Filters are interpreted in the order
of the attributes on the typed link facet, not the order in which they
are supplied to any API calls. For more information about identity
attributes, see
Typed Links.
Request Lenses
updateTypedLinkFacet_schemaArn :: Lens' UpdateTypedLinkFacet Text Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
updateTypedLinkFacet_name :: Lens' UpdateTypedLinkFacet Text Source #
The unique name of the typed link facet.
updateTypedLinkFacet_attributeUpdates :: Lens' UpdateTypedLinkFacet [TypedLinkFacetAttributeUpdate] Source #
Attributes update structure.
updateTypedLinkFacet_identityAttributeOrder :: Lens' UpdateTypedLinkFacet [Text] Source #
The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to a typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed Links.
Destructuring the Response
data UpdateTypedLinkFacetResponse Source #
See: newUpdateTypedLinkFacetResponse
smart constructor.
UpdateTypedLinkFacetResponse' | |
|
Instances
newUpdateTypedLinkFacetResponse Source #
Create a value of UpdateTypedLinkFacetResponse
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:httpStatus:UpdateTypedLinkFacetResponse'
, updateTypedLinkFacetResponse_httpStatus
- The response's http status code.
Response Lenses
updateTypedLinkFacetResponse_httpStatus :: Lens' UpdateTypedLinkFacetResponse Int Source #
The response's http status code.