| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.ServiceCatalog.DescribeProvisioningParameters
Description
Gets information about the configuration required to provision the specified product using the specified provisioning artifact.
If the output contains a TagOption key with an empty list of values, there is a TagOption conflict for that key. The end user cannot take action to fix the conflict, and launch is not blocked. In subsequent calls to ProvisionProduct , do not include conflicted TagOption keys as tags, or this causes the error "Parameter validation failed: Missing required parameter in Tags[N ]:Value ". Tag the provisioned product with the value sc-tagoption-conflict-portfolioId-productId .
- describeProvisioningParameters :: Text -> Text -> DescribeProvisioningParameters
- data DescribeProvisioningParameters
- dppsAcceptLanguage :: Lens' DescribeProvisioningParameters (Maybe Text)
- dppsPathId :: Lens' DescribeProvisioningParameters (Maybe Text)
- dppsProductId :: Lens' DescribeProvisioningParameters Text
- dppsProvisioningArtifactId :: Lens' DescribeProvisioningParameters Text
- describeProvisioningParametersResponse :: Int -> DescribeProvisioningParametersResponse
- data DescribeProvisioningParametersResponse
- dpprsProvisioningArtifactParameters :: Lens' DescribeProvisioningParametersResponse [ProvisioningArtifactParameter]
- dpprsUsageInstructions :: Lens' DescribeProvisioningParametersResponse [UsageInstruction]
- dpprsConstraintSummaries :: Lens' DescribeProvisioningParametersResponse [ConstraintSummary]
- dpprsTagOptions :: Lens' DescribeProvisioningParametersResponse [TagOptionSummary]
- dpprsResponseStatus :: Lens' DescribeProvisioningParametersResponse Int
Creating a Request
describeProvisioningParameters Source #
Creates a value of DescribeProvisioningParameters with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dppsAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChinesedppsPathId- The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, useListLaunchPaths.dppsProductId- The product identifier.dppsProvisioningArtifactId- The identifier of the provisioning artifact.
data DescribeProvisioningParameters Source #
See: describeProvisioningParameters smart constructor.
Instances
Request Lenses
dppsAcceptLanguage :: Lens' DescribeProvisioningParameters (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
dppsPathId :: Lens' DescribeProvisioningParameters (Maybe Text) Source #
The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
dppsProductId :: Lens' DescribeProvisioningParameters Text Source #
The product identifier.
dppsProvisioningArtifactId :: Lens' DescribeProvisioningParameters Text Source #
The identifier of the provisioning artifact.
Destructuring the Response
describeProvisioningParametersResponse Source #
Arguments
| :: Int | |
| -> DescribeProvisioningParametersResponse |
Creates a value of DescribeProvisioningParametersResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpprsProvisioningArtifactParameters- Information about the parameters used to provision the product.dpprsUsageInstructions- Any additional metadata specifically related to the provisioning of the product. For example, see theVersionfield of the CloudFormation template.dpprsConstraintSummaries- Information about the constraints used to provision the product.dpprsTagOptions- Information about the TagOptions associated with the resource.dpprsResponseStatus- -- | The response status code.
data DescribeProvisioningParametersResponse Source #
See: describeProvisioningParametersResponse smart constructor.
Instances
Response Lenses
dpprsProvisioningArtifactParameters :: Lens' DescribeProvisioningParametersResponse [ProvisioningArtifactParameter] Source #
Information about the parameters used to provision the product.
dpprsUsageInstructions :: Lens' DescribeProvisioningParametersResponse [UsageInstruction] Source #
Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.
dpprsConstraintSummaries :: Lens' DescribeProvisioningParametersResponse [ConstraintSummary] Source #
Information about the constraints used to provision the product.
dpprsTagOptions :: Lens' DescribeProvisioningParametersResponse [TagOptionSummary] Source #
Information about the TagOptions associated with the resource.
dpprsResponseStatus :: Lens' DescribeProvisioningParametersResponse Int Source #
- - | The response status code.