Module Values_1.DeleteStudioLifecycleConfigRequestSource

Deletes the Amazon SageMaker AI Studio Lifecycle Configuration. In order to delete the Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You must also remove the Lifecycle Configuration from UserSettings in all Domains and UserProfiles.

Sourcetype nonrec t = {
  1. studioLifecycleConfigName : StudioLifecycleConfigName.t;
    (*

    The name of the Amazon SageMaker AI Studio Lifecycle Configuration to delete.

    *)
}
Sourceval context_ : string
Sourceval make : studioLifecycleConfigName:StudioLifecycleConfigName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StudioLifecycleConfigName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t