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 outbound cross-cluster search connections for a source domain.
Synopsis
- data DescribeOutboundCrossClusterSearchConnections = DescribeOutboundCrossClusterSearchConnections' {}
- newDescribeOutboundCrossClusterSearchConnections :: DescribeOutboundCrossClusterSearchConnections
- describeOutboundCrossClusterSearchConnections_filters :: Lens' DescribeOutboundCrossClusterSearchConnections (Maybe [Filter])
- describeOutboundCrossClusterSearchConnections_nextToken :: Lens' DescribeOutboundCrossClusterSearchConnections (Maybe Text)
- describeOutboundCrossClusterSearchConnections_maxResults :: Lens' DescribeOutboundCrossClusterSearchConnections (Maybe Int)
- data DescribeOutboundCrossClusterSearchConnectionsResponse = DescribeOutboundCrossClusterSearchConnectionsResponse' {}
- newDescribeOutboundCrossClusterSearchConnectionsResponse :: Int -> DescribeOutboundCrossClusterSearchConnectionsResponse
- describeOutboundCrossClusterSearchConnectionsResponse_crossClusterSearchConnections :: Lens' DescribeOutboundCrossClusterSearchConnectionsResponse (Maybe [OutboundCrossClusterSearchConnection])
- describeOutboundCrossClusterSearchConnectionsResponse_nextToken :: Lens' DescribeOutboundCrossClusterSearchConnectionsResponse (Maybe Text)
- describeOutboundCrossClusterSearchConnectionsResponse_httpStatus :: Lens' DescribeOutboundCrossClusterSearchConnectionsResponse Int
Creating a Request
data DescribeOutboundCrossClusterSearchConnections Source #
Container for the parameters to the
DescribeOutboundCrossClusterSearchConnections
operation.
See: newDescribeOutboundCrossClusterSearchConnections
smart constructor.
DescribeOutboundCrossClusterSearchConnections' | |
|
Instances
newDescribeOutboundCrossClusterSearchConnections :: DescribeOutboundCrossClusterSearchConnections Source #
Create a value of DescribeOutboundCrossClusterSearchConnections
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:DescribeOutboundCrossClusterSearchConnections'
, describeOutboundCrossClusterSearchConnections_filters
- A list of filters used to match properties for outbound cross-cluster
search connection. Available Filter
names for this operation are:
- cross-cluster-search-connection-id
- destination-domain-info.domain-name
- destination-domain-info.owner-id
- destination-domain-info.region
- source-domain-info.domain-name
$sel:nextToken:DescribeOutboundCrossClusterSearchConnections'
, describeOutboundCrossClusterSearchConnections_nextToken
- NextToken is sent in case the earlier API call results contain the
NextToken. It is used for pagination.
$sel:maxResults:DescribeOutboundCrossClusterSearchConnections'
, describeOutboundCrossClusterSearchConnections_maxResults
- Set this value to limit the number of results returned. If not
specified, defaults to 100.
Request Lenses
describeOutboundCrossClusterSearchConnections_filters :: Lens' DescribeOutboundCrossClusterSearchConnections (Maybe [Filter]) Source #
A list of filters used to match properties for outbound cross-cluster
search connection. Available Filter
names for this operation are:
- cross-cluster-search-connection-id
- destination-domain-info.domain-name
- destination-domain-info.owner-id
- destination-domain-info.region
- source-domain-info.domain-name
describeOutboundCrossClusterSearchConnections_nextToken :: Lens' DescribeOutboundCrossClusterSearchConnections (Maybe Text) Source #
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
describeOutboundCrossClusterSearchConnections_maxResults :: Lens' DescribeOutboundCrossClusterSearchConnections (Maybe Int) Source #
Set this value to limit the number of results returned. If not specified, defaults to 100.
Destructuring the Response
data DescribeOutboundCrossClusterSearchConnectionsResponse Source #
The result of a DescribeOutboundCrossClusterSearchConnections
request.
Contains the list of connections matching the filter criteria.
See: newDescribeOutboundCrossClusterSearchConnectionsResponse
smart constructor.
DescribeOutboundCrossClusterSearchConnectionsResponse' | |
|
Instances
newDescribeOutboundCrossClusterSearchConnectionsResponse Source #
:: Int |
|
-> DescribeOutboundCrossClusterSearchConnectionsResponse |
Create a value of DescribeOutboundCrossClusterSearchConnectionsResponse
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:DescribeOutboundCrossClusterSearchConnectionsResponse'
, describeOutboundCrossClusterSearchConnectionsResponse_crossClusterSearchConnections
- Consists of list of OutboundCrossClusterSearchConnection
matching the
specified filter criteria.
$sel:nextToken:DescribeOutboundCrossClusterSearchConnections'
, describeOutboundCrossClusterSearchConnectionsResponse_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:DescribeOutboundCrossClusterSearchConnectionsResponse'
, describeOutboundCrossClusterSearchConnectionsResponse_httpStatus
- The response's http status code.
Response Lenses
describeOutboundCrossClusterSearchConnectionsResponse_crossClusterSearchConnections :: Lens' DescribeOutboundCrossClusterSearchConnectionsResponse (Maybe [OutboundCrossClusterSearchConnection]) Source #
Consists of list of OutboundCrossClusterSearchConnection
matching the
specified filter criteria.
describeOutboundCrossClusterSearchConnectionsResponse_nextToken :: Lens' DescribeOutboundCrossClusterSearchConnectionsResponse (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.
describeOutboundCrossClusterSearchConnectionsResponse_httpStatus :: Lens' DescribeOutboundCrossClusterSearchConnectionsResponse Int Source #
The response's http status code.