| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElasticSearch.DeleteInboundCrossClusterSearchConnection
Description
Allows the destination domain owner to delete an existing inbound cross-cluster search connection.
Synopsis
- data DeleteInboundCrossClusterSearchConnection = DeleteInboundCrossClusterSearchConnection' {}
- newDeleteInboundCrossClusterSearchConnection :: Text -> DeleteInboundCrossClusterSearchConnection
- deleteInboundCrossClusterSearchConnection_crossClusterSearchConnectionId :: Lens' DeleteInboundCrossClusterSearchConnection Text
- data DeleteInboundCrossClusterSearchConnectionResponse = DeleteInboundCrossClusterSearchConnectionResponse' {}
- newDeleteInboundCrossClusterSearchConnectionResponse :: Int -> DeleteInboundCrossClusterSearchConnectionResponse
- deleteInboundCrossClusterSearchConnectionResponse_crossClusterSearchConnection :: Lens' DeleteInboundCrossClusterSearchConnectionResponse (Maybe InboundCrossClusterSearchConnection)
- deleteInboundCrossClusterSearchConnectionResponse_httpStatus :: Lens' DeleteInboundCrossClusterSearchConnectionResponse Int
Creating a Request
data DeleteInboundCrossClusterSearchConnection Source #
Container for the parameters to the
DeleteInboundCrossClusterSearchConnection operation.
See: newDeleteInboundCrossClusterSearchConnection smart constructor.
Constructors
| DeleteInboundCrossClusterSearchConnection' | |
Fields
| |
Instances
newDeleteInboundCrossClusterSearchConnection Source #
Arguments
| :: Text | |
| -> DeleteInboundCrossClusterSearchConnection |
Create a value of DeleteInboundCrossClusterSearchConnection 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:
DeleteInboundCrossClusterSearchConnection, deleteInboundCrossClusterSearchConnection_crossClusterSearchConnectionId - The id of the inbound connection that you want to permanently delete.
Request Lenses
deleteInboundCrossClusterSearchConnection_crossClusterSearchConnectionId :: Lens' DeleteInboundCrossClusterSearchConnection Text Source #
The id of the inbound connection that you want to permanently delete.
Destructuring the Response
data DeleteInboundCrossClusterSearchConnectionResponse Source #
The result of a DeleteInboundCrossClusterSearchConnection operation.
Contains details of deleted inbound connection.
See: newDeleteInboundCrossClusterSearchConnectionResponse smart constructor.
Constructors
| DeleteInboundCrossClusterSearchConnectionResponse' | |
Fields
| |
Instances
newDeleteInboundCrossClusterSearchConnectionResponse Source #
Arguments
| :: Int |
|
| -> DeleteInboundCrossClusterSearchConnectionResponse |
Create a value of DeleteInboundCrossClusterSearchConnectionResponse 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:crossClusterSearchConnection:DeleteInboundCrossClusterSearchConnectionResponse', deleteInboundCrossClusterSearchConnectionResponse_crossClusterSearchConnection - Specifies the InboundCrossClusterSearchConnection of deleted inbound
connection.
$sel:httpStatus:DeleteInboundCrossClusterSearchConnectionResponse', deleteInboundCrossClusterSearchConnectionResponse_httpStatus - The response's http status code.
Response Lenses
deleteInboundCrossClusterSearchConnectionResponse_crossClusterSearchConnection :: Lens' DeleteInboundCrossClusterSearchConnectionResponse (Maybe InboundCrossClusterSearchConnection) Source #
Specifies the InboundCrossClusterSearchConnection of deleted inbound
connection.
deleteInboundCrossClusterSearchConnectionResponse_httpStatus :: Lens' DeleteInboundCrossClusterSearchConnectionResponse Int Source #
The response's http status code.