amazonka-forecast-2.0: Amazon Forecast Service 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.Forecast.ListExplainabilities

Description

Returns a list of Explainability resources created using the CreateExplainability operation. This operation returns a summary for each Explainability. You can filter the list using an array of Filter objects.

To retrieve the complete set of properties for a particular Explainability resource, use the ARN with the DescribeExplainability operation.

This operation returns paginated results.

Synopsis

Creating a Request

data ListExplainabilities Source #

See: newListExplainabilities smart constructor.

Constructors

ListExplainabilities' 

Fields

  • filters :: Maybe [Filter]

    An array of filters. For each filter, provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the resources that match the statement from the list. The match statement consists of a key and a value.

    Filter properties

    • Condition - The condition to apply. Valid values are IS and IS_NOT.
    • Key - The name of the parameter to filter on. Valid values are ResourceArn and Status.
    • Value - The value to match.
  • maxResults :: Maybe Natural

    The number of items returned in the response.

  • nextToken :: Maybe Text

    If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

Instances

Instances details
ToJSON ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

ToHeaders ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

ToPath ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

ToQuery ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

AWSPager ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

AWSRequest ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Associated Types

type AWSResponse ListExplainabilities #

Generic ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Associated Types

type Rep ListExplainabilities :: Type -> Type #

Read ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Show ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

NFData ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Methods

rnf :: ListExplainabilities -> () #

Eq ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Hashable ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

type AWSResponse ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

type Rep ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

type Rep ListExplainabilities = D1 ('MetaData "ListExplainabilities" "Amazonka.Forecast.ListExplainabilities" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListExplainabilities'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListExplainabilities :: ListExplainabilities Source #

Create a value of ListExplainabilities 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:filters:ListExplainabilities', listExplainabilities_filters - An array of filters. For each filter, provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the resources that match the statement from the list. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT.
  • Key - The name of the parameter to filter on. Valid values are ResourceArn and Status.
  • Value - The value to match.

$sel:maxResults:ListExplainabilities', listExplainabilities_maxResults - The number of items returned in the response.

ListExplainabilities, listExplainabilities_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

Request Lenses

listExplainabilities_filters :: Lens' ListExplainabilities (Maybe [Filter]) Source #

An array of filters. For each filter, provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the resources that match the statement from the list. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT.
  • Key - The name of the parameter to filter on. Valid values are ResourceArn and Status.
  • Value - The value to match.

listExplainabilities_maxResults :: Lens' ListExplainabilities (Maybe Natural) Source #

The number of items returned in the response.

listExplainabilities_nextToken :: Lens' ListExplainabilities (Maybe Text) Source #

If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

Destructuring the Response

data ListExplainabilitiesResponse Source #

See: newListExplainabilitiesResponse smart constructor.

Constructors

ListExplainabilitiesResponse' 

Fields

Instances

Instances details
Generic ListExplainabilitiesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Associated Types

type Rep ListExplainabilitiesResponse :: Type -> Type #

Read ListExplainabilitiesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Show ListExplainabilitiesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

NFData ListExplainabilitiesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Eq ListExplainabilitiesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

type Rep ListExplainabilitiesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

type Rep ListExplainabilitiesResponse = D1 ('MetaData "ListExplainabilitiesResponse" "Amazonka.Forecast.ListExplainabilities" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListExplainabilitiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "explainabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExplainabilitySummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListExplainabilitiesResponse Source #

Create a value of ListExplainabilitiesResponse 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:explainabilities:ListExplainabilitiesResponse', listExplainabilitiesResponse_explainabilities - An array of objects that summarize the properties of each Explainability resource.

ListExplainabilities, listExplainabilitiesResponse_nextToken - Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.

$sel:httpStatus:ListExplainabilitiesResponse', listExplainabilitiesResponse_httpStatus - The response's http status code.

Response Lenses

listExplainabilitiesResponse_explainabilities :: Lens' ListExplainabilitiesResponse (Maybe [ExplainabilitySummary]) Source #

An array of objects that summarize the properties of each Explainability resource.

listExplainabilitiesResponse_nextToken :: Lens' ListExplainabilitiesResponse (Maybe Text) Source #

Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.