libZSservicesZSamazonka-emrZSamazonka-emr
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Read ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Show ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Generic ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Associated Types

type Rep ListBootstrapActions :: Type -> Type #

NFData ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Methods

rnf :: ListBootstrapActions -> () #

Hashable ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

ToJSON 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 #

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

type Rep ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

type Rep ListBootstrapActions = D1 ('MetaData "ListBootstrapActions" "Amazonka.EMR.ListBootstrapActions" "libZSservicesZSamazonka-emrZSamazonka-emr" '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)))
type AWSResponse ListBootstrapActions Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

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:

$sel:marker: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
Eq ListBootstrapActionsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Read ListBootstrapActionsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Show ListBootstrapActionsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Generic ListBootstrapActionsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListBootstrapActions

Associated Types

type Rep ListBootstrapActionsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-emrZSamazonka-emr" '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.

$sel:marker: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.