Amazon.ServiceCatalog.AmazonServiceCatalogClient.CreateProvisioningArtifact C# (CSharp) Method

CreateProvisioningArtifact() public method

Create a new provisioning artifact for the specified product. This operation will not work with a product that has been shared with you.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public CreateProvisioningArtifact ( CreateProvisioningArtifactRequest request ) : CreateProvisioningArtifactResponse
request Amazon.ServiceCatalog.Model.CreateProvisioningArtifactRequest Container for the necessary parameters to execute the CreateProvisioningArtifact service method.
return Amazon.ServiceCatalog.Model.CreateProvisioningArtifactResponse
        public CreateProvisioningArtifactResponse CreateProvisioningArtifact(CreateProvisioningArtifactRequest request)
        {
            var marshaller = new CreateProvisioningArtifactRequestMarshaller();
            var unmarshaller = CreateProvisioningArtifactResponseUnmarshaller.Instance;

            return Invoke<CreateProvisioningArtifactRequest,CreateProvisioningArtifactResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient