| 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.MigrationHubOrchestrator.ListPlugins
Description
List AWS Migration Hub Orchestrator plugins.
This operation returns paginated results.
Synopsis
- data ListPlugins = ListPlugins' {}
- newListPlugins :: ListPlugins
- listPlugins_maxResults :: Lens' ListPlugins (Maybe Natural)
- listPlugins_nextToken :: Lens' ListPlugins (Maybe Text)
- data ListPluginsResponse = ListPluginsResponse' {
- nextToken :: Maybe Text
- plugins :: Maybe [PluginSummary]
- httpStatus :: Int
- newListPluginsResponse :: Int -> ListPluginsResponse
- listPluginsResponse_nextToken :: Lens' ListPluginsResponse (Maybe Text)
- listPluginsResponse_plugins :: Lens' ListPluginsResponse (Maybe [PluginSummary])
- listPluginsResponse_httpStatus :: Lens' ListPluginsResponse Int
Creating a Request
data ListPlugins Source #
See: newListPlugins smart constructor.
Constructors
| ListPlugins' | |
Instances
newListPlugins :: ListPlugins Source #
Create a value of ListPlugins 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:maxResults:ListPlugins', listPlugins_maxResults - The maximum number of plugins that can be returned.
ListPlugins, listPlugins_nextToken - The pagination token.
Request Lenses
listPlugins_maxResults :: Lens' ListPlugins (Maybe Natural) Source #
The maximum number of plugins that can be returned.
listPlugins_nextToken :: Lens' ListPlugins (Maybe Text) Source #
The pagination token.
Destructuring the Response
data ListPluginsResponse Source #
See: newListPluginsResponse smart constructor.
Constructors
| ListPluginsResponse' | |
Fields
| |
Instances
newListPluginsResponse Source #
Arguments
| :: Int | |
| -> ListPluginsResponse |
Create a value of ListPluginsResponse 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:
ListPlugins, listPluginsResponse_nextToken - The pagination token.
$sel:plugins:ListPluginsResponse', listPluginsResponse_plugins - Migration Hub Orchestrator plugins.
$sel:httpStatus:ListPluginsResponse', listPluginsResponse_httpStatus - The response's http status code.
Response Lenses
listPluginsResponse_nextToken :: Lens' ListPluginsResponse (Maybe Text) Source #
The pagination token.
listPluginsResponse_plugins :: Lens' ListPluginsResponse (Maybe [PluginSummary]) Source #
Migration Hub Orchestrator plugins.
listPluginsResponse_httpStatus :: Lens' ListPluginsResponse Int Source #
The response's http status code.