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 reject an inbound cross-cluster search connection request.
Synopsis
- data RejectInboundCrossClusterSearchConnection = RejectInboundCrossClusterSearchConnection' {}
- newRejectInboundCrossClusterSearchConnection :: Text -> RejectInboundCrossClusterSearchConnection
- rejectInboundCrossClusterSearchConnection_crossClusterSearchConnectionId :: Lens' RejectInboundCrossClusterSearchConnection Text
- data RejectInboundCrossClusterSearchConnectionResponse = RejectInboundCrossClusterSearchConnectionResponse' {}
- newRejectInboundCrossClusterSearchConnectionResponse :: Int -> RejectInboundCrossClusterSearchConnectionResponse
- rejectInboundCrossClusterSearchConnectionResponse_crossClusterSearchConnection :: Lens' RejectInboundCrossClusterSearchConnectionResponse (Maybe InboundCrossClusterSearchConnection)
- rejectInboundCrossClusterSearchConnectionResponse_httpStatus :: Lens' RejectInboundCrossClusterSearchConnectionResponse Int
Creating a Request
data RejectInboundCrossClusterSearchConnection Source #
Container for the parameters to the
RejectInboundCrossClusterSearchConnection
operation.
See: newRejectInboundCrossClusterSearchConnection
smart constructor.
RejectInboundCrossClusterSearchConnection' | |
|
Instances
newRejectInboundCrossClusterSearchConnection Source #
:: Text |
|
-> RejectInboundCrossClusterSearchConnection |
Create a value of RejectInboundCrossClusterSearchConnection
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:RejectInboundCrossClusterSearchConnection'
, rejectInboundCrossClusterSearchConnection_crossClusterSearchConnectionId
- The id of the inbound connection that you want to reject.
Request Lenses
rejectInboundCrossClusterSearchConnection_crossClusterSearchConnectionId :: Lens' RejectInboundCrossClusterSearchConnection Text Source #
The id of the inbound connection that you want to reject.
Destructuring the Response
data RejectInboundCrossClusterSearchConnectionResponse Source #
The result of a RejectInboundCrossClusterSearchConnection
operation.
Contains details of rejected inbound connection.
See: newRejectInboundCrossClusterSearchConnectionResponse
smart constructor.
RejectInboundCrossClusterSearchConnectionResponse' | |
|
Instances
newRejectInboundCrossClusterSearchConnectionResponse Source #
:: Int |
|
-> RejectInboundCrossClusterSearchConnectionResponse |
Create a value of RejectInboundCrossClusterSearchConnectionResponse
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:RejectInboundCrossClusterSearchConnectionResponse'
, rejectInboundCrossClusterSearchConnectionResponse_crossClusterSearchConnection
- Specifies the InboundCrossClusterSearchConnection
of rejected inbound
connection.
$sel:httpStatus:RejectInboundCrossClusterSearchConnectionResponse'
, rejectInboundCrossClusterSearchConnectionResponse_httpStatus
- The response's http status code.
Response Lenses
rejectInboundCrossClusterSearchConnectionResponse_crossClusterSearchConnection :: Lens' RejectInboundCrossClusterSearchConnectionResponse (Maybe InboundCrossClusterSearchConnection) Source #
Specifies the InboundCrossClusterSearchConnection
of rejected inbound
connection.
rejectInboundCrossClusterSearchConnectionResponse_httpStatus :: Lens' RejectInboundCrossClusterSearchConnectionResponse Int Source #
The response's http status code.