libZSservicesZSamazonka-connectZSamazonka-connect
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.Connect.ListSecurityKeys

Description

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all security keys associated with the instance.

This operation returns paginated results.

Synopsis

Creating a Request

data ListSecurityKeys Source #

See: newListSecurityKeys smart constructor.

Constructors

ListSecurityKeys' 

Fields

  • nextToken :: Maybe Text

    The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

  • maxResults :: Maybe Natural

    The maximum number of results to return per page.

  • instanceId :: Text

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Instances

Instances details
Eq ListSecurityKeys Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

Read ListSecurityKeys Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

Show ListSecurityKeys Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

Generic ListSecurityKeys Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

Associated Types

type Rep ListSecurityKeys :: Type -> Type #

NFData ListSecurityKeys Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

Methods

rnf :: ListSecurityKeys -> () #

Hashable ListSecurityKeys Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

AWSPager ListSecurityKeys Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

AWSRequest ListSecurityKeys Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

Associated Types

type AWSResponse ListSecurityKeys #

ToHeaders ListSecurityKeys Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

ToPath ListSecurityKeys Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

ToQuery ListSecurityKeys Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

type Rep ListSecurityKeys Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

type Rep ListSecurityKeys = D1 ('MetaData "ListSecurityKeys" "Amazonka.Connect.ListSecurityKeys" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "ListSecurityKeys'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListSecurityKeys Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

newListSecurityKeys Source #

Create a value of ListSecurityKeys 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:ListSecurityKeys', listSecurityKeys_nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

$sel:maxResults:ListSecurityKeys', listSecurityKeys_maxResults - The maximum number of results to return per page.

$sel:instanceId:ListSecurityKeys', listSecurityKeys_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Request Lenses

listSecurityKeys_nextToken :: Lens' ListSecurityKeys (Maybe Text) Source #

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

listSecurityKeys_maxResults :: Lens' ListSecurityKeys (Maybe Natural) Source #

The maximum number of results to return per page.

listSecurityKeys_instanceId :: Lens' ListSecurityKeys Text Source #

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Destructuring the Response

data ListSecurityKeysResponse Source #

See: newListSecurityKeysResponse smart constructor.

Constructors

ListSecurityKeysResponse' 

Fields

Instances

Instances details
Eq ListSecurityKeysResponse Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

Read ListSecurityKeysResponse Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

Show ListSecurityKeysResponse Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

Generic ListSecurityKeysResponse Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

Associated Types

type Rep ListSecurityKeysResponse :: Type -> Type #

NFData ListSecurityKeysResponse Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

type Rep ListSecurityKeysResponse Source # 
Instance details

Defined in Amazonka.Connect.ListSecurityKeys

type Rep ListSecurityKeysResponse = D1 ('MetaData "ListSecurityKeysResponse" "Amazonka.Connect.ListSecurityKeys" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "ListSecurityKeysResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "securityKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SecurityKey])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSecurityKeysResponse Source #

Create a value of ListSecurityKeysResponse 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:ListSecurityKeys', listSecurityKeysResponse_nextToken - If there are additional results, this is the token for the next set of results.

$sel:securityKeys:ListSecurityKeysResponse', listSecurityKeysResponse_securityKeys - The security keys.

$sel:httpStatus:ListSecurityKeysResponse', listSecurityKeysResponse_httpStatus - The response's http status code.

Response Lenses

listSecurityKeysResponse_nextToken :: Lens' ListSecurityKeysResponse (Maybe Text) Source #

If there are additional results, this is the token for the next set of results.