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 |
Lists the network interfaces specified in a decoder manifest.
This API operation uses pagination. Specify the nextToken
parameter in
the request to return more results.
This operation returns paginated results.
Synopsis
- data ListDecoderManifestNetworkInterfaces = ListDecoderManifestNetworkInterfaces' {}
- newListDecoderManifestNetworkInterfaces :: Text -> ListDecoderManifestNetworkInterfaces
- listDecoderManifestNetworkInterfaces_maxResults :: Lens' ListDecoderManifestNetworkInterfaces (Maybe Natural)
- listDecoderManifestNetworkInterfaces_nextToken :: Lens' ListDecoderManifestNetworkInterfaces (Maybe Text)
- listDecoderManifestNetworkInterfaces_name :: Lens' ListDecoderManifestNetworkInterfaces Text
- data ListDecoderManifestNetworkInterfacesResponse = ListDecoderManifestNetworkInterfacesResponse' {}
- newListDecoderManifestNetworkInterfacesResponse :: Int -> ListDecoderManifestNetworkInterfacesResponse
- listDecoderManifestNetworkInterfacesResponse_networkInterfaces :: Lens' ListDecoderManifestNetworkInterfacesResponse (Maybe (NonEmpty NetworkInterface))
- listDecoderManifestNetworkInterfacesResponse_nextToken :: Lens' ListDecoderManifestNetworkInterfacesResponse (Maybe Text)
- listDecoderManifestNetworkInterfacesResponse_httpStatus :: Lens' ListDecoderManifestNetworkInterfacesResponse Int
Creating a Request
data ListDecoderManifestNetworkInterfaces Source #
See: newListDecoderManifestNetworkInterfaces
smart constructor.
ListDecoderManifestNetworkInterfaces' | |
|
Instances
newListDecoderManifestNetworkInterfaces Source #
Create a value of ListDecoderManifestNetworkInterfaces
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:maxResults:ListDecoderManifestNetworkInterfaces'
, listDecoderManifestNetworkInterfaces_maxResults
- The maximum number of items to return, between 1 and 100, inclusive.
ListDecoderManifestNetworkInterfaces
, listDecoderManifestNetworkInterfaces_nextToken
- A pagination token for the next set of results.
If the results of a search are large, only a portion of the results are
returned, and a nextToken
pagination token is returned in the
response. To retrieve the next set of results, reissue the search
request and include the returned token. When all results have been
returned, the response does not contain a pagination token value.
ListDecoderManifestNetworkInterfaces
, listDecoderManifestNetworkInterfaces_name
- The name of the decoder manifest to list information about.
Request Lenses
listDecoderManifestNetworkInterfaces_maxResults :: Lens' ListDecoderManifestNetworkInterfaces (Maybe Natural) Source #
The maximum number of items to return, between 1 and 100, inclusive.
listDecoderManifestNetworkInterfaces_nextToken :: Lens' ListDecoderManifestNetworkInterfaces (Maybe Text) Source #
A pagination token for the next set of results.
If the results of a search are large, only a portion of the results are
returned, and a nextToken
pagination token is returned in the
response. To retrieve the next set of results, reissue the search
request and include the returned token. When all results have been
returned, the response does not contain a pagination token value.
listDecoderManifestNetworkInterfaces_name :: Lens' ListDecoderManifestNetworkInterfaces Text Source #
The name of the decoder manifest to list information about.
Destructuring the Response
data ListDecoderManifestNetworkInterfacesResponse Source #
See: newListDecoderManifestNetworkInterfacesResponse
smart constructor.
ListDecoderManifestNetworkInterfacesResponse' | |
|
Instances
newListDecoderManifestNetworkInterfacesResponse Source #
:: Int |
|
-> ListDecoderManifestNetworkInterfacesResponse |
Create a value of ListDecoderManifestNetworkInterfacesResponse
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:networkInterfaces:ListDecoderManifestNetworkInterfacesResponse'
, listDecoderManifestNetworkInterfacesResponse_networkInterfaces
- A list of information about network interfaces.
ListDecoderManifestNetworkInterfaces
, listDecoderManifestNetworkInterfacesResponse_nextToken
- The token to retrieve the next set of results, or null
if there are no
more results.
$sel:httpStatus:ListDecoderManifestNetworkInterfacesResponse'
, listDecoderManifestNetworkInterfacesResponse_httpStatus
- The response's http status code.
Response Lenses
listDecoderManifestNetworkInterfacesResponse_networkInterfaces :: Lens' ListDecoderManifestNetworkInterfacesResponse (Maybe (NonEmpty NetworkInterface)) Source #
A list of information about network interfaces.
listDecoderManifestNetworkInterfacesResponse_nextToken :: Lens' ListDecoderManifestNetworkInterfacesResponse (Maybe Text) Source #
The token to retrieve the next set of results, or null
if there are no
more results.
listDecoderManifestNetworkInterfacesResponse_httpStatus :: Lens' ListDecoderManifestNetworkInterfacesResponse Int Source #
The response's http status code.