libZSservicesZSamazonka-snsZSamazonka-sns
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.SNS.Types.PlatformApplication

Description

 
Synopsis

Documentation

data PlatformApplication Source #

Platform application object.

See: newPlatformApplication smart constructor.

Constructors

PlatformApplication' 

Fields

Instances

Instances details
Eq PlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.Types.PlatformApplication

Read PlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.Types.PlatformApplication

Show PlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.Types.PlatformApplication

Generic PlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.Types.PlatformApplication

Associated Types

type Rep PlatformApplication :: Type -> Type #

NFData PlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.Types.PlatformApplication

Methods

rnf :: PlatformApplication -> () #

Hashable PlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.Types.PlatformApplication

FromXML PlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.Types.PlatformApplication

type Rep PlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.Types.PlatformApplication

type Rep PlatformApplication = D1 ('MetaData "PlatformApplication" "Amazonka.SNS.Types.PlatformApplication" "libZSservicesZSamazonka-snsZSamazonka-sns" 'False) (C1 ('MetaCons "PlatformApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformApplicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))

newPlatformApplication :: PlatformApplication Source #

Create a value of PlatformApplication 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:platformApplicationArn:PlatformApplication', platformApplication_platformApplicationArn - PlatformApplicationArn for platform application object.

$sel:attributes:PlatformApplication', platformApplication_attributes - Attributes for platform application object.

platformApplication_platformApplicationArn :: Lens' PlatformApplication (Maybe Text) Source #

PlatformApplicationArn for platform application object.

platformApplication_attributes :: Lens' PlatformApplication (Maybe (HashMap Text Text)) Source #

Attributes for platform application object.