libZSservicesZSamazonka-memorydbZSamazonka-memorydb
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.MemoryDb.DescribeACLs

Description

Returns a list of ACLs

Synopsis

Creating a Request

data DescribeACLs Source #

See: newDescribeACLs smart constructor.

Constructors

DescribeACLs' 

Fields

  • nextToken :: Maybe Text

    An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

  • maxResults :: Maybe Int

    The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

  • aCLName :: Maybe Text

    The name of the ACL

Instances

Instances details
Eq DescribeACLs Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

Read DescribeACLs Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

Show DescribeACLs Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

Generic DescribeACLs Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

Associated Types

type Rep DescribeACLs :: Type -> Type #

NFData DescribeACLs Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

Methods

rnf :: DescribeACLs -> () #

Hashable DescribeACLs Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

ToJSON DescribeACLs Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

AWSRequest DescribeACLs Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

Associated Types

type AWSResponse DescribeACLs #

ToHeaders DescribeACLs Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

ToPath DescribeACLs Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

ToQuery DescribeACLs Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

type Rep DescribeACLs Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

type Rep DescribeACLs = D1 ('MetaData "DescribeACLs" "Amazonka.MemoryDb.DescribeACLs" "libZSservicesZSamazonka-memorydbZSamazonka-memorydb" 'False) (C1 ('MetaCons "DescribeACLs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "aCLName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse DescribeACLs Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

newDescribeACLs :: DescribeACLs Source #

Create a value of DescribeACLs 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:DescribeACLs', describeACLs_nextToken - An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

$sel:maxResults:DescribeACLs', describeACLs_maxResults - The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

$sel:aCLName:DescribeACLs', describeACLs_aCLName - The name of the ACL

Request Lenses

describeACLs_nextToken :: Lens' DescribeACLs (Maybe Text) Source #

An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

describeACLs_maxResults :: Lens' DescribeACLs (Maybe Int) Source #

The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

Destructuring the Response

data DescribeACLsResponse Source #

See: newDescribeACLsResponse smart constructor.

Constructors

DescribeACLsResponse' 

Fields

  • nextToken :: Maybe Text

    If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

  • aCLs :: Maybe [ACL]

    The list of ACLs

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq DescribeACLsResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

Read DescribeACLsResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

Show DescribeACLsResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

Generic DescribeACLsResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

Associated Types

type Rep DescribeACLsResponse :: Type -> Type #

NFData DescribeACLsResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

Methods

rnf :: DescribeACLsResponse -> () #

type Rep DescribeACLsResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.DescribeACLs

type Rep DescribeACLsResponse = D1 ('MetaData "DescribeACLsResponse" "Amazonka.MemoryDb.DescribeACLs" "libZSservicesZSamazonka-memorydbZSamazonka-memorydb" 'False) (C1 ('MetaCons "DescribeACLsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "aCLs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ACL])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeACLsResponse Source #

Create a value of DescribeACLsResponse 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:DescribeACLs', describeACLsResponse_nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

$sel:aCLs:DescribeACLsResponse', describeACLsResponse_aCLs - The list of ACLs

$sel:httpStatus:DescribeACLsResponse', describeACLsResponse_httpStatus - The response's http status code.

Response Lenses

describeACLsResponse_nextToken :: Lens' DescribeACLsResponse (Maybe Text) Source #

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.