amazonka-support-app-2.0: Amazon Support App 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.SupportApp.ListSlackChannelConfigurations

Description

Lists the Slack channel configurations for an Amazon Web Services account.

Synopsis

Creating a Request

data ListSlackChannelConfigurations Source #

See: newListSlackChannelConfigurations smart constructor.

Constructors

ListSlackChannelConfigurations' 

Fields

  • nextToken :: Maybe Text

    If the results of a search are large, the API only returns a portion of the results and includes a nextToken pagination token in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When the API returns the last set of results, the response doesn't include a pagination token value.

Instances

Instances details
ToJSON ListSlackChannelConfigurations Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

ToHeaders ListSlackChannelConfigurations Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

ToPath ListSlackChannelConfigurations Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

ToQuery ListSlackChannelConfigurations Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

AWSRequest ListSlackChannelConfigurations Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

Generic ListSlackChannelConfigurations Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

Associated Types

type Rep ListSlackChannelConfigurations :: Type -> Type #

Read ListSlackChannelConfigurations Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

Show ListSlackChannelConfigurations Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

NFData ListSlackChannelConfigurations Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

Eq ListSlackChannelConfigurations Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

Hashable ListSlackChannelConfigurations Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

type AWSResponse ListSlackChannelConfigurations Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

type Rep ListSlackChannelConfigurations Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

type Rep ListSlackChannelConfigurations = D1 ('MetaData "ListSlackChannelConfigurations" "Amazonka.SupportApp.ListSlackChannelConfigurations" "amazonka-support-app-2.0-K70l4Z7c1tk36e2ucvecLC" 'False) (C1 ('MetaCons "ListSlackChannelConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListSlackChannelConfigurations :: ListSlackChannelConfigurations Source #

Create a value of ListSlackChannelConfigurations 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:

ListSlackChannelConfigurations, listSlackChannelConfigurations_nextToken - If the results of a search are large, the API only returns a portion of the results and includes a nextToken pagination token in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When the API returns the last set of results, the response doesn't include a pagination token value.

Request Lenses

listSlackChannelConfigurations_nextToken :: Lens' ListSlackChannelConfigurations (Maybe Text) Source #

If the results of a search are large, the API only returns a portion of the results and includes a nextToken pagination token in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When the API returns the last set of results, the response doesn't include a pagination token value.

Destructuring the Response

data ListSlackChannelConfigurationsResponse Source #

Constructors

ListSlackChannelConfigurationsResponse' 

Fields

Instances

Instances details
Generic ListSlackChannelConfigurationsResponse Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

Read ListSlackChannelConfigurationsResponse Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

Show ListSlackChannelConfigurationsResponse Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

NFData ListSlackChannelConfigurationsResponse Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

Eq ListSlackChannelConfigurationsResponse Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

type Rep ListSlackChannelConfigurationsResponse Source # 
Instance details

Defined in Amazonka.SupportApp.ListSlackChannelConfigurations

type Rep ListSlackChannelConfigurationsResponse = D1 ('MetaData "ListSlackChannelConfigurationsResponse" "Amazonka.SupportApp.ListSlackChannelConfigurations" "amazonka-support-app-2.0-K70l4Z7c1tk36e2ucvecLC" 'False) (C1 ('MetaCons "ListSlackChannelConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "slackChannelConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [SlackChannelConfiguration]))))

newListSlackChannelConfigurationsResponse Source #

Create a value of ListSlackChannelConfigurationsResponse 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:

ListSlackChannelConfigurations, listSlackChannelConfigurationsResponse_nextToken - The point where pagination should resume when the response returns only partial results.

$sel:httpStatus:ListSlackChannelConfigurationsResponse', listSlackChannelConfigurationsResponse_httpStatus - The response's http status code.

$sel:slackChannelConfigurations:ListSlackChannelConfigurationsResponse', listSlackChannelConfigurationsResponse_slackChannelConfigurations - The configurations for a Slack channel.

Response Lenses

listSlackChannelConfigurationsResponse_nextToken :: Lens' ListSlackChannelConfigurationsResponse (Maybe Text) Source #

The point where pagination should resume when the response returns only partial results.