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 |
Synopsis
- data BatchSuccessfulResultModel = BatchSuccessfulResultModel' {}
- newBatchSuccessfulResultModel :: BatchSuccessfulResultModel
- batchSuccessfulResultModel_arn :: Lens' BatchSuccessfulResultModel (Maybe Text)
- batchSuccessfulResultModel_id :: Lens' BatchSuccessfulResultModel (Maybe Text)
- batchSuccessfulResultModel_state :: Lens' BatchSuccessfulResultModel (Maybe Text)
Documentation
data BatchSuccessfulResultModel Source #
Details from a successful operation
See: newBatchSuccessfulResultModel
smart constructor.
Instances
newBatchSuccessfulResultModel :: BatchSuccessfulResultModel Source #
Create a value of BatchSuccessfulResultModel
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:arn:BatchSuccessfulResultModel'
, batchSuccessfulResultModel_arn
- ARN of the resource
$sel:id:BatchSuccessfulResultModel'
, batchSuccessfulResultModel_id
- ID of the resource
$sel:state:BatchSuccessfulResultModel'
, batchSuccessfulResultModel_state
- Current state of the resource
batchSuccessfulResultModel_arn :: Lens' BatchSuccessfulResultModel (Maybe Text) Source #
ARN of the resource
batchSuccessfulResultModel_id :: Lens' BatchSuccessfulResultModel (Maybe Text) Source #
ID of the resource
batchSuccessfulResultModel_state :: Lens' BatchSuccessfulResultModel (Maybe Text) Source #
Current state of the resource