| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Pinpoint.GetSegmentImportJobs
Description
Returns a list of import jobs for a specific segment.
- getSegmentImportJobs :: Text -> Text -> GetSegmentImportJobs
- data GetSegmentImportJobs
- gsijToken :: Lens' GetSegmentImportJobs (Maybe Text)
- gsijPageSize :: Lens' GetSegmentImportJobs (Maybe Text)
- gsijSegmentId :: Lens' GetSegmentImportJobs Text
- gsijApplicationId :: Lens' GetSegmentImportJobs Text
- getSegmentImportJobsResponse :: Int -> ImportJobsResponse -> GetSegmentImportJobsResponse
- data GetSegmentImportJobsResponse
- gsijrsResponseStatus :: Lens' GetSegmentImportJobsResponse Int
- gsijrsImportJobsResponse :: Lens' GetSegmentImportJobsResponse ImportJobsResponse
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> GetSegmentImportJobs |
Creates a value of GetSegmentImportJobs with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gsijToken- The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.gsijPageSize- The number of entries you want on each page in the response.gsijSegmentId- Undocumented member.gsijApplicationId- Undocumented member.
data GetSegmentImportJobs Source #
See: getSegmentImportJobs smart constructor.
Instances
Request Lenses
gsijToken :: Lens' GetSegmentImportJobs (Maybe Text) Source #
The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.
gsijPageSize :: Lens' GetSegmentImportJobs (Maybe Text) Source #
The number of entries you want on each page in the response.
gsijSegmentId :: Lens' GetSegmentImportJobs Text Source #
Undocumented member.
gsijApplicationId :: Lens' GetSegmentImportJobs Text Source #
Undocumented member.
Destructuring the Response
getSegmentImportJobsResponse Source #
Arguments
| :: Int | |
| -> ImportJobsResponse | |
| -> GetSegmentImportJobsResponse |
Creates a value of GetSegmentImportJobsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gsijrsResponseStatus- -- | The response status code.gsijrsImportJobsResponse- Undocumented member.
data GetSegmentImportJobsResponse Source #
See: getSegmentImportJobsResponse smart constructor.
Instances
Response Lenses
gsijrsResponseStatus :: Lens' GetSegmentImportJobsResponse Int Source #
- - | The response status code.
gsijrsImportJobsResponse :: Lens' GetSegmentImportJobsResponse ImportJobsResponse Source #
Undocumented member.