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 |
Deletes a TypedLinkFacet. For more information, see Typed Links.
Synopsis
- data DeleteTypedLinkFacet = DeleteTypedLinkFacet' {}
- newDeleteTypedLinkFacet :: Text -> Text -> DeleteTypedLinkFacet
- deleteTypedLinkFacet_schemaArn :: Lens' DeleteTypedLinkFacet Text
- deleteTypedLinkFacet_name :: Lens' DeleteTypedLinkFacet Text
- data DeleteTypedLinkFacetResponse = DeleteTypedLinkFacetResponse' {
- httpStatus :: Int
- newDeleteTypedLinkFacetResponse :: Int -> DeleteTypedLinkFacetResponse
- deleteTypedLinkFacetResponse_httpStatus :: Lens' DeleteTypedLinkFacetResponse Int
Creating a Request
data DeleteTypedLinkFacet Source #
See: newDeleteTypedLinkFacet
smart constructor.
Instances
newDeleteTypedLinkFacet Source #
:: Text | |
-> Text | |
-> DeleteTypedLinkFacet |
Create a value of DeleteTypedLinkFacet
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:DeleteTypedLinkFacet'
, deleteTypedLinkFacet_schemaArn
- The Amazon Resource Name (ARN) that is associated with the schema. For
more information, see arns.
$sel:name:DeleteTypedLinkFacet'
, deleteTypedLinkFacet_name
- The unique name of the typed link facet.
Request Lenses
deleteTypedLinkFacet_schemaArn :: Lens' DeleteTypedLinkFacet Text Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
deleteTypedLinkFacet_name :: Lens' DeleteTypedLinkFacet Text Source #
The unique name of the typed link facet.
Destructuring the Response
data DeleteTypedLinkFacetResponse Source #
See: newDeleteTypedLinkFacetResponse
smart constructor.
DeleteTypedLinkFacetResponse' | |
|
Instances
newDeleteTypedLinkFacetResponse Source #
Create a value of DeleteTypedLinkFacetResponse
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:DeleteTypedLinkFacetResponse'
, deleteTypedLinkFacetResponse_httpStatus
- The response's http status code.
Response Lenses
deleteTypedLinkFacetResponse_httpStatus :: Lens' DeleteTypedLinkFacetResponse Int Source #
The response's http status code.