| 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.EMR.ListBootstrapActions
Description
Provides information about the bootstrap actions associated with a cluster.
This operation returns paginated results.
Synopsis
- data ListBootstrapActions = ListBootstrapActions' {}
- newListBootstrapActions :: Text -> ListBootstrapActions
- listBootstrapActions_marker :: Lens' ListBootstrapActions (Maybe Text)
- listBootstrapActions_clusterId :: Lens' ListBootstrapActions Text
- data ListBootstrapActionsResponse = ListBootstrapActionsResponse' {
- bootstrapActions :: Maybe [Command]
- marker :: Maybe Text
- httpStatus :: Int
- newListBootstrapActionsResponse :: Int -> ListBootstrapActionsResponse
- listBootstrapActionsResponse_bootstrapActions :: Lens' ListBootstrapActionsResponse (Maybe [Command])
- listBootstrapActionsResponse_marker :: Lens' ListBootstrapActionsResponse (Maybe Text)
- listBootstrapActionsResponse_httpStatus :: Lens' ListBootstrapActionsResponse Int
Creating a Request
data ListBootstrapActions Source #
This input determines which bootstrap actions to retrieve.
See: newListBootstrapActions smart constructor.
Constructors
| ListBootstrapActions' | |
Instances
newListBootstrapActions Source #
Arguments
| :: Text | |
| -> ListBootstrapActions |
Create a value of ListBootstrapActions 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:
ListBootstrapActions, listBootstrapActions_marker - The pagination token that indicates the next set of results to retrieve.
$sel:clusterId:ListBootstrapActions', listBootstrapActions_clusterId - The cluster identifier for the bootstrap actions to list.
Request Lenses
listBootstrapActions_marker :: Lens' ListBootstrapActions (Maybe Text) Source #
The pagination token that indicates the next set of results to retrieve.
listBootstrapActions_clusterId :: Lens' ListBootstrapActions Text Source #
The cluster identifier for the bootstrap actions to list.
Destructuring the Response
data ListBootstrapActionsResponse Source #
This output contains the bootstrap actions detail.
See: newListBootstrapActionsResponse smart constructor.
Constructors
| ListBootstrapActionsResponse' | |
Fields
| |
Instances
newListBootstrapActionsResponse Source #
Create a value of ListBootstrapActionsResponse 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:bootstrapActions:ListBootstrapActionsResponse', listBootstrapActionsResponse_bootstrapActions - The bootstrap actions associated with the cluster.
ListBootstrapActions, listBootstrapActionsResponse_marker - The pagination token that indicates the next set of results to retrieve.
$sel:httpStatus:ListBootstrapActionsResponse', listBootstrapActionsResponse_httpStatus - The response's http status code.
Response Lenses
listBootstrapActionsResponse_bootstrapActions :: Lens' ListBootstrapActionsResponse (Maybe [Command]) Source #
The bootstrap actions associated with the cluster.
listBootstrapActionsResponse_marker :: Lens' ListBootstrapActionsResponse (Maybe Text) Source #
The pagination token that indicates the next set of results to retrieve.
listBootstrapActionsResponse_httpStatus :: Lens' ListBootstrapActionsResponse Int Source #
The response's http status code.