| 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.AppStream.DescribeAppBlocks
Description
Retrieves a list that describes one or more app blocks.
Synopsis
- data DescribeAppBlocks = DescribeAppBlocks' {}
- newDescribeAppBlocks :: DescribeAppBlocks
- describeAppBlocks_arns :: Lens' DescribeAppBlocks (Maybe [Text])
- describeAppBlocks_maxResults :: Lens' DescribeAppBlocks (Maybe Int)
- describeAppBlocks_nextToken :: Lens' DescribeAppBlocks (Maybe Text)
- data DescribeAppBlocksResponse = DescribeAppBlocksResponse' {}
- newDescribeAppBlocksResponse :: Int -> DescribeAppBlocksResponse
- describeAppBlocksResponse_appBlocks :: Lens' DescribeAppBlocksResponse (Maybe [AppBlock])
- describeAppBlocksResponse_nextToken :: Lens' DescribeAppBlocksResponse (Maybe Text)
- describeAppBlocksResponse_httpStatus :: Lens' DescribeAppBlocksResponse Int
Creating a Request
data DescribeAppBlocks Source #
See: newDescribeAppBlocks smart constructor.
Constructors
| DescribeAppBlocks' | |
Instances
newDescribeAppBlocks :: DescribeAppBlocks Source #
Create a value of DescribeAppBlocks 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:arns:DescribeAppBlocks', describeAppBlocks_arns - The ARNs of the app blocks.
$sel:maxResults:DescribeAppBlocks', describeAppBlocks_maxResults - The maximum size of each page of results.
DescribeAppBlocks, describeAppBlocks_nextToken - The pagination token used to retrieve the next page of results for this
operation.
Request Lenses
describeAppBlocks_arns :: Lens' DescribeAppBlocks (Maybe [Text]) Source #
The ARNs of the app blocks.
describeAppBlocks_maxResults :: Lens' DescribeAppBlocks (Maybe Int) Source #
The maximum size of each page of results.
describeAppBlocks_nextToken :: Lens' DescribeAppBlocks (Maybe Text) Source #
The pagination token used to retrieve the next page of results for this operation.
Destructuring the Response
data DescribeAppBlocksResponse Source #
See: newDescribeAppBlocksResponse smart constructor.
Constructors
| DescribeAppBlocksResponse' | |
Instances
newDescribeAppBlocksResponse Source #
Create a value of DescribeAppBlocksResponse 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:appBlocks:DescribeAppBlocksResponse', describeAppBlocksResponse_appBlocks - The app blocks in the list.
DescribeAppBlocks, describeAppBlocksResponse_nextToken - The pagination token used to retrieve the next page of results for this
operation.
$sel:httpStatus:DescribeAppBlocksResponse', describeAppBlocksResponse_httpStatus - The response's http status code.
Response Lenses
describeAppBlocksResponse_appBlocks :: Lens' DescribeAppBlocksResponse (Maybe [AppBlock]) Source #
The app blocks in the list.
describeAppBlocksResponse_nextToken :: Lens' DescribeAppBlocksResponse (Maybe Text) Source #
The pagination token used to retrieve the next page of results for this operation.
describeAppBlocksResponse_httpStatus :: Lens' DescribeAppBlocksResponse Int Source #
The response's http status code.