Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.Discovery.DescribeExportConfigurations
Description
Retrieves the status of a given export process. You can retrieve status from a maximum of 100 processes.
- describeExportConfigurations :: DescribeExportConfigurations
- data DescribeExportConfigurations
- decNextToken :: Lens' DescribeExportConfigurations (Maybe Text)
- decExportIds :: Lens' DescribeExportConfigurations [Text]
- decMaxResults :: Lens' DescribeExportConfigurations (Maybe Int)
- describeExportConfigurationsResponse :: Int -> DescribeExportConfigurationsResponse
- data DescribeExportConfigurationsResponse
- decrsNextToken :: Lens' DescribeExportConfigurationsResponse (Maybe Text)
- decrsExportsInfo :: Lens' DescribeExportConfigurationsResponse [ExportInfo]
- decrsResponseStatus :: Lens' DescribeExportConfigurationsResponse Int
Creating a Request
describeExportConfigurations :: DescribeExportConfigurations #
Creates a value of DescribeExportConfigurations
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
decNextToken
- A token to get the next set of results. For example, if you specified 100 IDs forDescribeConfigurationsRequest$configurationIds
but setDescribeExportConfigurationsRequest$maxResults
to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.decExportIds
- A unique identifier that you can use to query the export status.decMaxResults
- The maximum number of results that you want to display as a part of the query.
data DescribeExportConfigurations #
See: describeExportConfigurations
smart constructor.
Instances
Request Lenses
decNextToken :: Lens' DescribeExportConfigurations (Maybe Text) #
A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds
but set DescribeExportConfigurationsRequest$maxResults
to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.
decExportIds :: Lens' DescribeExportConfigurations [Text] #
A unique identifier that you can use to query the export status.
decMaxResults :: Lens' DescribeExportConfigurations (Maybe Int) #
The maximum number of results that you want to display as a part of the query.
Destructuring the Response
describeExportConfigurationsResponse #
Arguments
:: Int | |
-> DescribeExportConfigurationsResponse |
Creates a value of DescribeExportConfigurationsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
decrsNextToken
- A token to get the next set of results. For example, if you specified 100 IDs forDescribeConfigurationsRequest$configurationIds
but setDescribeExportConfigurationsRequest$maxResults
to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.decrsExportsInfo
- Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.decrsResponseStatus
- -- | The response status code.
data DescribeExportConfigurationsResponse #
See: describeExportConfigurationsResponse
smart constructor.
Instances
Response Lenses
decrsNextToken :: Lens' DescribeExportConfigurationsResponse (Maybe Text) #
A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds
but set DescribeExportConfigurationsRequest$maxResults
to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.
decrsExportsInfo :: Lens' DescribeExportConfigurationsResponse [ExportInfo] #
Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.
decrsResponseStatus :: Lens' DescribeExportConfigurationsResponse Int #
- - | The response status code.