| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SQS.Types.ChangeMessageVisibilityBatchResultEntry
Description
Documentation
data ChangeMessageVisibilityBatchResultEntry Source #
Encloses the Id of an entry in ChangeMessageVisibilityBatch.
See: newChangeMessageVisibilityBatchResultEntry smart constructor.
Constructors
| ChangeMessageVisibilityBatchResultEntry' | |
Instances
newChangeMessageVisibilityBatchResultEntry Source #
Arguments
| :: Text | |
| -> ChangeMessageVisibilityBatchResultEntry |
Create a value of ChangeMessageVisibilityBatchResultEntry 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:id:ChangeMessageVisibilityBatchResultEntry', changeMessageVisibilityBatchResultEntry_id - Represents a message whose visibility timeout has been changed
successfully.
changeMessageVisibilityBatchResultEntry_id :: Lens' ChangeMessageVisibilityBatchResultEntry Text Source #
Represents a message whose visibility timeout has been changed successfully.