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 CallbackStepMetadata = CallbackStepMetadata' {}
- newCallbackStepMetadata :: CallbackStepMetadata
- callbackStepMetadata_callbackToken :: Lens' CallbackStepMetadata (Maybe Text)
- callbackStepMetadata_outputParameters :: Lens' CallbackStepMetadata (Maybe [OutputParameter])
- callbackStepMetadata_sqsQueueUrl :: Lens' CallbackStepMetadata (Maybe Text)
Documentation
data CallbackStepMetadata Source #
Metadata about a callback step.
See: newCallbackStepMetadata
smart constructor.
CallbackStepMetadata' | |
|
Instances
newCallbackStepMetadata :: CallbackStepMetadata Source #
Create a value of CallbackStepMetadata
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:callbackToken:CallbackStepMetadata'
, callbackStepMetadata_callbackToken
- The pipeline generated token from the Amazon SQS queue.
$sel:outputParameters:CallbackStepMetadata'
, callbackStepMetadata_outputParameters
- A list of the output parameters of the callback step.
$sel:sqsQueueUrl:CallbackStepMetadata'
, callbackStepMetadata_sqsQueueUrl
- The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by
the callback step.
callbackStepMetadata_callbackToken :: Lens' CallbackStepMetadata (Maybe Text) Source #
The pipeline generated token from the Amazon SQS queue.
callbackStepMetadata_outputParameters :: Lens' CallbackStepMetadata (Maybe [OutputParameter]) Source #
A list of the output parameters of the callback step.
callbackStepMetadata_sqsQueueUrl :: Lens' CallbackStepMetadata (Maybe Text) Source #
The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.