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 remote domain owner to delete an existing inbound cross-cluster connection.
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.
DeleteInboundConnection' | |
|
Instances
newDeleteInboundConnection Source #
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:
$sel:connectionId: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 result of a DeleteInboundConnection
operation. Contains details
about the deleted inbound connection.
See: newDeleteInboundConnectionResponse
smart constructor.
DeleteInboundConnectionResponse' | |
|
Instances
Eq DeleteInboundConnectionResponse Source # | |
Read DeleteInboundConnectionResponse Source # | |
Show DeleteInboundConnectionResponse Source # | |
Defined in Amazonka.OpenSearch.DeleteInboundConnection | |
Generic DeleteInboundConnectionResponse Source # | |
NFData DeleteInboundConnectionResponse Source # | |
Defined in Amazonka.OpenSearch.DeleteInboundConnection rnf :: DeleteInboundConnectionResponse -> () # | |
type Rep DeleteInboundConnectionResponse Source # | |
Defined in Amazonka.OpenSearch.DeleteInboundConnection type Rep DeleteInboundConnectionResponse = D1 ('MetaData "DeleteInboundConnectionResponse" "Amazonka.OpenSearch.DeleteInboundConnection" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "DeleteInboundConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboundConnection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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 InboundConnection
of 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 InboundConnection
of the deleted inbound connection.
deleteInboundConnectionResponse_httpStatus :: Lens' DeleteInboundConnectionResponse Int Source #
The response's http status code.