Module Smaws_Client_ServiceCatalog.UpdatePortfolio

Updates the specified portfolio.

You cannot update a product that was shared with you.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidParametersException of Types.invalid_parameters_exception | `LimitExceededException of Types.limit_exceeded_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `TagOptionNotMigratedException of Types.tag_option_not_migrated_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_portfolio_input -> (Types.update_portfolio_output, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidParametersException of Types.invalid_parameters_exception | `LimitExceededException of Types.limit_exceeded_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `TagOptionNotMigratedException of Types.tag_option_not_migrated_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.update_portfolio_input -> (Types.update_portfolio_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidParametersException of Types.invalid_parameters_exception | `LimitExceededException of Types.limit_exceeded_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `TagOptionNotMigratedException of Types.tag_option_not_migrated_exception ] * Smaws_Lib.Response.metadata) Stdlib.result