Amazon.ServiceCatalog.AmazonServiceCatalogClient.UpdateProvisioningArtifact C# (CSharp) Метод

UpdateProvisioningArtifact() публичный Метод

Updates an existing provisioning artifact's information. This operation will not work on a provisioning artifact associated with a product that has been shared with you.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public UpdateProvisioningArtifact ( UpdateProvisioningArtifactRequest request ) : UpdateProvisioningArtifactResponse
request UpdateProvisioningArtifactRequest Container for the necessary parameters to execute the UpdateProvisioningArtifact service method.
Результат UpdateProvisioningArtifactResponse
        public UpdateProvisioningArtifactResponse UpdateProvisioningArtifact(UpdateProvisioningArtifactRequest request)
        {
            var marshaller = new UpdateProvisioningArtifactRequestMarshaller();
            var unmarshaller = UpdateProvisioningArtifactResponseUnmarshaller.Instance;

            return Invoke<UpdateProvisioningArtifactRequest,UpdateProvisioningArtifactResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient