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 |
Lists all the inbound cross-cluster search connections for a destination domain.
Synopsis
- data DescribeInboundCrossClusterSearchConnections = DescribeInboundCrossClusterSearchConnections' {}
- newDescribeInboundCrossClusterSearchConnections :: DescribeInboundCrossClusterSearchConnections
- describeInboundCrossClusterSearchConnections_filters :: Lens' DescribeInboundCrossClusterSearchConnections (Maybe [Filter])
- describeInboundCrossClusterSearchConnections_nextToken :: Lens' DescribeInboundCrossClusterSearchConnections (Maybe Text)
- describeInboundCrossClusterSearchConnections_maxResults :: Lens' DescribeInboundCrossClusterSearchConnections (Maybe Int)
- data DescribeInboundCrossClusterSearchConnectionsResponse = DescribeInboundCrossClusterSearchConnectionsResponse' {}
- newDescribeInboundCrossClusterSearchConnectionsResponse :: Int -> DescribeInboundCrossClusterSearchConnectionsResponse
- describeInboundCrossClusterSearchConnectionsResponse_crossClusterSearchConnections :: Lens' DescribeInboundCrossClusterSearchConnectionsResponse (Maybe [InboundCrossClusterSearchConnection])
- describeInboundCrossClusterSearchConnectionsResponse_nextToken :: Lens' DescribeInboundCrossClusterSearchConnectionsResponse (Maybe Text)
- describeInboundCrossClusterSearchConnectionsResponse_httpStatus :: Lens' DescribeInboundCrossClusterSearchConnectionsResponse Int
Creating a Request
data DescribeInboundCrossClusterSearchConnections Source #
Container for the parameters to the
DescribeInboundCrossClusterSearchConnections
operation.
See: newDescribeInboundCrossClusterSearchConnections
smart constructor.
DescribeInboundCrossClusterSearchConnections' | |
|
Instances
newDescribeInboundCrossClusterSearchConnections :: DescribeInboundCrossClusterSearchConnections Source #
Create a value of DescribeInboundCrossClusterSearchConnections
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:filters:DescribeInboundCrossClusterSearchConnections'
, describeInboundCrossClusterSearchConnections_filters
- A list of filters used to match properties for inbound cross-cluster
search connection. Available Filter
names for this operation are:
- cross-cluster-search-connection-id
- source-domain-info.domain-name
- source-domain-info.owner-id
- source-domain-info.region
- destination-domain-info.domain-name
$sel:nextToken:DescribeInboundCrossClusterSearchConnections'
, describeInboundCrossClusterSearchConnections_nextToken
- NextToken is sent in case the earlier API call results contain the
NextToken. It is used for pagination.
$sel:maxResults:DescribeInboundCrossClusterSearchConnections'
, describeInboundCrossClusterSearchConnections_maxResults
- Set this value to limit the number of results returned. If not
specified, defaults to 100.
Request Lenses
describeInboundCrossClusterSearchConnections_filters :: Lens' DescribeInboundCrossClusterSearchConnections (Maybe [Filter]) Source #
A list of filters used to match properties for inbound cross-cluster
search connection. Available Filter
names for this operation are:
- cross-cluster-search-connection-id
- source-domain-info.domain-name
- source-domain-info.owner-id
- source-domain-info.region
- destination-domain-info.domain-name
describeInboundCrossClusterSearchConnections_nextToken :: Lens' DescribeInboundCrossClusterSearchConnections (Maybe Text) Source #
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
describeInboundCrossClusterSearchConnections_maxResults :: Lens' DescribeInboundCrossClusterSearchConnections (Maybe Int) Source #
Set this value to limit the number of results returned. If not specified, defaults to 100.
Destructuring the Response
data DescribeInboundCrossClusterSearchConnectionsResponse Source #
The result of a DescribeInboundCrossClusterSearchConnections
request.
Contains the list of connections matching the filter criteria.
See: newDescribeInboundCrossClusterSearchConnectionsResponse
smart constructor.
DescribeInboundCrossClusterSearchConnectionsResponse' | |
|
Instances
newDescribeInboundCrossClusterSearchConnectionsResponse Source #
:: Int |
|
-> DescribeInboundCrossClusterSearchConnectionsResponse |
Create a value of DescribeInboundCrossClusterSearchConnectionsResponse
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:crossClusterSearchConnections:DescribeInboundCrossClusterSearchConnectionsResponse'
, describeInboundCrossClusterSearchConnectionsResponse_crossClusterSearchConnections
- Consists of list of InboundCrossClusterSearchConnection
matching the
specified filter criteria.
$sel:nextToken:DescribeInboundCrossClusterSearchConnections'
, describeInboundCrossClusterSearchConnectionsResponse_nextToken
- If more results are available and NextToken is present, make the next
request to the same API with the received NextToken to paginate the
remaining results.
$sel:httpStatus:DescribeInboundCrossClusterSearchConnectionsResponse'
, describeInboundCrossClusterSearchConnectionsResponse_httpStatus
- The response's http status code.
Response Lenses
describeInboundCrossClusterSearchConnectionsResponse_crossClusterSearchConnections :: Lens' DescribeInboundCrossClusterSearchConnectionsResponse (Maybe [InboundCrossClusterSearchConnection]) Source #
Consists of list of InboundCrossClusterSearchConnection
matching the
specified filter criteria.
describeInboundCrossClusterSearchConnectionsResponse_nextToken :: Lens' DescribeInboundCrossClusterSearchConnectionsResponse (Maybe Text) Source #
If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.
describeInboundCrossClusterSearchConnectionsResponse_httpStatus :: Lens' DescribeInboundCrossClusterSearchConnectionsResponse Int Source #
The response's http status code.