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 |
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.
DeleteInboundCrossClusterSearchConnection' | |
|
Instances
newDeleteInboundCrossClusterSearchConnection Source #
:: 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:
$sel:crossClusterSearchConnectionId: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.
DeleteInboundCrossClusterSearchConnectionResponse' | |
|
Instances
newDeleteInboundCrossClusterSearchConnectionResponse Source #
:: 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.