Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AttributesResource = AttributesResource' {
- attributes :: Maybe [Text]
- attributeType :: Text
- applicationId :: Text
- newAttributesResource :: Text -> Text -> AttributesResource
- attributesResource_attributes :: Lens' AttributesResource (Maybe [Text])
- attributesResource_attributeType :: Lens' AttributesResource Text
- attributesResource_applicationId :: Lens' AttributesResource Text
Documentation
data AttributesResource Source #
Provides information about the type and the names of attributes that were removed from all the endpoints that are associated with an application.
See: newAttributesResource
smart constructor.
AttributesResource' | |
|
Instances
newAttributesResource Source #
:: Text | |
-> Text | |
-> AttributesResource |
Create a value of AttributesResource
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:attributes:AttributesResource'
, attributesResource_attributes
- An array that specifies the names of the attributes that were removed
from the endpoints.
$sel:attributeType:AttributesResource'
, attributesResource_attributeType
- The type of attribute or attributes that were removed from the
endpoints. Valid values are:
- endpoint-custom-attributes - Custom attributes that describe endpoints.
- endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints.
- endpoint-user-attributes - Custom attributes that describe users.
$sel:applicationId:AttributesResource'
, attributesResource_applicationId
- The unique identifier for the application.
attributesResource_attributes :: Lens' AttributesResource (Maybe [Text]) Source #
An array that specifies the names of the attributes that were removed from the endpoints.
attributesResource_attributeType :: Lens' AttributesResource Text Source #
The type of attribute or attributes that were removed from the endpoints. Valid values are:
- endpoint-custom-attributes - Custom attributes that describe endpoints.
- endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints.
- endpoint-user-attributes - Custom attributes that describe users.
attributesResource_applicationId :: Lens' AttributesResource Text Source #
The unique identifier for the application.