amazonka-workspaces-2.0: Amazon WorkSpaces 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.WorkSpaces.DescribeConnectClientAddIns

Description

Retrieves a list of Amazon Connect client add-ins that have been created.

Synopsis

Creating a Request

data DescribeConnectClientAddIns Source #

See: newDescribeConnectClientAddIns smart constructor.

Constructors

DescribeConnectClientAddIns' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of items to return.

  • nextToken :: Maybe Text

    If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

  • resourceId :: Text

    The directory identifier for which the client add-in is configured.

Instances

Instances details
ToJSON DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

ToHeaders DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

ToPath DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

ToQuery DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

AWSRequest DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Generic DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Associated Types

type Rep DescribeConnectClientAddIns :: Type -> Type #

Read DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Show DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

NFData DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Eq DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Hashable DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

type AWSResponse DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

type Rep DescribeConnectClientAddIns Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

type Rep DescribeConnectClientAddIns = D1 ('MetaData "DescribeConnectClientAddIns" "Amazonka.WorkSpaces.DescribeConnectClientAddIns" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeConnectClientAddIns'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeConnectClientAddIns Source #

Create a value of DescribeConnectClientAddIns 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:DescribeConnectClientAddIns', describeConnectClientAddIns_maxResults - The maximum number of items to return.

DescribeConnectClientAddIns, describeConnectClientAddIns_nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

DescribeConnectClientAddIns, describeConnectClientAddIns_resourceId - The directory identifier for which the client add-in is configured.

Request Lenses

describeConnectClientAddIns_nextToken :: Lens' DescribeConnectClientAddIns (Maybe Text) Source #

If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

describeConnectClientAddIns_resourceId :: Lens' DescribeConnectClientAddIns Text Source #

The directory identifier for which the client add-in is configured.

Destructuring the Response

data DescribeConnectClientAddInsResponse Source #

Constructors

DescribeConnectClientAddInsResponse' 

Fields

Instances

Instances details
Generic DescribeConnectClientAddInsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Read DescribeConnectClientAddInsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Show DescribeConnectClientAddInsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

NFData DescribeConnectClientAddInsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

Eq DescribeConnectClientAddInsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

type Rep DescribeConnectClientAddInsResponse Source # 
Instance details

Defined in Amazonka.WorkSpaces.DescribeConnectClientAddIns

type Rep DescribeConnectClientAddInsResponse = D1 ('MetaData "DescribeConnectClientAddInsResponse" "Amazonka.WorkSpaces.DescribeConnectClientAddIns" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "DescribeConnectClientAddInsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "addIns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConnectClientAddIn])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConnectClientAddInsResponse Source #

Create a value of DescribeConnectClientAddInsResponse 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:addIns:DescribeConnectClientAddInsResponse', describeConnectClientAddInsResponse_addIns - Information about client add-ins.

DescribeConnectClientAddIns, describeConnectClientAddInsResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:httpStatus:DescribeConnectClientAddInsResponse', describeConnectClientAddInsResponse_httpStatus - The response's http status code.

Response Lenses

describeConnectClientAddInsResponse_nextToken :: Lens' DescribeConnectClientAddInsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.