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 ServiceActionAssociation = ServiceActionAssociation' {}
- newServiceActionAssociation :: Text -> Text -> Text -> ServiceActionAssociation
- serviceActionAssociation_serviceActionId :: Lens' ServiceActionAssociation Text
- serviceActionAssociation_productId :: Lens' ServiceActionAssociation Text
- serviceActionAssociation_provisioningArtifactId :: Lens' ServiceActionAssociation Text
Documentation
data ServiceActionAssociation Source #
A self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
See: newServiceActionAssociation
smart constructor.
ServiceActionAssociation' | |
|
Instances
newServiceActionAssociation Source #
:: Text | |
-> Text | |
-> Text | |
-> ServiceActionAssociation |
Create a value of ServiceActionAssociation
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:serviceActionId:ServiceActionAssociation'
, serviceActionAssociation_serviceActionId
- The self-service action identifier. For example, act-fs7abcd89wxyz
.
$sel:productId:ServiceActionAssociation'
, serviceActionAssociation_productId
- The product identifier. For example, prod-abcdzk7xy33qa
.
$sel:provisioningArtifactId:ServiceActionAssociation'
, serviceActionAssociation_provisioningArtifactId
- The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne
.
serviceActionAssociation_serviceActionId :: Lens' ServiceActionAssociation Text Source #
The self-service action identifier. For example, act-fs7abcd89wxyz
.
serviceActionAssociation_productId :: Lens' ServiceActionAssociation Text Source #
The product identifier. For example, prod-abcdzk7xy33qa
.
serviceActionAssociation_provisioningArtifactId :: Lens' ServiceActionAssociation Text Source #
The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne
.