Does the following:
See https://www.paws-r-sdk.com/docs/clouddirectory_update_facet/ for full documentation.
clouddirectory_update_facet(
SchemaArn,
Name,
AttributeUpdates = NULL,
ObjectType = NULL
)
[required] The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.
[required] The name of the facet.
List of attributes that need to be updated in a given schema Facet. Each
attribute is followed by AttributeAction
, which specifies the type of
update operation to perform.
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.