paws.security.identity (version 0.1.0)

clouddirectory_delete_typed_link_facet: Deletes a TypedLinkFacet

Description

Deletes a TypedLinkFacet. For more information, see Typed Links.

Usage

clouddirectory_delete_typed_link_facet(SchemaArn, Name)

Arguments

SchemaArn

[required] The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

Name

[required] The unique name of the typed link facet.

Request syntax

svc$delete_typed_link_facet(
  SchemaArn = "string",
  Name = "string"
)