| 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.MGN.ListSourceServerActions
Description
List source server post migration custom actions.
This operation returns paginated results.
Synopsis
- data ListSourceServerActions = ListSourceServerActions' {}
- newListSourceServerActions :: Text -> ListSourceServerActions
- listSourceServerActions_filters :: Lens' ListSourceServerActions (Maybe SourceServerActionsRequestFilters)
- listSourceServerActions_maxResults :: Lens' ListSourceServerActions (Maybe Natural)
- listSourceServerActions_nextToken :: Lens' ListSourceServerActions (Maybe Text)
- listSourceServerActions_sourceServerID :: Lens' ListSourceServerActions Text
- data ListSourceServerActionsResponse = ListSourceServerActionsResponse' {}
- newListSourceServerActionsResponse :: Int -> ListSourceServerActionsResponse
- listSourceServerActionsResponse_items :: Lens' ListSourceServerActionsResponse (Maybe [SourceServerActionDocument])
- listSourceServerActionsResponse_nextToken :: Lens' ListSourceServerActionsResponse (Maybe Text)
- listSourceServerActionsResponse_httpStatus :: Lens' ListSourceServerActionsResponse Int
Creating a Request
data ListSourceServerActions Source #
See: newListSourceServerActions smart constructor.
Constructors
| ListSourceServerActions' | |
Fields
| |
Instances
newListSourceServerActions Source #
Arguments
| :: Text | |
| -> ListSourceServerActions |
Create a value of ListSourceServerActions 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:filters:ListSourceServerActions', listSourceServerActions_filters - Filters to apply when listing source server post migration custom
actions.
$sel:maxResults:ListSourceServerActions', listSourceServerActions_maxResults - Maximum amount of items to return when listing source server post
migration custom actions.
ListSourceServerActions, listSourceServerActions_nextToken - Next token to use when listing source server post migration custom
actions.
ListSourceServerActions, listSourceServerActions_sourceServerID - Source server ID.
Request Lenses
listSourceServerActions_filters :: Lens' ListSourceServerActions (Maybe SourceServerActionsRequestFilters) Source #
Filters to apply when listing source server post migration custom actions.
listSourceServerActions_maxResults :: Lens' ListSourceServerActions (Maybe Natural) Source #
Maximum amount of items to return when listing source server post migration custom actions.
listSourceServerActions_nextToken :: Lens' ListSourceServerActions (Maybe Text) Source #
Next token to use when listing source server post migration custom actions.
listSourceServerActions_sourceServerID :: Lens' ListSourceServerActions Text Source #
Source server ID.
Destructuring the Response
data ListSourceServerActionsResponse Source #
See: newListSourceServerActionsResponse smart constructor.
Constructors
| ListSourceServerActionsResponse' | |
Fields
| |
Instances
newListSourceServerActionsResponse Source #
Create a value of ListSourceServerActionsResponse 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:items:ListSourceServerActionsResponse', listSourceServerActionsResponse_items - List of source server post migration custom actions.
ListSourceServerActions, listSourceServerActionsResponse_nextToken - Next token returned when listing source server post migration custom
actions.
$sel:httpStatus:ListSourceServerActionsResponse', listSourceServerActionsResponse_httpStatus - The response's http status code.
Response Lenses
listSourceServerActionsResponse_items :: Lens' ListSourceServerActionsResponse (Maybe [SourceServerActionDocument]) Source #
List of source server post migration custom actions.
listSourceServerActionsResponse_nextToken :: Lens' ListSourceServerActionsResponse (Maybe Text) Source #
Next token returned when listing source server post migration custom actions.
listSourceServerActionsResponse_httpStatus :: Lens' ListSourceServerActionsResponse Int Source #
The response's http status code.