Module Values_1.DescribeStudioLifecycleConfigResponseSource

Describes the Amazon SageMaker AI Studio Lifecycle Configuration.

Sourcetype nonrec t = {
  1. studioLifecycleConfigArn : Values_0.StudioLifecycleConfigArn.t option;
    (*

    The ARN of the Lifecycle Configuration to describe.

    *)
  2. studioLifecycleConfigName : StudioLifecycleConfigName.t option;
    (*

    The name of the Amazon SageMaker AI Studio Lifecycle Configuration that is described.

    *)
  3. creationTime : Values_0.Timestamp.t option;
    (*

    The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.

    *)
  4. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.

    *)
  5. studioLifecycleConfigContent : StudioLifecycleConfigContent.t option;
    (*

    The content of your Amazon SageMaker AI Studio Lifecycle Configuration script.

    *)
  6. studioLifecycleConfigAppType : StudioLifecycleConfigAppType.t option;
    (*

    The App type that the Lifecycle Configuration is attached to.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?studioLifecycleConfigArn:??? -> ?studioLifecycleConfigName:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?studioLifecycleConfigContent:??? -> ?studioLifecycleConfigAppType:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.StudioLifecycleConfigArn.t | `Timestamp of Values_0.Timestamp.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