| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.CloudDirectory.CreateTypedLinkFacet
Description
Creates a TypedLinkFacet . For more information, see Typed link .
- createTypedLinkFacet :: Text -> TypedLinkFacet -> CreateTypedLinkFacet
- data CreateTypedLinkFacet
- ctlfSchemaARN :: Lens' CreateTypedLinkFacet Text
- ctlfFacet :: Lens' CreateTypedLinkFacet TypedLinkFacet
- createTypedLinkFacetResponse :: Int -> CreateTypedLinkFacetResponse
- data CreateTypedLinkFacetResponse
- ctlfrsResponseStatus :: Lens' CreateTypedLinkFacetResponse Int
Creating a Request
Arguments
| :: Text | |
| -> TypedLinkFacet | |
| -> CreateTypedLinkFacet |
Creates a value of CreateTypedLinkFacet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ctlfSchemaARN- The Amazon Resource Name (ARN) that is associated with the schema. For more information, seearns.ctlfFacet-Facetstructure that is associated with the typed link facet.
data CreateTypedLinkFacet Source #
See: createTypedLinkFacet smart constructor.
Instances
Request Lenses
ctlfSchemaARN :: Lens' CreateTypedLinkFacet Text Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns .
ctlfFacet :: Lens' CreateTypedLinkFacet TypedLinkFacet Source #
Facet structure that is associated with the typed link facet.
Destructuring the Response
createTypedLinkFacetResponse Source #
Arguments
| :: Int | |
| -> CreateTypedLinkFacetResponse |
Creates a value of CreateTypedLinkFacetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ctlfrsResponseStatus- -- | The response status code.
data CreateTypedLinkFacetResponse Source #
See: createTypedLinkFacetResponse smart constructor.
Instances
Response Lenses
ctlfrsResponseStatus :: Lens' CreateTypedLinkFacetResponse Int Source #
- - | The response status code.