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 |
Documentation
data ExportJobsResponse Source #
Provides information about all the export jobs that are associated with an application or segment. An export job is a job that exports endpoint definitions to a file.
See: newExportJobsResponse
smart constructor.
ExportJobsResponse' | |
|
Instances
newExportJobsResponse :: ExportJobsResponse Source #
Create a value of ExportJobsResponse
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:nextToken:ExportJobsResponse'
, exportJobsResponse_nextToken
- The string to use in a subsequent request to get the next page of
results in a paginated response. This value is null if there are no
additional pages.
$sel:item:ExportJobsResponse'
, exportJobsResponse_item
- An array of responses, one for each export job that's associated with
the application (Export Jobs resource) or segment (Segment Export Jobs
resource).
exportJobsResponse_nextToken :: Lens' ExportJobsResponse (Maybe Text) Source #
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
exportJobsResponse_item :: Lens' ExportJobsResponse [ExportJobResponse] Source #
An array of responses, one for each export job that's associated with the application (Export Jobs resource) or segment (Segment Export Jobs resource).