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