libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents
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.SSMIncidents.ListResponsePlans

Description

Lists all response plans in your account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListResponsePlans Source #

See: newListResponsePlans smart constructor.

Constructors

ListResponsePlans' 

Fields

Instances

Instances details
Eq ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

Read ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

Show ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

Generic ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

Associated Types

type Rep ListResponsePlans :: Type -> Type #

NFData ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

Methods

rnf :: ListResponsePlans -> () #

Hashable ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

ToJSON ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

AWSPager ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

AWSRequest ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

Associated Types

type AWSResponse ListResponsePlans #

ToHeaders ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

ToPath ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

ToQuery ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

type Rep ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

type Rep ListResponsePlans = D1 ('MetaData "ListResponsePlans" "Amazonka.SSMIncidents.ListResponsePlans" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "ListResponsePlans'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListResponsePlans Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

newListResponsePlans :: ListResponsePlans Source #

Create a value of ListResponsePlans 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:nextToken:ListResponsePlans', listResponsePlans_nextToken - The pagination token to continue to the next page of results.

$sel:maxResults:ListResponsePlans', listResponsePlans_maxResults - The maximum number of response plans per page.

Request Lenses

listResponsePlans_nextToken :: Lens' ListResponsePlans (Maybe Text) Source #

The pagination token to continue to the next page of results.

listResponsePlans_maxResults :: Lens' ListResponsePlans (Maybe Natural) Source #

The maximum number of response plans per page.

Destructuring the Response

data ListResponsePlansResponse Source #

See: newListResponsePlansResponse smart constructor.

Constructors

ListResponsePlansResponse' 

Fields

Instances

Instances details
Eq ListResponsePlansResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

Read ListResponsePlansResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

Show ListResponsePlansResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

Generic ListResponsePlansResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

Associated Types

type Rep ListResponsePlansResponse :: Type -> Type #

NFData ListResponsePlansResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

type Rep ListResponsePlansResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.ListResponsePlans

type Rep ListResponsePlansResponse = D1 ('MetaData "ListResponsePlansResponse" "Amazonka.SSMIncidents.ListResponsePlans" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "ListResponsePlansResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "responsePlanSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ResponsePlanSummary]))))

newListResponsePlansResponse Source #

Create a value of ListResponsePlansResponse 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:nextToken:ListResponsePlans', listResponsePlansResponse_nextToken - The pagination token to continue to the next page of results.

$sel:httpStatus:ListResponsePlansResponse', listResponsePlansResponse_httpStatus - The response's http status code.

$sel:responsePlanSummaries:ListResponsePlansResponse', listResponsePlansResponse_responsePlanSummaries - Details of each response plan.

Response Lenses

listResponsePlansResponse_nextToken :: Lens' ListResponsePlansResponse (Maybe Text) Source #

The pagination token to continue to the next page of results.