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
Documentation
data SalesforceAction Source #
Describes an action to write a message to a Salesforce IoT Cloud Input Stream.
See: newSalesforceAction
smart constructor.
SalesforceAction' | |
|
Instances
Create a value of SalesforceAction
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:token:SalesforceAction'
, salesforceAction_token
- The token used to authenticate access to the Salesforce IoT Cloud Input
Stream. The token is available from the Salesforce IoT Cloud platform
after creation of the Input Stream.
$sel:url:SalesforceAction'
, salesforceAction_url
- The URL exposed by the Salesforce IoT Cloud Input Stream. The URL is
available from the Salesforce IoT Cloud platform after creation of the
Input Stream.
salesforceAction_token :: Lens' SalesforceAction Text Source #
The token used to authenticate access to the Salesforce IoT Cloud Input Stream. The token is available from the Salesforce IoT Cloud platform after creation of the Input Stream.
salesforceAction_url :: Lens' SalesforceAction Text Source #
The URL exposed by the Salesforce IoT Cloud Input Stream. The URL is available from the Salesforce IoT Cloud platform after creation of the Input Stream.