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 source domain owner to delete an existing outbound cross-cluster search connection.
Synopsis
- data DeleteOutboundCrossClusterSearchConnection = DeleteOutboundCrossClusterSearchConnection' {}
- newDeleteOutboundCrossClusterSearchConnection :: Text -> DeleteOutboundCrossClusterSearchConnection
- deleteOutboundCrossClusterSearchConnection_crossClusterSearchConnectionId :: Lens' DeleteOutboundCrossClusterSearchConnection Text
- data DeleteOutboundCrossClusterSearchConnectionResponse = DeleteOutboundCrossClusterSearchConnectionResponse' {}
- newDeleteOutboundCrossClusterSearchConnectionResponse :: Int -> DeleteOutboundCrossClusterSearchConnectionResponse
- deleteOutboundCrossClusterSearchConnectionResponse_crossClusterSearchConnection :: Lens' DeleteOutboundCrossClusterSearchConnectionResponse (Maybe OutboundCrossClusterSearchConnection)
- deleteOutboundCrossClusterSearchConnectionResponse_httpStatus :: Lens' DeleteOutboundCrossClusterSearchConnectionResponse Int
Creating a Request
data DeleteOutboundCrossClusterSearchConnection Source #
Container for the parameters to the
DeleteOutboundCrossClusterSearchConnection
operation.
See: newDeleteOutboundCrossClusterSearchConnection
smart constructor.
DeleteOutboundCrossClusterSearchConnection' | |
|
Instances
newDeleteOutboundCrossClusterSearchConnection Source #
:: Text |
|
-> DeleteOutboundCrossClusterSearchConnection |
Create a value of DeleteOutboundCrossClusterSearchConnection
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:DeleteOutboundCrossClusterSearchConnection'
, deleteOutboundCrossClusterSearchConnection_crossClusterSearchConnectionId
- The id of the outbound connection that you want to permanently delete.
Request Lenses
deleteOutboundCrossClusterSearchConnection_crossClusterSearchConnectionId :: Lens' DeleteOutboundCrossClusterSearchConnection Text Source #
The id of the outbound connection that you want to permanently delete.
Destructuring the Response
data DeleteOutboundCrossClusterSearchConnectionResponse Source #
The result of a DeleteOutboundCrossClusterSearchConnection
operation.
Contains details of deleted outbound connection.
See: newDeleteOutboundCrossClusterSearchConnectionResponse
smart constructor.
DeleteOutboundCrossClusterSearchConnectionResponse' | |
|
Instances
newDeleteOutboundCrossClusterSearchConnectionResponse Source #
:: Int |
|
-> DeleteOutboundCrossClusterSearchConnectionResponse |
Create a value of DeleteOutboundCrossClusterSearchConnectionResponse
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:DeleteOutboundCrossClusterSearchConnectionResponse'
, deleteOutboundCrossClusterSearchConnectionResponse_crossClusterSearchConnection
- Specifies the OutboundCrossClusterSearchConnection
of deleted outbound
connection.
$sel:httpStatus:DeleteOutboundCrossClusterSearchConnectionResponse'
, deleteOutboundCrossClusterSearchConnectionResponse_httpStatus
- The response's http status code.
Response Lenses
deleteOutboundCrossClusterSearchConnectionResponse_crossClusterSearchConnection :: Lens' DeleteOutboundCrossClusterSearchConnectionResponse (Maybe OutboundCrossClusterSearchConnection) Source #
Specifies the OutboundCrossClusterSearchConnection
of deleted outbound
connection.
deleteOutboundCrossClusterSearchConnectionResponse_httpStatus :: Lens' DeleteOutboundCrossClusterSearchConnectionResponse Int Source #
The response's http status code.