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 |
Documentation
data UpdateAttributesRequest Source #
Specifies one or more attributes to remove from all the endpoints that are associated with an application.
See: newUpdateAttributesRequest
smart constructor.
UpdateAttributesRequest' | |
|
Instances
newUpdateAttributesRequest :: UpdateAttributesRequest Source #
Create a value of UpdateAttributesRequest
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:blacklist:UpdateAttributesRequest'
, updateAttributesRequest_blacklist
- An array of the attributes to remove from all the endpoints that are
associated with the application. The array can specify the complete,
exact name of each attribute to remove or it can specify a glob pattern
that an attribute name must match in order for the attribute to be
removed.
updateAttributesRequest_blacklist :: Lens' UpdateAttributesRequest (Maybe [Text]) Source #
An array of the attributes to remove from all the endpoints that are associated with the application. The array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern that an attribute name must match in order for the attribute to be removed.