| 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.OpenSearch.DeleteInboundConnection
Description
Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search connection. For more information, see Cross-cluster search for Amazon OpenSearch Service.
Synopsis
- data DeleteInboundConnection = DeleteInboundConnection' {
- connectionId :: Text
- newDeleteInboundConnection :: Text -> DeleteInboundConnection
- deleteInboundConnection_connectionId :: Lens' DeleteInboundConnection Text
- data DeleteInboundConnectionResponse = DeleteInboundConnectionResponse' {}
- newDeleteInboundConnectionResponse :: Int -> DeleteInboundConnectionResponse
- deleteInboundConnectionResponse_connection :: Lens' DeleteInboundConnectionResponse (Maybe InboundConnection)
- deleteInboundConnectionResponse_httpStatus :: Lens' DeleteInboundConnectionResponse Int
Creating a Request
data DeleteInboundConnection Source #
Container for the parameters to the DeleteInboundConnection operation.
See: newDeleteInboundConnection smart constructor.
Constructors
| DeleteInboundConnection' | |
Fields
| |
Instances
newDeleteInboundConnection Source #
Arguments
| :: Text | |
| -> DeleteInboundConnection |
Create a value of DeleteInboundConnection 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:
DeleteInboundConnection, deleteInboundConnection_connectionId - The ID of the inbound connection to permanently delete.
Request Lenses
deleteInboundConnection_connectionId :: Lens' DeleteInboundConnection Text Source #
The ID of the inbound connection to permanently delete.
Destructuring the Response
data DeleteInboundConnectionResponse Source #
The results of a DeleteInboundConnection operation. Contains details
about the deleted inbound connection.
See: newDeleteInboundConnectionResponse smart constructor.
Constructors
| DeleteInboundConnectionResponse' | |
Fields
| |
Instances
newDeleteInboundConnectionResponse Source #
Create a value of DeleteInboundConnectionResponse 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:connection:DeleteInboundConnectionResponse', deleteInboundConnectionResponse_connection - The deleted inbound connection.
$sel:httpStatus:DeleteInboundConnectionResponse', deleteInboundConnectionResponse_httpStatus - The response's http status code.
Response Lenses
deleteInboundConnectionResponse_connection :: Lens' DeleteInboundConnectionResponse (Maybe InboundConnection) Source #
The deleted inbound connection.
deleteInboundConnectionResponse_httpStatus :: Lens' DeleteInboundConnectionResponse Int Source #
The response's http status code.