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.GetDeviceIdentifier

Description

Gets the specified device identifier.

Synopsis

Creating a Request

data GetDeviceIdentifier Source #

See: newGetDeviceIdentifier smart constructor.

Constructors

GetDeviceIdentifier' 

Fields

Instances

Instances details
ToHeaders GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

ToPath GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

ToQuery GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

AWSRequest GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Associated Types

type AWSResponse GetDeviceIdentifier #

Generic GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Associated Types

type Rep GetDeviceIdentifier :: Type -> Type #

Read GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Show GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

NFData GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Methods

rnf :: GetDeviceIdentifier -> () #

Eq GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Hashable GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

type AWSResponse GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

type Rep GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

type Rep GetDeviceIdentifier = D1 ('MetaData "GetDeviceIdentifier" "Amazonka.PrivateNetworks.GetDeviceIdentifier" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetDeviceIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceIdentifierArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDeviceIdentifier Source #

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

GetDeviceIdentifier, getDeviceIdentifier_deviceIdentifierArn - The Amazon Resource Name (ARN) of the device identifier.

Request Lenses

getDeviceIdentifier_deviceIdentifierArn :: Lens' GetDeviceIdentifier Text Source #

The Amazon Resource Name (ARN) of the device identifier.

Destructuring the Response

data GetDeviceIdentifierResponse Source #

See: newGetDeviceIdentifierResponse smart constructor.

Constructors

GetDeviceIdentifierResponse' 

Fields

Instances

Instances details
Generic GetDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Associated Types

type Rep GetDeviceIdentifierResponse :: Type -> Type #

Show GetDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

NFData GetDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Eq GetDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

type Rep GetDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

type Rep GetDeviceIdentifierResponse = D1 ('MetaData "GetDeviceIdentifierResponse" "Amazonka.PrivateNetworks.GetDeviceIdentifier" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetDeviceIdentifierResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeviceIdentifier)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDeviceIdentifierResponse Source #

Create a value of GetDeviceIdentifierResponse 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:deviceIdentifier:GetDeviceIdentifierResponse', getDeviceIdentifierResponse_deviceIdentifier - Information about the device identifier.

GetDeviceIdentifierResponse, getDeviceIdentifierResponse_tags - The device identifier tags.

$sel:httpStatus:GetDeviceIdentifierResponse', getDeviceIdentifierResponse_httpStatus - The response's http status code.

Response Lenses