amazonka-emr-2.0: Amazon EMR SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EMR.ListBootstrapActions

Description

Provides information about the bootstrap actions associated with a cluster.

This operation returns paginated results.

Synopsis

Creating a Request

data ListBootstrapActions Source #

This input determines which bootstrap actions to retrieve.

See: newListBootstrapActions smart constructor.

Constructors

ListBootstrapActions' 

Fields

  • marker :: Maybe Text

    The pagination token that indicates the next set of results to retrieve.

  • clusterId :: Text

    The cluster identifier for the bootstrap actions to list.

Instances

Instances details
ToJSON ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

ToHeaders ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

ToPath ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

ToQuery ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

AWSPager ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

AWSRequest ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Associated Types

type AWSResponse ListBootstrapActions #

Generic ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Associated Types

type Rep ListBootstrapActions :: Type -> Type #

Read ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Show ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

NFData ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Methods

rnf :: ListBootstrapActions -> () #

Eq ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Hashable ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

type AWSResponse ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

type Rep ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

type Rep ListBootstrapActions = D1 ('MetaData "ListBootstrapActions" "Amazonka.EMR.ListBootstrapActions" "amazonka-emr-2.0-B3cWhP6sdymF3IBUMdPGcd" 'False) (C1 ('MetaCons "ListBootstrapActions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListBootstrapActions Source #

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

Instances details
Generic ListBootstrapActionsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Associated Types

type Rep ListBootstrapActionsResponse :: Type -> Type #

Read ListBootstrapActionsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Show ListBootstrapActionsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

NFData ListBootstrapActionsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Eq ListBootstrapActionsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

type Rep ListBootstrapActionsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

type Rep ListBootstrapActionsResponse = D1 ('MetaData "ListBootstrapActionsResponse" "Amazonka.EMR.ListBootstrapActions" "amazonka-emr-2.0-B3cWhP6sdymF3IBUMdPGcd" 'False) (C1 ('MetaCons "ListBootstrapActionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bootstrapActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Command])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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_marker :: Lens' ListBootstrapActionsResponse (Maybe Text) Source #

The pagination token that indicates the next set of results to retrieve.