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 |
Associates multiple self-service actions with provisioning artifacts.
Synopsis
- data BatchAssociateServiceActionWithProvisioningArtifact = BatchAssociateServiceActionWithProvisioningArtifact' {}
- newBatchAssociateServiceActionWithProvisioningArtifact :: NonEmpty ServiceActionAssociation -> BatchAssociateServiceActionWithProvisioningArtifact
- batchAssociateServiceActionWithProvisioningArtifact_acceptLanguage :: Lens' BatchAssociateServiceActionWithProvisioningArtifact (Maybe Text)
- batchAssociateServiceActionWithProvisioningArtifact_serviceActionAssociations :: Lens' BatchAssociateServiceActionWithProvisioningArtifact (NonEmpty ServiceActionAssociation)
- data BatchAssociateServiceActionWithProvisioningArtifactResponse = BatchAssociateServiceActionWithProvisioningArtifactResponse' {}
- newBatchAssociateServiceActionWithProvisioningArtifactResponse :: Int -> BatchAssociateServiceActionWithProvisioningArtifactResponse
- batchAssociateServiceActionWithProvisioningArtifactResponse_failedServiceActionAssociations :: Lens' BatchAssociateServiceActionWithProvisioningArtifactResponse (Maybe [FailedServiceActionAssociation])
- batchAssociateServiceActionWithProvisioningArtifactResponse_httpStatus :: Lens' BatchAssociateServiceActionWithProvisioningArtifactResponse Int
Creating a Request
data BatchAssociateServiceActionWithProvisioningArtifact Source #
See: newBatchAssociateServiceActionWithProvisioningArtifact
smart constructor.
BatchAssociateServiceActionWithProvisioningArtifact' | |
|
Instances
newBatchAssociateServiceActionWithProvisioningArtifact Source #
:: NonEmpty ServiceActionAssociation |
|
-> BatchAssociateServiceActionWithProvisioningArtifact |
Create a value of BatchAssociateServiceActionWithProvisioningArtifact
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:acceptLanguage:BatchAssociateServiceActionWithProvisioningArtifact'
, batchAssociateServiceActionWithProvisioningArtifact_acceptLanguage
- The language code.
en
- English (default)jp
- Japanesezh
- Chinese
$sel:serviceActionAssociations:BatchAssociateServiceActionWithProvisioningArtifact'
, batchAssociateServiceActionWithProvisioningArtifact_serviceActionAssociations
- One or more associations, each consisting of the Action ID, the Product
ID, and the Provisioning Artifact ID.
Request Lenses
batchAssociateServiceActionWithProvisioningArtifact_acceptLanguage :: Lens' BatchAssociateServiceActionWithProvisioningArtifact (Maybe Text) Source #
The language code.
en
- English (default)jp
- Japanesezh
- Chinese
batchAssociateServiceActionWithProvisioningArtifact_serviceActionAssociations :: Lens' BatchAssociateServiceActionWithProvisioningArtifact (NonEmpty ServiceActionAssociation) Source #
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
Destructuring the Response
data BatchAssociateServiceActionWithProvisioningArtifactResponse Source #
See: newBatchAssociateServiceActionWithProvisioningArtifactResponse
smart constructor.
BatchAssociateServiceActionWithProvisioningArtifactResponse' | |
|
Instances
newBatchAssociateServiceActionWithProvisioningArtifactResponse Source #
:: Int |
|
-> BatchAssociateServiceActionWithProvisioningArtifactResponse |
Create a value of BatchAssociateServiceActionWithProvisioningArtifactResponse
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:failedServiceActionAssociations:BatchAssociateServiceActionWithProvisioningArtifactResponse'
, batchAssociateServiceActionWithProvisioningArtifactResponse_failedServiceActionAssociations
- An object that contains a list of errors, along with information to help
you identify the self-service action.
$sel:httpStatus:BatchAssociateServiceActionWithProvisioningArtifactResponse'
, batchAssociateServiceActionWithProvisioningArtifactResponse_httpStatus
- The response's http status code.
Response Lenses
batchAssociateServiceActionWithProvisioningArtifactResponse_failedServiceActionAssociations :: Lens' BatchAssociateServiceActionWithProvisioningArtifactResponse (Maybe [FailedServiceActionAssociation]) Source #
An object that contains a list of errors, along with information to help you identify the self-service action.
batchAssociateServiceActionWithProvisioningArtifactResponse_httpStatus :: Lens' BatchAssociateServiceActionWithProvisioningArtifactResponse Int Source #
The response's http status code.