amazonka-sagemaker-2.0: Amazon SageMaker 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.SageMaker.ListSubscribedWorkteams

Description

Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.

This operation returns paginated results.

Synopsis

Creating a Request

data ListSubscribedWorkteams Source #

See: newListSubscribedWorkteams smart constructor.

Constructors

ListSubscribedWorkteams' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of work teams to return in each page of the response.

  • nameContains :: Maybe Text

    A string in the work team name. This filter returns only work teams whose name contains the specified string.

  • nextToken :: Maybe Text

    If the result of the previous ListSubscribedWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

Instances

Instances details
ToJSON ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

ToHeaders ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

ToPath ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

ToQuery ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

AWSPager ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

AWSRequest ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Generic ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Associated Types

type Rep ListSubscribedWorkteams :: Type -> Type #

Read ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Show ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

NFData ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Methods

rnf :: ListSubscribedWorkteams -> () #

Eq ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Hashable ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

type AWSResponse ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

type Rep ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

type Rep ListSubscribedWorkteams = D1 ('MetaData "ListSubscribedWorkteams" "Amazonka.SageMaker.ListSubscribedWorkteams" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListSubscribedWorkteams'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListSubscribedWorkteams :: ListSubscribedWorkteams Source #

Create a value of ListSubscribedWorkteams 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:maxResults:ListSubscribedWorkteams', listSubscribedWorkteams_maxResults - The maximum number of work teams to return in each page of the response.

$sel:nameContains:ListSubscribedWorkteams', listSubscribedWorkteams_nameContains - A string in the work team name. This filter returns only work teams whose name contains the specified string.

ListSubscribedWorkteams, listSubscribedWorkteams_nextToken - If the result of the previous ListSubscribedWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

Request Lenses

listSubscribedWorkteams_maxResults :: Lens' ListSubscribedWorkteams (Maybe Natural) Source #

The maximum number of work teams to return in each page of the response.

listSubscribedWorkteams_nameContains :: Lens' ListSubscribedWorkteams (Maybe Text) Source #

A string in the work team name. This filter returns only work teams whose name contains the specified string.

listSubscribedWorkteams_nextToken :: Lens' ListSubscribedWorkteams (Maybe Text) Source #

If the result of the previous ListSubscribedWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

Destructuring the Response

data ListSubscribedWorkteamsResponse Source #

See: newListSubscribedWorkteamsResponse smart constructor.

Constructors

ListSubscribedWorkteamsResponse' 

Fields

Instances

Instances details
Generic ListSubscribedWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Associated Types

type Rep ListSubscribedWorkteamsResponse :: Type -> Type #

Read ListSubscribedWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Show ListSubscribedWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

NFData ListSubscribedWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Eq ListSubscribedWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

type Rep ListSubscribedWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

type Rep ListSubscribedWorkteamsResponse = D1 ('MetaData "ListSubscribedWorkteamsResponse" "Amazonka.SageMaker.ListSubscribedWorkteams" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListSubscribedWorkteamsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "subscribedWorkteams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [SubscribedWorkteam]))))

newListSubscribedWorkteamsResponse Source #

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

ListSubscribedWorkteams, listSubscribedWorkteamsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.

$sel:httpStatus:ListSubscribedWorkteamsResponse', listSubscribedWorkteamsResponse_httpStatus - The response's http status code.

$sel:subscribedWorkteams:ListSubscribedWorkteamsResponse', listSubscribedWorkteamsResponse_subscribedWorkteams - An array of Workteam objects, each describing a work team.

Response Lenses

listSubscribedWorkteamsResponse_nextToken :: Lens' ListSubscribedWorkteamsResponse (Maybe Text) Source #

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.