Module Values_1.GetPackageResponseSource

Gets information about the specified software package. Requires permission to access the GetPackage action.

Sourcetype nonrec t = {
  1. packageName : Values_0.PackageName.t option;
    (*

    The name of the software package.

    *)
  2. packageArn : Values_0.PackageArn.t option;
    (*

    The ARN for the package.

    *)
  3. description : Values_0.ResourceDescription.t option;
    (*

    The package description.

    *)
  4. defaultVersionName : Values_0.VersionName.t option;
    (*

    The name of the default package version.

    *)
  5. creationDate : Values_0.CreationDate.t option;
    (*

    The date the package was created.

    *)
  6. lastModifiedDate : Values_0.LastModifiedDate.t option;
    (*

    The date when the package was last updated.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerException of Values_0.InternalServerException.t
  2. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  3. | `ThrottlingException of Values_0.ThrottlingException.t
  4. | `ValidationException of Values_0.ValidationException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?packageName:??? -> ?packageArn:??? -> ?description:??? -> ?defaultVersionName:??? -> ?creationDate:??? -> ?lastModifiedDate:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerException of Values_0.InternalServerException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ThrottlingException of Values_0.ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of Values_0.ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerException of Values_0.InternalServerException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ThrottlingException of Values_0.ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of Values_0.ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.PackageName.t | `Timestamp of Values_0.CreationDate.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