amazonka-privatenetworks-2.0: Amazon Private 5G 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.PrivateNetworks.ListDeviceIdentifiers

Description

Lists device identifiers. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of an order, the status of device identifiers, or the ARN of the traffic group.

 <p>If you specify multiple filters, filters are joined with an OR, and the request

returns results that match all of the specified filters.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDeviceIdentifiers Source #

See: newListDeviceIdentifiers smart constructor.

Constructors

ListDeviceIdentifiers' 

Fields

  • filters :: Maybe (HashMap DeviceIdentifierFilterKeys [Text])

    The filters.

    • ORDER - The Amazon Resource Name (ARN) of the order.
    • STATUS - The status (ACTIVE | INACTIVE).
    • TRAFFIC_GROUP - The Amazon Resource Name (ARN) of the traffic group.

    Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

  • maxResults :: Maybe Natural

    The maximum number of results to return.

  • startToken :: Maybe Text

    The token for the next page of results.

  • networkArn :: Text

    The Amazon Resource Name (ARN) of the network.

Instances

Instances details
ToJSON ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

ToHeaders ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

ToPath ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

ToQuery ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

AWSPager ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

AWSRequest ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Associated Types

type AWSResponse ListDeviceIdentifiers #

Generic ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Associated Types

type Rep ListDeviceIdentifiers :: Type -> Type #

Read ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Show ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

NFData ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Methods

rnf :: ListDeviceIdentifiers -> () #

Eq ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Hashable ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

type AWSResponse ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

type Rep ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

type Rep ListDeviceIdentifiers = D1 ('MetaData "ListDeviceIdentifiers" "Amazonka.PrivateNetworks.ListDeviceIdentifiers" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ListDeviceIdentifiers'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap DeviceIdentifierFilterKeys [Text]))) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "startToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListDeviceIdentifiers Source #

Create a value of ListDeviceIdentifiers 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:filters:ListDeviceIdentifiers', listDeviceIdentifiers_filters - The filters.

  • ORDER - The Amazon Resource Name (ARN) of the order.
  • STATUS - The status (ACTIVE | INACTIVE).
  • TRAFFIC_GROUP - The Amazon Resource Name (ARN) of the traffic group.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

$sel:maxResults:ListDeviceIdentifiers', listDeviceIdentifiers_maxResults - The maximum number of results to return.

$sel:startToken:ListDeviceIdentifiers', listDeviceIdentifiers_startToken - The token for the next page of results.

ListDeviceIdentifiers, listDeviceIdentifiers_networkArn - The Amazon Resource Name (ARN) of the network.

Request Lenses

listDeviceIdentifiers_filters :: Lens' ListDeviceIdentifiers (Maybe (HashMap DeviceIdentifierFilterKeys [Text])) Source #

The filters.

  • ORDER - The Amazon Resource Name (ARN) of the order.
  • STATUS - The status (ACTIVE | INACTIVE).
  • TRAFFIC_GROUP - The Amazon Resource Name (ARN) of the traffic group.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

listDeviceIdentifiers_startToken :: Lens' ListDeviceIdentifiers (Maybe Text) Source #

The token for the next page of results.

listDeviceIdentifiers_networkArn :: Lens' ListDeviceIdentifiers Text Source #

The Amazon Resource Name (ARN) of the network.

Destructuring the Response

data ListDeviceIdentifiersResponse Source #

See: newListDeviceIdentifiersResponse smart constructor.

Constructors

ListDeviceIdentifiersResponse' 

Fields

Instances

Instances details
Generic ListDeviceIdentifiersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Associated Types

type Rep ListDeviceIdentifiersResponse :: Type -> Type #

Show ListDeviceIdentifiersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

NFData ListDeviceIdentifiersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Eq ListDeviceIdentifiersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

type Rep ListDeviceIdentifiersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

type Rep ListDeviceIdentifiersResponse = D1 ('MetaData "ListDeviceIdentifiersResponse" "Amazonka.PrivateNetworks.ListDeviceIdentifiers" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ListDeviceIdentifiersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeviceIdentifier])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDeviceIdentifiersResponse Source #

Create a value of ListDeviceIdentifiersResponse 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:deviceIdentifiers:ListDeviceIdentifiersResponse', listDeviceIdentifiersResponse_deviceIdentifiers - Information about the device identifiers.

$sel:nextToken:ListDeviceIdentifiersResponse', listDeviceIdentifiersResponse_nextToken - The token for the next page of results.

$sel:httpStatus:ListDeviceIdentifiersResponse', listDeviceIdentifiersResponse_httpStatus - The response's http status code.

Response Lenses